rust-bitcoin / rust-bitcoincore-rpc

Rust RPC client library for the Bitcoin Core JSON-RPC API.
343 stars 256 forks source link

Add support for `maxfeerate` and `maxburnamount` to `sendrawtransaction` #376

Closed casey closed 1 week ago

casey commented 2 weeks ago

Add support for maxfeerate, added in Bitcoin Core 0.19.0, and maxburnamount, added in Bitcoin Core 25.0.0.

Opening as a draft, since I haven't added tests. What tests should be added? Any pointers on writing them would be helpful.

Also, please double check my convert_fee_rate_to_btc_per_kvb math!

casey commented 1 week ago

Closing this, since this repo is deprecated.