Reference for macros usage (#354)

* Reference for macro usage

update build, fix fmt and tomls

fixed Erc20XcmBridge, updated deps

toml sort &fmt

* fix import

* fix sort

* comment out tests

* fix fmt

* fix constant tests
This commit is contained in:
Nikita Khateev
2024-11-04 20:52:21 +04:00
committed by GitHub
parent 8e0feecc14
commit 696a67e0aa
14 changed files with 743 additions and 1740 deletions
+2 -1
View File
@@ -18,6 +18,7 @@ scale-info = { workspace = true, features = [ "derive" ] }
smallvec = { workspace = true }
openzeppelin-polkadot-wrappers = { workspace = true }
openzeppelin-polkadot-wrappers-proc = { workspace = true }
# Substrate
frame-benchmarking = { workspace = true, optional = true }
@@ -198,7 +199,7 @@ std = [
"xcm-primitives/std",
"xcm/std",
]
async-backing = []
async-backing = [ "openzeppelin-polkadot-wrappers-proc/async-backing" ]
metadata-hash = [ "substrate-wasm-builder/metadata-hash" ]
runtime-benchmarks = [
"assets-common/runtime-benchmarks",