diff --git a/.gitignore b/.gitignore index c190c2c364..92e5210724 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,3 @@ # Substrate *.log *.out - -*.snap -*.wasm* diff --git a/core/tests/runtimes/people_rococo_runtime_different_spec_name.compact.compressed.wasm b/core/tests/runtimes/people_rococo_runtime_different_spec_name.compact.compressed.wasm new file mode 100644 index 0000000000..8a6b306fe8 Binary files /dev/null and b/core/tests/runtimes/people_rococo_runtime_different_spec_name.compact.compressed.wasm differ diff --git a/core/tests/runtimes/people_rococo_runtime_mbm_double_ok_300b.compact.compressed.wasm b/core/tests/runtimes/people_rococo_runtime_mbm_double_ok_300b.compact.compressed.wasm new file mode 100644 index 0000000000..5388929b40 Binary files /dev/null and b/core/tests/runtimes/people_rococo_runtime_mbm_double_ok_300b.compact.compressed.wasm differ diff --git a/core/tests/runtimes/people_rococo_runtime_mbm_duplicates_ok_80b.compact.compressed.wasm b/core/tests/runtimes/people_rococo_runtime_mbm_duplicates_ok_80b.compact.compressed.wasm new file mode 100644 index 0000000000..0c09c89d45 Binary files /dev/null and b/core/tests/runtimes/people_rococo_runtime_mbm_duplicates_ok_80b.compact.compressed.wasm differ diff --git a/core/tests/runtimes/people_rococo_runtime_mbm_empty.compact.compressed.wasm b/core/tests/runtimes/people_rococo_runtime_mbm_empty.compact.compressed.wasm new file mode 100644 index 0000000000..956a9f21a8 Binary files /dev/null and b/core/tests/runtimes/people_rococo_runtime_mbm_empty.compact.compressed.wasm differ diff --git a/core/tests/runtimes/people_rococo_runtime_mbm_fails.compact.compressed.wasm b/core/tests/runtimes/people_rococo_runtime_mbm_fails.compact.compressed.wasm new file mode 100644 index 0000000000..373bf35ce2 Binary files /dev/null and b/core/tests/runtimes/people_rococo_runtime_mbm_fails.compact.compressed.wasm differ diff --git a/core/tests/runtimes/people_rococo_runtime_mbm_post_upgrade_fails.compact.compressed.wasm b/core/tests/runtimes/people_rococo_runtime_mbm_post_upgrade_fails.compact.compressed.wasm new file mode 100644 index 0000000000..a6b8122c00 Binary files /dev/null and b/core/tests/runtimes/people_rococo_runtime_mbm_post_upgrade_fails.compact.compressed.wasm differ diff --git a/core/tests/runtimes/people_rococo_runtime_mbm_pre_upgrade_fails.compact.compressed.wasm b/core/tests/runtimes/people_rococo_runtime_mbm_pre_upgrade_fails.compact.compressed.wasm new file mode 100644 index 0000000000..36d9ef20b9 Binary files /dev/null and b/core/tests/runtimes/people_rococo_runtime_mbm_pre_upgrade_fails.compact.compressed.wasm differ diff --git a/core/tests/runtimes/people_rococo_runtime_no_migrations.compact.compressed.wasm b/core/tests/runtimes/people_rococo_runtime_no_migrations.compact.compressed.wasm new file mode 100644 index 0000000000..efa5a60337 Binary files /dev/null and b/core/tests/runtimes/people_rococo_runtime_no_migrations.compact.compressed.wasm differ diff --git a/core/tests/runtimes/people_rococo_runtime_not_idempotent_panic.compact.compressed.wasm b/core/tests/runtimes/people_rococo_runtime_not_idempotent_panic.compact.compressed.wasm new file mode 100644 index 0000000000..5be1038843 Binary files /dev/null and b/core/tests/runtimes/people_rococo_runtime_not_idempotent_panic.compact.compressed.wasm differ diff --git a/core/tests/runtimes/people_rococo_runtime_not_idempotent_state_root.compact.compressed.wasm b/core/tests/runtimes/people_rococo_runtime_not_idempotent_state_root.compact.compressed.wasm new file mode 100644 index 0000000000..d12574eb6d Binary files /dev/null and b/core/tests/runtimes/people_rococo_runtime_not_idempotent_state_root.compact.compressed.wasm differ diff --git a/core/tests/runtimes/people_rococo_runtime_ok.compact.compressed.wasm b/core/tests/runtimes/people_rococo_runtime_ok.compact.compressed.wasm new file mode 100644 index 0000000000..a1a470b090 Binary files /dev/null and b/core/tests/runtimes/people_rococo_runtime_ok.compact.compressed.wasm differ diff --git a/core/tests/runtimes/people_rococo_runtime_post_upgrade_fail.compact.compressed.wasm b/core/tests/runtimes/people_rococo_runtime_post_upgrade_fail.compact.compressed.wasm new file mode 100644 index 0000000000..b050f75f8a Binary files /dev/null and b/core/tests/runtimes/people_rococo_runtime_post_upgrade_fail.compact.compressed.wasm differ diff --git a/core/tests/runtimes/people_rococo_runtime_post_upgrade_storage_change.compact.compressed.wasm b/core/tests/runtimes/people_rococo_runtime_post_upgrade_storage_change.compact.compressed.wasm new file mode 100644 index 0000000000..113d110058 Binary files /dev/null and b/core/tests/runtimes/people_rococo_runtime_post_upgrade_storage_change.compact.compressed.wasm differ diff --git a/core/tests/runtimes/people_rococo_runtime_pre_upgrade_fail.compact.compressed.wasm b/core/tests/runtimes/people_rococo_runtime_pre_upgrade_fail.compact.compressed.wasm new file mode 100644 index 0000000000..b050f75f8a Binary files /dev/null and b/core/tests/runtimes/people_rococo_runtime_pre_upgrade_fail.compact.compressed.wasm differ diff --git a/core/tests/runtimes/people_rococo_runtime_same_spec_version.compact.compressed.wasm b/core/tests/runtimes/people_rococo_runtime_same_spec_version.compact.compressed.wasm new file mode 100644 index 0000000000..60835941b4 Binary files /dev/null and b/core/tests/runtimes/people_rococo_runtime_same_spec_version.compact.compressed.wasm differ diff --git a/core/tests/runtimes/people_rococo_runtime_weight_max.compact.compressed.wasm b/core/tests/runtimes/people_rococo_runtime_weight_max.compact.compressed.wasm new file mode 100644 index 0000000000..9b3526a90e Binary files /dev/null and b/core/tests/runtimes/people_rococo_runtime_weight_max.compact.compressed.wasm differ diff --git a/core/tests/snaps/rococo-people.snap b/core/tests/snaps/rococo-people.snap new file mode 100644 index 0000000000..11db04beb0 Binary files /dev/null and b/core/tests/snaps/rococo-people.snap differ