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

substrate-test-runtime migrated to "pure" frame runtime #13737

Merged
merged 87 commits into from
May 4, 2023

Commits on Mar 28, 2023

  1. Configuration menu
    Copy the full SHA
    79c54bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bde190c View commit details
    Browse the repository at this point in the history
  3. simple renaming

    michalkucharczyk committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    bca82c1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b02b857 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6ad4794 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fb9ccd9 View commit details
    Browse the repository at this point in the history
  7. babe: tests adjusted

    ConsensusLog::NextEpochData is now added by pallet_babe as
    pallet_babe::SameAuthoritiesForever trigger is used in runtime config.
    michalkucharczyk committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    46b0c0d View commit details
    Browse the repository at this point in the history
  8. beefy: tests adjusted

    test-substrate-runtime is now using frame::executive to finalize the
    block. during finalization the digests stored during block execution are
    checked against header digests:
    https://github.com/paritytech/substrate/blob/aaa9a3631d29f757552ffcc8b97aa7091c0b27b0/frame/executive/src/lib.rs#L585-L591
    
    It makes impossible to directly manipulate header's digets, w/o
    depositing logs into system pallet storage `Digest<T: Config>`.
    
    Instead of this dedicated extrinsic allowing to store logs items
    (MmrRoot / AuthoritiesChange) is used.
    michalkucharczyk committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    1f092be View commit details
    Browse the repository at this point in the history
  9. grandpa: tests adjusted

    test-substrate-runtime is now using frame::executive to finalize the
    block. during finalization the digest logs stored during block execution are
    checked against header digest logs:
    https://github.com/paritytech/substrate/blob/aaa9a3631d29f757552ffcc8b97aa7091c0b27b0/frame/executive/src/lib.rs#L585-L591
    
    It makes impossible to directly manipulate header's digets, w/o
    depositing logs into system pallet storage `Digest<T: Config>`.
    
    Instead of this dedicated extrinsic allowing to store logs items
    (ScheduledChange / ForcedChange and DigestItem::Other) is used.
    michalkucharczyk committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    8779211 View commit details
    Browse the repository at this point in the history
  10. network:bitswap: test adjusted

    The size of unchecked extrinsic was increased. The pattern used in test will
    be placed at the end of scale-encoded buffer.
    michalkucharczyk committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    4ea7a7d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b64afdb View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8772c8a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    95eac77 View commit details
    Browse the repository at this point in the history
  14. rpc tests: adjusted

    Transfer transaction processing was slightly improved, test was
    adjusted.
    michalkucharczyk committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    7d0c0eb View commit details
    Browse the repository at this point in the history
  15. tests: sizes adjusted

    Runtime extrinsic size was increased. Size of data read during block
    execution was also increased due to usage of new pallets in runtime.
    
    Sizes were adjusted in tests.
    michalkucharczyk committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    cacd226 View commit details
    Browse the repository at this point in the history
  16. cargo.lock update

    cargo update -p substrate-test-runtime -p substrate-test-runtime-client
    michalkucharczyk committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    bd43792 View commit details
    Browse the repository at this point in the history
  17. warnings fixed

    michalkucharczyk committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    6fa4ac2 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    2125300 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. Configuration menu
    Copy the full SHA
    3603ab9 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/master' into mku-refactor-substr…

    …ate-test-runtime
    parity-processbot committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    76e4792 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    89000e3 View commit details
    Browse the repository at this point in the history
  4. fmt

    michalkucharczyk committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    4513a70 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. spelling

    michalkucharczyk committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    53d37b0 View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: Davide Galassi <davxy@datawok.net>
    michalkucharczyk and davxy authored Mar 30, 2023
    Configuration menu
    Copy the full SHA
    c43a9dc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2b536fc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    14ac282 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4990127 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

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

