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

Upgradable contracts using set_code_hash function #2

Closed
wants to merge 10 commits into from

Commits on Jan 10, 2022

  1. poc logic

    yarikbratashchuk committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    b1dd3d7 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2022

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

Commits on Jan 14, 2022

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

Commits on Jan 18, 2022

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

Commits on Jan 19, 2022

  1. Check if code exists

    - increment/decrement codehash refcount
    yarikbratashchuk committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    0a8b745 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49250c5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a4c479c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e36d5e5 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2022

  1. Fix error handling

    - comment errors: ReturnCodes
    - update mock ext implementation
    - return Error::CodeNotFound when no code for such hash
    yarikbratashchuk committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    a5a3ec8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01987ea View commit details
    Browse the repository at this point in the history