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

Polkadot: Implement caller_is_root runtime API #1620

Merged
merged 11 commits into from
Feb 1, 2024

Commits on Jan 30, 2024

  1. implement caller_is_root builtin

    Signed-off-by: Cyrill Leutwiler <bigcyrill@hotmail.com>
    xermicus committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    f32de6e View commit details
    Browse the repository at this point in the history
  2. make the first argument to builtins optional

    Signed-off-by: Cyrill Leutwiler <bigcyrill@hotmail.com>
    xermicus committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    593a541 View commit details
    Browse the repository at this point in the history
  3. add test

    Signed-off-by: Cyrill Leutwiler <bigcyrill@hotmail.com>
    xermicus committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    93cb3f2 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. fix gas estimates on integration test

    Signed-off-by: Cyrill Leutwiler <bigcyrill@hotmail.com>
    xermicus committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    6572ecd View commit details
    Browse the repository at this point in the history
  2. add the builtin in the mock vm

    Signed-off-by: Cyrill Leutwiler <bigcyrill@hotmail.com>
    xermicus committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    5d5ec27 View commit details
    Browse the repository at this point in the history
  3. docs

    Signed-off-by: Cyrill Leutwiler <bigcyrill@hotmail.com>
    xermicus committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    660548d View commit details
    Browse the repository at this point in the history
  4. split up integration test

    Signed-off-by: Cyrill Leutwiler <bigcyrill@hotmail.com>
    xermicus committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    a0086ff View commit details
    Browse the repository at this point in the history
  5. docs fmt

    Signed-off-by: Cyrill Leutwiler <bigcyrill@hotmail.com>
    xermicus committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    9f4f6ad View commit details
    Browse the repository at this point in the history
  6. needs another clippy pr

    Signed-off-by: Cyrill Leutwiler <bigcyrill@hotmail.com>
    xermicus committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    06106c1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b47e7d1 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. burn more gas in the estimate

    Signed-off-by: Cyrill Leutwiler <bigcyrill@hotmail.com>
    xermicus committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    b85ef81 View commit details
    Browse the repository at this point in the history