Commits on Apr 4, 2023

  1. Configuration menu
    Copy the full SHA
    63cdbb2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b94002b View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. Configuration menu
    Copy the full SHA
    c17fac1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e8e73c3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    18abfaf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b7f9423 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f5fd0d9 View commit details
    Browse the repository at this point in the history
  6. final tests fixes

    all tests are passing
    michalkucharczyk committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    05701e4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4a05623 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    44c073d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cf1a8b5 View commit details
    Browse the repository at this point in the history
  10. Cargo.lock reset

    michalkucharczyk committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    b25d035 View commit details
    Browse the repository at this point in the history
  11. format

    michalkucharczyk committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    7061723 View commit details
    Browse the repository at this point in the history
  12. sudo hack removed

    michalkucharczyk committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    d9b8cd7 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

  1. Configuration menu
    Copy the full SHA
    2200471 View commit details
    Browse the repository at this point in the history
  2. .gitignore reverted

    michalkucharczyk committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    1ec59d2 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/master' into mku-refactor-substr…

    …ate-test-runtime
    
    Conflicts resolved:
    	client/basic-authorship/src/basic_authorship.rs
    	client/service/test/src/client/mod.rs
    	test-utils/runtime/src/lib.rs
    	test-utils/runtime/src/system.rs
    michalkucharczyk committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    25fb0cf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e1549f7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1042f26 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    18c0d16 View commit details
    Browse the repository at this point in the history
  7. mmr tests fixed

    michalkucharczyk committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    abf87b5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    04784ad View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    98a736e View commit details
    Browse the repository at this point in the history
  10. cleanup

    michalkucharczyk committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    ecd4f9c View commit details
    Browse the repository at this point in the history
  11. ".git/.scripts/commands/fmt/fmt.sh"

    command-bot committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    6efc711 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. Configuration menu
    Copy the full SHA
    c5a8bd8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b47289 View commit details
    Browse the repository at this point in the history
  3. fix

    michalkucharczyk committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    63866f0 View commit details
    Browse the repository at this point in the history
  4. fix

    michalkucharczyk committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    31f3d80 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. Configuration menu
    Copy the full SHA
    88683c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c956f06 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f6aefcd View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. Configuration menu
    Copy the full SHA
    bc2b6be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a115071 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b71a5b3 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. Merge remote-tracking branch 'origin/master' into mku-refactor-substr…

    …ate-test-runtime
    parity-processbot committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    8004fe9 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. Apply suggestions from code review

    Co-authored-by: Bastian Köcher <git@kchr.de>
    michalkucharczyk and bkchr authored Apr 26, 2023
    Configuration menu
    Copy the full SHA
    ae1997a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    259f871 View commit details
    Browse the repository at this point in the history
  3. Review suggestions

    michalkucharczyk committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    22069a0 View commit details
    Browse the repository at this point in the history
  4. fix

    michalkucharczyk committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    042f2e4 View commit details
    Browse the repository at this point in the history
  5. fix

    michalkucharczyk committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    6b64277 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6443a9d View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

  1. Merge remote-tracking branch 'origin/master' into mku-refactor-substr…

    …ate-test-runtime
    parity-processbot committed May 2, 2023
    Configuration menu
    Copy the full SHA
    734ddfd View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

  1. Apply suggestions from code review

    Co-authored-by: Davide Galassi <davxy@datawok.net>
    michalkucharczyk and davxy authored May 3, 2023
    Configuration menu
    Copy the full SHA
    65e03c8 View commit details
    Browse the repository at this point in the history
  2. Update test-utils/runtime/src/genesismap.rs

    Co-authored-by: Davide Galassi <davxy@datawok.net>
    michalkucharczyk and davxy authored May 3, 2023
    Configuration menu
    Copy the full SHA
    123b023 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5c58b38 View commit details
    Browse the repository at this point in the history
  4. Review suggestions

    michalkucharczyk committed May 3, 2023
    Configuration menu
    Copy the full SHA
    f31082b View commit details
    Browse the repository at this point in the history
  5. fix

    michalkucharczyk committed May 3, 2023
    Configuration menu
    Copy the full SHA
    ab177b0 View commit details
    Browse the repository at this point in the history
  6. doc added

    michalkucharczyk committed May 3, 2023
    Configuration menu
    Copy the full SHA
    c5970e8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1a7325e View commit details
    Browse the repository at this point in the history
  8. Merge remote-tracking branch 'origin/master' into mku-refactor-substr…

    …ate-test-runtime
    parity-processbot committed May 3, 2023
    Configuration menu
    Copy the full SHA
    ff0a322 View commit details
    Browse the repository at this point in the history
  9. small doc fixes

    michalkucharczyk committed May 3, 2023
    Configuration menu
    Copy the full SHA
    9656ae9 View commit details
    Browse the repository at this point in the history
  10. Merge remote-tracking branch 'origin/master' into mku-refactor-substr…

    …ate-test-runtime
    parity-processbot committed May 3, 2023
    Configuration menu
    Copy the full SHA
    c83d009 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. Configuration menu
    Copy the full SHA
    3c4c413 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2bff606 View commit details
    Browse the repository at this point in the history
  3. Apply suggestions from code review

    Co-authored-by: Sebastian Kunert <skunert49@gmail.com>
    michalkucharczyk and skunert authored May 4, 2023
    Configuration menu
    Copy the full SHA
    194b1df View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9597261 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ddf3ce1 View commit details
    Browse the repository at this point in the history
  6. Update Cargo.lock

    michalkucharczyk authored May 4, 2023
    Configuration menu
    Copy the full SHA
    7a01bb6 View commit details
    Browse the repository at this point in the history