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

[ckb_chain]: Calculate tx fees when switch is Switch::DISABLE_ALL #3905

Draft
wants to merge 7 commits into
base: develop
Choose a base branch
from

Commits on Apr 6, 2023

  1. Configuration menu
    Copy the full SHA
    bc4fbc8 View commit details
    Browse the repository at this point in the history
  2. chain: fix reconcile_main_chain doesn't calculate tx fees when switch…

    … is Switch::DISABLE_ALL
    
    Signed-off-by: Eval EXEC <execvy@gmail.com>
    eval-exec committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    8aa5f8d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a568185 View commit details
    Browse the repository at this point in the history
  4. refactor(chain): DRY, combine attach_block and insert_ok_ext in recon…

    …cile_main_chain
    
    Signed-off-by: Eval EXEC <execvy@gmail.com>
    eval-exec committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    df256fc View commit details
    Browse the repository at this point in the history
  5. test(chain): improve unit test utils' readability

    Signed-off-by: Eval EXEC <execvy@gmail.com>
    eval-exec committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    143e9f6 View commit details
    Browse the repository at this point in the history
  6. test(chain): add unit test to ensure internal_process_block works as …

    …expect when switch is Switch::DISABLE_ALL
    
    Signed-off-by: Eval EXEC <execvy@gmail.com>
    eval-exec committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    0a9cace View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d445c4b View commit details
    Browse the repository at this point in the history