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

Introduce fixNFTokenDirV1 amendment: #4155

Closed
wants to merge 2 commits into from

Commits on May 2, 2022

  1. Introduce fixNFTokenDirV1 amendment:

    o Fixes an off-by-one when determining which NFTokenPage an
      NFToken belongs on.
    o Improves handling of packed sets of 32 NFTs with
      identical low 96-bits.
    o Fixes marker handling by the account_nfts RPC command.
    o Tightens constraints of NFTokenPage invariant checks.
    
    Adds unit tests to exercise the fixed cases as well as tests
    for previously untested functionality.
    scottschurr committed May 2, 2022
    Configuration menu
    Copy the full SHA
    2893a44 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2022

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