Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Upgradable contracts using set_code function #10690

Merged
merged 33 commits into from
Feb 11, 2022

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

Commits on Jan 21, 2022

  1. Configuration menu
    Copy the full SHA
    a6f3f44 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    516d29a View commit details
    Browse the repository at this point in the history
  3. Minor comment update

    Co-authored-by: Alexander Theißen <alex.theissen@me.com>
    yarikbratashchuk and athei committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    759dcc1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d6a1445 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2022

  1. Improve docs

    yarikbratashchuk committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    f8f708c View commit details
    Browse the repository at this point in the history
  2. Improve docs

    yarikbratashchuk committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    12c91d8 View commit details
    Browse the repository at this point in the history
  3. Update frame/contracts/src/wasm/runtime.rs

    Co-authored-by: Alexander Theißen <alex.theissen@me.com>
    yarikbratashchuk and athei committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    15e3901 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    08f67ea View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2022

  1. Configuration menu
    Copy the full SHA
    3bc8008 View commit details
    Browse the repository at this point in the history
  2. Minor change to benchmark

    Co-authored-by: Alexander Theißen <alex.theissen@me.com>
    yarikbratashchuk and athei committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    c6f1645 View commit details
    Browse the repository at this point in the history
  3. Minor change to benchmark

    Co-authored-by: Alexander Theißen <alex.theissen@me.com>
    yarikbratashchuk and athei committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    9d190a5 View commit details
    Browse the repository at this point in the history
  4. Minor comment refactor

    Co-authored-by: Alexander Theißen <alex.theissen@me.com>
    yarikbratashchuk and athei committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    3e2a1a4 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2022

  1. Configuration menu
    Copy the full SHA
    ae5b1a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    168dc95 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5e79310 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2022

  1. Update seal_set_code_hash comment

    Co-authored-by: Hernando Castano <HCastano@users.noreply.github.com>
    yarikbratashchuk and HCastano committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    e96341e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f925a9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7a64c0c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b8e5314 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    33e7075 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2022

  1. Configuration menu
    Copy the full SHA
    b5d25a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b32e4ec View commit details
    Browse the repository at this point in the history
  3. Apply weights

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