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

Redefine Address as U128 + Identity and Hash as U256 #1616

Merged
merged 5 commits into from
Oct 18, 2024

Commits on Oct 18, 2024

  1. define Address as u128, Identity as u256

    Co-authored-by: James Gilles <jameshgilles@gmail.com>
    
    Fix C#?
    
    Fix codegen tests
    
    Wipe old bench data before running bench tests
    
    Fix csharp?
    
    Revert U128/U256 formatting changes, they were printing numbers backwards
    
    Fix failing test
    
    Fix some passing tests, add a failing test
    
    Bump serde_json version and add arbitrary_precision feature.
    This allows passing u128 through serde_json::Value, which is done in the CLI crate.
    Centril authored and cloutiertyler committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    10a8089 View commit details
    Browse the repository at this point in the history
  2. Fixes for private and smoketests

    kazimuth authored and cloutiertyler committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    f44ce98 View commit details
    Browse the repository at this point in the history
  3. Cargo fmt

    kazimuth authored and cloutiertyler committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    a6e1a13 View commit details
    Browse the repository at this point in the history
  4. Remove mistakenly re-added code

    kazimuth authored and cloutiertyler committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    b42cbb9 View commit details
    Browse the repository at this point in the history
  5. Fix useless import

    kazimuth authored and cloutiertyler committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    a1c0d94 View commit details
    Browse the repository at this point in the history