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

Add MPT compatibility tests #1993

Merged
merged 3 commits into from
Jun 7, 2021
Merged

Add MPT compatibility tests #1993

merged 3 commits into from
Jun 7, 2021

Commits on Jun 4, 2021

  1. mpt: reduce max key length

    The constant used is actually a nibbled-path restriction.
    Clarify this and make them private.
    fyrchik committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    5b1f620 View commit details
    Browse the repository at this point in the history
  2. mpt: disallow empty keys

    This is not a problem in practice, as all keys are prefixed
    by a contract ID. However in theory it can lead to a different
    state root after new portion of changes thus this fix.
    fyrchik committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    e833d33 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f3d02b9 View commit details
    Browse the repository at this point in the history