Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into feat/cycle-alignmen…
Browse files Browse the repository at this point in the history
…t-handler
  • Loading branch information
Dinonard committed Jan 15, 2024
2 parents a434791 + 5c6d6f0 commit cf8e665
Show file tree
Hide file tree
Showing 18 changed files with 2,291 additions and 393 deletions.
8 changes: 6 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions chain-extensions/pallet-assets/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ sp-core = { workspace = true }
sp-runtime = { workspace = true }
sp-std = { workspace = true }

[dev-dependencies]
env_logger = "0.9"
pallet-balances = { workspace = true }
pallet-timestamp = { workspace = true }
sp-io = { workspace = true }

[features]
default = ["std"]
std = [
Expand All @@ -38,4 +44,5 @@ std = [
"sp-runtime/std",
"pallet-assets/std",
"assets-chain-extension-types/std",
"pallet-balances/std",
]
Loading

0 comments on commit cf8e665

Please sign in to comment.