Skip to content

Commit

Permalink
Auto updated substrate references
Browse files Browse the repository at this point in the history
  • Loading branch information
Crust Update Bot committed Jul 31, 2023
1 parent a1aa44a commit c80e94a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion substrate
Submodule substrate updated 29 files
+1 −3 bin/node/runtime/src/lib.rs
+1 −0 frame/contracts/Cargo.toml
+73 −0 frame/contracts/build.rs
+13 −8 frame/contracts/src/benchmarking/mod.rs
+1 −6 frame/contracts/src/lib.rs
+32 −16 frame/contracts/src/migration.rs
+17 −12 frame/contracts/src/tests.rs
+8 −238 frame/support/procedural/src/lib.rs
+0 −0 frame/support/procedural/src/no_bound/clone.rs
+0 −0 frame/support/procedural/src/no_bound/debug.rs
+0 −0 frame/support/procedural/src/no_bound/default.rs
+23 −0 frame/support/procedural/src/no_bound/mod.rs
+0 −0 frame/support/procedural/src/no_bound/partial_eq.rs
+0 −151 frame/support/procedural/src/storage/genesis_config/builder_def.rs
+0 −162 frame/support/procedural/src/storage/genesis_config/genesis_config_def.rs
+0 −196 frame/support/procedural/src/storage/genesis_config/mod.rs
+0 −99 frame/support/procedural/src/storage/getters.rs
+0 −139 frame/support/procedural/src/storage/instance_trait.rs
+0 −217 frame/support/procedural/src/storage/metadata.rs
+0 −507 frame/support/procedural/src/storage/mod.rs
+0 −562 frame/support/procedural/src/storage/parse.rs
+0 −385 frame/support/procedural/src/storage/print_pallet_upgrade.rs
+0 −59 frame/support/procedural/src/storage/storage_info.rs
+0 −564 frame/support/procedural/src/storage/storage_struct.rs
+0 −55 frame/support/procedural/src/storage/store_trait.rs
+7 −2,663 frame/support/src/dispatch.rs
+0 −118 frame/support/src/error.rs
+0 −294 frame/support/src/event.rs
+10 −9 frame/support/src/lib.rs

0 comments on commit c80e94a

Please sign in to comment.