Skip to content

Commit

Permalink
Add pallet Assets Chain Extension (#1124)
Browse files Browse the repository at this point in the history
* Transfer

* remove dep

* num in std

* burn and mint tests

* Added tests

* fmt

* Added integration tests

* clean code

* PR comments

* PR comments
  • Loading branch information
PierreOssun authored Jan 10, 2024
1 parent 21acad9 commit 4dbe881
Show file tree
Hide file tree
Showing 17 changed files with 2,289 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 4dbe881

Please sign in to comment.