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 chunk authorized nodes issue #316

Merged
2 commits merged into from
May 12, 2022
Merged

Commits on May 12, 2022

  1. Fix load of last tx in P2P bootstrapping

    From the new DB implementation, the ordering of transaction have changed
    causing this issue. Transactions are retrived in the ascending order instead
    of descending
    Samuel committed May 12, 2022
    Configuration menu
    Copy the full SHA
    8cd9ffb View commit details
    Browse the repository at this point in the history
  2. Better handling of storage nonce loading

    Storage nonce was stored on Base.encode16 but the reading was not
    parsed.
    But there is not need to encode in hex as we can store into binary
    Samuel committed May 12, 2022
    Configuration menu
    Copy the full SHA
    901b809 View commit details
    Browse the repository at this point in the history