Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add and configure asset registry pallet #276

Merged
merged 23 commits into from
Jul 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
97c658d
Add asset_registry.rs to runtime/common
ebma Jul 14, 2023
80ec897
Add asset registry pallet to Foucoco runtime
ebma Jul 14, 2023
c722147
Add asset registry pallet to Amplitude runtime
ebma Jul 14, 2023
f726d18
Add asset registry pallet to Pendulum runtime
ebma Jul 14, 2023
4468422
Add benchmarking logic for orml_asset_registry.rs to runtime/common
ebma Jul 17, 2023
66e2947
Add benchmarked weights for orml-asset-registry
ebma Jul 17, 2023
5a5bd77
Change call filters
ebma Jul 17, 2023
2452fcd
Enable benchmarks for asset registry in all runtimes
ebma Jul 17, 2023
c0e0027
Merge branch 'main' into 275-add-and-configure-asset-registry-pallet
ebma Jul 17, 2023
5455978
Configure asset_registry in chain_spec.rs
ebma Jul 17, 2023
91b9e52
Update Cargo.lock
ebma Jul 17, 2023
276cb17
Fix missing dependencies of orml_asset_registry.rs
ebma Jul 17, 2023
4d81baa
Configure runtime-common/try-runtime features for runtimes
ebma Jul 17, 2023
9c23c80
Rewrite AssetAuthority type
ebma Jul 18, 2023
15392fc
Add instructions for benchmarking to README.md
ebma Jul 18, 2023
f22ee5b
Use Some(Currency) in benchmarks
ebma Jul 18, 2023
6e6cc00
Generate benchmarks for orml_asset_registry pallet
ebma Jul 18, 2023
ac87d95
Bump spacewalk dependencies
ebma Jul 25, 2023
5088b74
Adjust CustomMetadata struct usage
ebma Jul 25, 2023
767f8da
Add comment to construct_runtime! macros
ebma Jul 25, 2023
5995ad5
Merge branch 'main' into 275-add-and-configure-asset-registry-pallet
ebma Jul 25, 2023
4395e53
Fix misconfiguration in foucoco Cargo.toml
ebma Jul 25, 2023
ee3a5ad
Re-generate benchmark weights for asset registry pallet
ebma Jul 25, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
111 changes: 70 additions & 41 deletions Cargo.lock

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

Loading
Loading