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

New RPC block_spends - Get spends for block using transaction generator #12062

Merged
merged 10 commits into from
Jul 25, 2022

Commits on Jun 24, 2022

  1. New RPC block_spends - Get spends for block using transaction generat…

    …or (#10446)
    
    * get spends for block using transaction generator
    
    * type annotations and use existing function
    
    * return None on exception
    
    * parse to CoinSpend
    
    * specify return type of get_block_spends in rpc client
    
    * see what can be asserted
    
    * test fix
    
    * flags not necessary as we don't validate
    
    * simplifying as cost is not required as we are not validating
    
    * improve test to cover transaction generator ref_list
    
    * simplify test
    
    * remove unused import
    
    * slight change and cleanup
    
    * lint cleanup
    
    * clean up
    
    * wait until transaction is in mempool
    
    * fix lint
    
    Co-authored-by: Jack Nelson <jack@jacknelson.xyz>
    freddiecoleman and jack60612 committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    8673b69 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2022

  1. fix lint

    Correct type and run lint checker
    jack60612 committed Jun 26, 2022
    Configuration menu
    Copy the full SHA
    fed3077 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2022

  1. Configuration menu
    Copy the full SHA
    94f87c1 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2022

  1. switch to custom clvm

    jack60612 committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    15e5360 View commit details
    Browse the repository at this point in the history
  2. add new puzzle

    jack60612 committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    fb85c20 View commit details
    Browse the repository at this point in the history
  3. curry and make better

    jack60612 committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    8184935 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eeca004 View commit details
    Browse the repository at this point in the history
  5. undo run_block changes

    jack60612 committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    8986327 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2022

  1. Revert "curry and make better"

    The tests do not like it
    jack60612 committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    1873096 View commit details
    Browse the repository at this point in the history
  2. correct tests

    jack60612 committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    d8f407d View commit details
    Browse the repository at this point in the history