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

Update contract multi-block migration #14313

Merged
merged 45 commits into from
Jun 20, 2023

Commits on Jun 6, 2023

  1. Configuration menu
    Copy the full SHA
    5c14529 View commit details
    Browse the repository at this point in the history
  2. remove commented out code

    juangirini committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    e8c493c View commit details
    Browse the repository at this point in the history
  3. Update frame/contracts/src/lib.rs

    Co-authored-by: PG Herveou <pgherveou@gmail.com>
    juangirini and pgherveou committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    0e62930 View commit details
    Browse the repository at this point in the history
  4. remove Migrations generic

    juangirini committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    14a7175 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2601d79 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e88854a View commit details
    Browse the repository at this point in the history
  7. Update contract multi-block migration

    Ensure that we do as many steps as possible given the weight limit passed to on_idle
    pgherveou committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    a8caaf2 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

  1. Configuration menu
    Copy the full SHA
    1400ab0 View commit details
    Browse the repository at this point in the history
  2. Update bin/node/runtime/src/lib.rs

    Co-authored-by: PG Herveou <pgherveou@gmail.com>
    juangirini and pgherveou committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    cc7609c View commit details
    Browse the repository at this point in the history
  3. wip

    pgherveou committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    92360cd View commit details
    Browse the repository at this point in the history
  4. fix comment (#14316)

    pgherveou committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    137ecc8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cfaf7e8 View commit details
    Browse the repository at this point in the history
  6. fix test

    pgherveou committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    27e5cf8 View commit details
    Browse the repository at this point in the history
  7. fix

    pgherveou committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    2935e99 View commit details
    Browse the repository at this point in the history
  8. Update frame/contracts/src/migration.rs

    Co-authored-by: Juan <juangirini@gmail.com>
    pgherveou and juangirini committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    a4bb302 View commit details
    Browse the repository at this point in the history
  9. fix test doc

    pgherveou committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    f3e81ce View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

  1. Apply suggestions from code review

    Co-authored-by: Sasha Gryaznov <hi@agryaznov.com>
    pgherveou and agryaznov committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    f10f5bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc556df View commit details
    Browse the repository at this point in the history
  3. fix example

    pgherveou committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    a7ef997 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. Configuration menu
    Copy the full SHA
    6a89133 View commit details
    Browse the repository at this point in the history
  2. private links

    pgherveou committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    86e6696 View commit details
    Browse the repository at this point in the history
  3. Remove dup comment

    pgherveou committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    6417dde View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e6bb63d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1841f23 View commit details
    Browse the repository at this point in the history
  6. simplify upper bound

    pgherveou committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    0236ca0 View commit details
    Browse the repository at this point in the history
  7. fix link

    pgherveou committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    4686c03 View commit details
    Browse the repository at this point in the history
  8. typo

    pgherveou committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    5e029e1 View commit details
    Browse the repository at this point in the history
  9. typo

    pgherveou committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    c7846be View commit details
    Browse the repository at this point in the history
  10. no unwrap()

    pgherveou committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    d4349fb View commit details
    Browse the repository at this point in the history
  11. correct log message

    pgherveou committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    7511bac View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e4e5ba1 View commit details
    Browse the repository at this point in the history
  13. missing

    pgherveou committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    3545f04 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

  1. fix typo

    pgherveou committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    08f84fb View commit details
    Browse the repository at this point in the history
  2. PR comment

    pgherveou committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    85f334f View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

  1. Configuration menu
    Copy the full SHA
    103d50c View commit details
    Browse the repository at this point in the history
  2. Improve migration message

    pgherveou committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    dbb20d3 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. Update frame/contracts/src/benchmarking/mod.rs

    Co-authored-by: Sasha Gryaznov <hi@agryaznov.com>
    pgherveou and agryaznov committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    3b3c179 View commit details
    Browse the repository at this point in the history
  2. Update frame/contracts/src/migration.rs

    Co-authored-by: Sasha Gryaznov <hi@agryaznov.com>
    pgherveou and agryaznov committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    fc977cb View commit details
    Browse the repository at this point in the history
  3. Update frame/contracts/src/migration.rs

    Co-authored-by: Sasha Gryaznov <hi@agryaznov.com>
    pgherveou and agryaznov committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    d45d570 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9d5b6b8 View commit details
    Browse the repository at this point in the history
  5. add more doc

    pgherveou committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    fe412a7 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

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

Commits on Jun 20, 2023

  1. Configuration menu
    Copy the full SHA
    8643fcd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a2c272 View commit details
    Browse the repository at this point in the history
  3. use mut remaining_weight

    pgherveou committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    030554d View commit details
    Browse the repository at this point in the history