Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Add getblockstats RPC call #2

Open
wants to merge 19 commits into
base: main
Choose a base branch
from

Commits on Nov 5, 2022

  1. Add getblockstats RPC call

    Rachel Rybarczyk committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    1542ad8 View commit details
    Browse the repository at this point in the history
  2. Rm member field doc cmts-messes up result printing

    Rachel Rybarczyk committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    b77dd6e View commit details
    Browse the repository at this point in the history
  3. Rm extra arg from getblockstats call

    Rachel Rybarczyk committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    ec84c98 View commit details
    Browse the repository at this point in the history
  4. Serde rename member field sw_txs -> swtxs

    Rachel Rybarczyk committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    db28d77 View commit details
    Browse the repository at this point in the history
  5. Error if no provided hash or height

    Rachel Rybarczyk committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    5631b3b View commit details
    Browse the repository at this point in the history
  6. total_out not registering, force rename

    Rachel Rybarczyk committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    0f25a6f View commit details
    Browse the repository at this point in the history
  7. Tmp: Try adding empty array for optional fields

    Rachel Rybarczyk committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    87523c3 View commit details
    Browse the repository at this point in the history
  8. Serde rename total_fee -> totalfee

    Rachel Rybarczyk committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    ed19110 View commit details
    Browse the repository at this point in the history
  9. Try total_out usize -> u64

    Rachel Rybarczyk committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    00188db View commit details
    Browse the repository at this point in the history
  10. Revent type, try force rename

    Rachel Rybarczyk committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    07219d0 View commit details
    Browse the repository at this point in the history
  11. Force total_size serde rename

    Rachel Rybarczyk committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    a751774 View commit details
    Browse the repository at this point in the history
  12. Force total_weight serde rename

    Rachel Rybarczyk committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    c24ecb3 View commit details
    Browse the repository at this point in the history
  13. Force utxo_increase serde rename

    Rachel Rybarczyk committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    7773a1e View commit details
    Browse the repository at this point in the history
  14. Force utxo_size_inc serde rename

    Rachel Rybarczyk committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    00a5570 View commit details
    Browse the repository at this point in the history
  15. Rm empty array

    Rachel Rybarczyk committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    8f61f8f View commit details
    Browse the repository at this point in the history
  16. Add member field doc comments

    Rachel Rybarczyk committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    43f73ec View commit details
    Browse the repository at this point in the history
  17. Make member fields public

    Rachel Rybarczyk committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    2e44766 View commit details
    Browse the repository at this point in the history
  18. More accurate member field types

    Rachel Rybarczyk committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    ba366a0 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2022

  1. Attempt address amount too big response error

    Rachel Rybarczyk committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    6a8cf77 View commit details
    Browse the repository at this point in the history