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

#6616: createSelectFork does not fork latest block number if you sleep #7087

Merged
merged 5 commits into from
Feb 19, 2024

Commits on Feb 12, 2024

  1. - if no block provided then fork is created using latest block for fo…

    …rk id (url@latest_block). if block provided then fork id is url@provided_block (this means there'll no longer be a url@latest fork id but always url@block)
    
    - after creation of fork the id is checked if in inserted forks. If it doesn't exist then it's inserted, otherwise the existing backend is reused and a new fork url@latest_block-1 recorded
    
    CreatedFork::inc_senders increments number of senders and returns the new unique fork id. CreatedFork::num_senders was removed
    MultiForkHandler::insert_new_fork added to handle fork insertion / send on channels
    grandizzy committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    a0eef1f View commit details
    Browse the repository at this point in the history
  2. Dummy test

    grandizzy committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    1429a6e View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Configuration menu
    Copy the full SHA
    eafa9e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a415545 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. add comment

    mattsse committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    28e2822 View commit details
    Browse the repository at this point in the history