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

feat: add Ready method to Node #1216

Merged
merged 10 commits into from
Feb 1, 2024

Commits on Oct 10, 2023

  1. feat: add FirstBlockReceived method to Node

    mostly to check if the node is ready
    
    Signed-off-by: gfanton <[email protected]>
    gfanton committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    b8d83b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    010cda3 View commit details
    Browse the repository at this point in the history
  3. fix: signal test

    Signed-off-by: gfanton <[email protected]>
    gfanton committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    308edfa View commit details
    Browse the repository at this point in the history
  4. chore: lint comments

    Signed-off-by: gfanton <[email protected]>
    gfanton committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    dfb8b92 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Configuration menu
    Copy the full SHA
    c2f3823 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    897f33b View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. Configuration menu
    Copy the full SHA
    a86a63b View commit details
    Browse the repository at this point in the history
  2. fix: increase node timeout

    Signed-off-by: gfanton <[email protected]>
    gfanton committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    53c5e03 View commit details
    Browse the repository at this point in the history
  3. chore: fixup lint

    Signed-off-by: gfanton <[email protected]>
    gfanton committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    c494ec4 View commit details
    Browse the repository at this point in the history
  4. chore: rename FirstBlockReceived into Ready

    Signed-off-by: gfanton <[email protected]>
    gfanton committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    170506e View commit details
    Browse the repository at this point in the history