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

PrecompileHandle trait #122

Commits on Apr 26, 2022

  1. trait and dummy example

    nanocryk committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    31dbaeb View commit details
    Browse the repository at this point in the history

Commits on May 2, 2022

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

Commits on May 4, 2022

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

    nanocryk committed May 4, 2022
    Configuration menu
    Copy the full SHA
    60f1566 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    767ac85 View commit details
    Browse the repository at this point in the history
  4. handle.remaining_gas

    nanocryk committed May 4, 2022
    Configuration menu
    Copy the full SHA
    8abb44d View commit details
    Browse the repository at this point in the history
  5. update doc

    nanocryk committed May 4, 2022
    Configuration menu
    Copy the full SHA
    5349257 View commit details
    Browse the repository at this point in the history
  6. private struct to prevent owners of StackExecutor to call functions o…

    …utside of precompile context
    nanocryk committed May 4, 2022
    Configuration menu
    Copy the full SHA
    baf3b9b View commit details
    Browse the repository at this point in the history
  7. impl Trait syntax

    nanocryk committed May 4, 2022
    Configuration menu
    Copy the full SHA
    de95e2c View commit details
    Browse the repository at this point in the history

Commits on May 10, 2022

  1. clippy

    nanocryk committed May 10, 2022
    Configuration menu
    Copy the full SHA
    2b4e6f3 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2022

  1. Configuration menu
    Copy the full SHA
    5096ac3 View commit details
    Browse the repository at this point in the history
  2. clippy

    nanocryk committed May 12, 2022
    Configuration menu
    Copy the full SHA
    e173944 View commit details
    Browse the repository at this point in the history
  3. PrecompileSubcall event

    nanocryk committed May 12, 2022
    Configuration menu
    Copy the full SHA
    69a4465 View commit details
    Browse the repository at this point in the history
  4. naming + no_std fix

    nanocryk committed May 12, 2022
    Configuration menu
    Copy the full SHA
    3de14be View commit details
    Browse the repository at this point in the history
  5. remove duplicated exit event

    nanocryk committed May 12, 2022
    Configuration menu
    Copy the full SHA
    7a61772 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2022

  1. suggested changes

    nanocryk committed May 16, 2022
    Configuration menu
    Copy the full SHA
    c303f20 View commit details
    Browse the repository at this point in the history
  2. record input length

    nanocryk committed May 16, 2022
    Configuration menu
    Copy the full SHA
    5f91f42 View commit details
    Browse the repository at this point in the history