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

Storage Layer for All FRAME Extrinsics #11431

Merged

Commits on May 17, 2022

  1. add new trait

    shawntabrizi committed May 17, 2022
    Configuration menu
    Copy the full SHA
    6e0ca26 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f0d290 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    57fe674 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    28d35bd View commit details
    Browse the repository at this point in the history
  5. storage_layer api

    shawntabrizi committed May 17, 2022
    Configuration menu
    Copy the full SHA
    eaa330d View commit details
    Browse the repository at this point in the history
  6. add test

    shawntabrizi committed May 17, 2022
    Configuration menu
    Copy the full SHA
    213e537 View commit details
    Browse the repository at this point in the history
  7. storage layer tests

    shawntabrizi committed May 17, 2022
    Configuration menu
    Copy the full SHA
    b8d32b9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a03c13f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5dc88cd View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2856ecd View commit details
    Browse the repository at this point in the history
  11. update tests

    shawntabrizi committed May 17, 2022
    Configuration menu
    Copy the full SHA
    b0f7241 View commit details
    Browse the repository at this point in the history
  12. Merge remote-tracking branch 'origin/master' into shawntabrizi-dispat…

    …chable-with-storage-layer
    shawntabrizi committed May 17, 2022
    Configuration menu
    Copy the full SHA
    0f26a7d View commit details
    Browse the repository at this point in the history

Commits on May 19, 2022

  1. extend trait

    shawntabrizi committed May 19, 2022
    Configuration menu
    Copy the full SHA
    f9f65db View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/paritytech/substrate into…

    … shawntabrizi-dispatchable-with-storage-layer
    Parity Bot committed May 19, 2022
    Configuration menu
    Copy the full SHA
    738c021 View commit details
    Browse the repository at this point in the history
  3. cargo run --quiet --profile=production --features runtime-benchmarks …

    …--manifest-path bin/node/cli/Cargo.toml -- benchmark pallet --chain=dev --steps=50 --repeat=20 --pallet=pallet_balances --extrinsic=* --execution=wasm --wasm-execution=compiled --output=./frame/balances/src/weights.rs --template=./.maintain/frame-weight-template.hbs
    Parity Bot committed May 19, 2022
    Configuration menu
    Copy the full SHA
    d1fd82f View commit details
    Browse the repository at this point in the history
  4. cargo run --quiet --profile=production --features runtime-benchmarks …

    …--manifest-path bin/node/cli/Cargo.toml -- benchmark pallet --chain=dev --steps=50 --repeat=20 --pallet=pallet_balances --extrinsic=* --execution=wasm --wasm-execution=compiled --output=./frame/balances/src/weights.rs --template=./.maintain/frame-weight-template.hbs
    Parity Bot committed May 19, 2022
    Configuration menu
    Copy the full SHA
    5afa7e7 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2022

  1. cargo run --quiet --profile=production --features runtime-benchmarks …

    …--manifest-path bin/node/cli/Cargo.toml -- benchmark pallet --chain=dev --steps=50 --repeat=20 --pallet=pallet_staking --extrinsic=* --execution=wasm --wasm-execution=compiled --output=./frame/staking/src/weights.rs --template=./.maintain/frame-weight-template.hbs
    Parity Bot committed May 20, 2022
    Configuration menu
    Copy the full SHA
    1a447b1 View commit details
    Browse the repository at this point in the history
  2. fix copy paste name

    shawntabrizi committed May 20, 2022
    Configuration menu
    Copy the full SHA
    1e657bf View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of https://github.com/paritytech/substrate into…

    … shawntabrizi-dispatchable-with-storage-layer
    Parity Bot committed May 20, 2022
    Configuration menu
    Copy the full SHA
    5793a59 View commit details
    Browse the repository at this point in the history
  4. cargo run --quiet --profile=production --features runtime-benchmarks …

    …--manifest-path bin/node/cli/Cargo.toml -- benchmark pallet --chain=dev --steps=50 --repeat=20 --pallet=pallet_utility --extrinsic=* --execution=wasm --wasm-execution=compiled --output=./frame/utility/src/weights.rs --template=./.maintain/frame-weight-template.hbs
    Parity Bot committed May 20, 2022
    Configuration menu
    Copy the full SHA
    09b4274 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2022

  1. Configuration menu
    Copy the full SHA
    03c19ec View commit details
    Browse the repository at this point in the history
  2. uncomment build

    shawntabrizi committed May 21, 2022
    Configuration menu
    Copy the full SHA
    0e7e939 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fe1a750 View commit details
    Browse the repository at this point in the history
  4. add skip build

    shawntabrizi committed May 21, 2022
    Configuration menu
    Copy the full SHA
    2068319 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    71b45db View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c357618 View commit details
    Browse the repository at this point in the history
  7. new benchmarks

    shawntabrizi committed May 21, 2022
    Configuration menu
    Copy the full SHA
    85e7a28 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2022

  1. Merge remote-tracking branch 'origin/master' into shawntabrizi-dispat…

    …chable-with-storage-layer
    shawntabrizi committed May 23, 2022
    Configuration menu
    Copy the full SHA
    d2aa0ed View commit details
    Browse the repository at this point in the history
  2. Update frame/support/src/traits/dispatch.rs

    Co-authored-by: Kian Paimani <5588131+kianenigma@users.noreply.github.com>
    shawntabrizi and kianenigma authored May 23, 2022
    Configuration menu
    Copy the full SHA
    e0abb8f View commit details
    Browse the repository at this point in the history
  3. Update frame/support/src/traits/dispatch.rs

    Co-authored-by: Kian Paimani <5588131+kianenigma@users.noreply.github.com>
    shawntabrizi and kianenigma authored May 23, 2022
    Configuration menu
    Copy the full SHA
    a87f4bc View commit details
    Browse the repository at this point in the history
  4. Update frame/support/test/tests/storage_layers.rs

    Co-authored-by: Kian Paimani <5588131+kianenigma@users.noreply.github.com>
    shawntabrizi and kianenigma authored May 23, 2022
    Configuration menu
    Copy the full SHA
    3633d3c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    82b3576 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2022

  1. weights

    shawntabrizi committed May 24, 2022
    Configuration menu
    Copy the full SHA
    db8dbe3 View commit details
    Browse the repository at this point in the history
  2. Update dispatch.rs

    shawntabrizi committed May 24, 2022
    Configuration menu
    Copy the full SHA
    630f149 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2022

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

Commits on May 26, 2022

  1. doc link

    shawntabrizi committed May 26, 2022
    Configuration menu
    Copy the full SHA
    993383a View commit details
    Browse the repository at this point in the history
  2. decl_macro support

    shawntabrizi committed May 26, 2022
    Configuration menu
    Copy the full SHA
    d7530da View commit details
    Browse the repository at this point in the history