You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Introduce CValue for distinguishing amounts from values
* Remove random character
* Define insertion operator for CValue
* Move CValue to separate module
* Remove consensus changes
* Remove CValue usage for fee rates, restrict to mempool
* More cleanup
* Use CValue for descendant and ancestor fee updates
* More mempool fixes
* Remove unused include
* Fix variable shadowing
* More conversions
* Factor in fee asset when validating package fees
* More conversions
* Convert dust relay fee from RFU
* More cleanup
* Cleanup
* Don't factor in asset in when calculating dust threshold
* Convert package fees
* Return CValue from CalculateExchangeValue
* Use CValue for reverse exchange rate conversion
* Update method documentation
* Rename currency conversion methods
* Fix typo
* Add justification for RFU to comments
* Use accessor instead of public instance variable unpacking CValue
* Use GetValue() in fee rate conversion
* Only apply dust check to outputs denominated in same asset as fee
* Interpret coin selection effective feerate in RFU
* Change GetModifiedFee() method to use RFU for summing with ancestor and descendant transactions
* Add functional test for "fee_rate" parameter in fundrawtransaction RPC and -mintxfee node configuration parameter
* Normalize fees to RFU during fee estimation
* Lint fixes
* More linting fixes
* More linting
* Apply method renams to fee amount conversions
* Add any asset fee rates test to test runner
* More amount conversion fixes
* Add compiler switch for currency constants
* Add new configuration flag to documentation
* Apply fixes to fee estimation functional test from ElementsProject/elements#1298
* Add tests for paytxfee parameter
* Cleanup
* Fix compiler flag
* Add tests for blockmintxfee
* Remove whitespace
* Add comments clarifying what's being demonstrated
* Remove nFeeValue, recompute as needed
* Revert "Remove nFeeValue, recompute as needed"
This reverts commit ab3a67b.
* Move No Coin configuration documentation to separate line
* Add constant for full name of currency atom
* Fix constant reference
* Fix typo
0 commit comments