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

[CAD-3723] Add progress to initial chain selection #3518

Merged
merged 7 commits into from
Dec 6, 2021

Commits on Dec 2, 2021

  1. Configuration menu
    Copy the full SHA
    b3902e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8be9a23 View commit details
    Browse the repository at this point in the history
  3. Add UpdateLedgerDbTraceEvent events

    Those events tracks changes done to LedgerDB each time block is
    added/applied to it. User gets notiftied twice: once the block is
    about to be applied and the moment after it got applied
    EncodePanda committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    eee455c View commit details
    Browse the repository at this point in the history
  4. Add RealPoint to the StartedPushingBlockToTheLedgerDb

    Also remove PushedBlockToTheLedgerDb
    EncodePanda committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    d2f234d View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2021

  1. Add progress to UpdateLedgerDbTraceEvent

    While pushing blocks to ledger we can trace progress. This means that the
    cardano-node can present that progress to the user of the node, possibly in the
    for of progress bar or printing out percentage
    EncodePanda committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    5c59ed7 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2021

  1. Capitalize comments

    EncodePanda committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    68b9a6c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a5633a View commit details
    Browse the repository at this point in the history