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

Fix regressions #263

Merged
11 commits merged into from
Mar 18, 2022
Merged

Fix regressions #263

11 commits merged into from
Mar 18, 2022

Commits on Mar 15, 2022

  1. Configuration menu
    Copy the full SHA
    ab220fb View commit details
    Browse the repository at this point in the history
  2. Fix transaction attestations appending

    Samuel committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    a807654 View commit details
    Browse the repository at this point in the history
  3. Improve beacon chain logging

    Samuel committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    65cad93 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2022

  1. Fix faucet genesis address allocation

    Samuel committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    c032e83 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d5439a View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2022

  1. Select authorized nodes as storage nodes

    The authorized nodes will ensure the replication attestation is performed with some level of confidence and will reduce the time to wait the replication attestations.
    Samuel committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    874e533 View commit details
    Browse the repository at this point in the history
  2. Add an orphan transaction to an existing chain

    When a single transaction is written to the database, it checks if there are previous transaction in a chain, if so, the previous chain is linked to the new transaction
    Samuel committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    717125b View commit details
    Browse the repository at this point in the history
  3. Hardcode fetch mining context timeout

    Samuel committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    b6718a4 View commit details
    Browse the repository at this point in the history
  4. Reduce logging noise for P2P messages

    Samuel committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    4fd44a8 View commit details
    Browse the repository at this point in the history
  5. Handle empty IO replication tree

    Samuel committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    4a24186 View commit details
    Browse the repository at this point in the history
  6. Fix smart contract playbook regression tool

    Samuel committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    613fc9e View commit details
    Browse the repository at this point in the history