Rpc: Introduce call for per-block fee statistics#185
Rpc: Introduce call for per-block fee statistics#185instagibbs merged 4 commits intoElementsProject:elements-0.14.1from
Conversation
cd9f4e5 to
b39205d
Compare
|
Upstreamed as bitcoin/bitcoin#10757 |
|
With respect to bitcoin/bitcoin#10757 this adds an asset optional parameter to the call that is not tested, the tests assume the default policyAsset is used for everything. Anyway, future work... |
b5a6069 to
1761307
Compare
|
Re-backported |
65a50cf to
92dab1d
Compare
This does not change functionality
Includes commit from Anthony Towns @ajtowns: Tests: Save and load block and corresponding expected statistics
|
rawtransactions.py failing |
|
unrelated, merging since it looks near-final upstream, minus stupid unicorns |
EDIT: Don't merge until bitcoin/bitcoin#10757 is resolved (please, review that first)
New feature. In Bitcoin Core this would be much more complicated, but since CT needs explicit fees anyway, it is pretty simple to do it here.
The idea is to generate data to plot.
Replaces #178 (which was incomplete and based on 0.13 instead of 0.14).