-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump submodules/ajuna from
aa0e66f
to 3b84cdf
Bumps [submodules/ajuna](/~https://github.com/ajuna-network/ajuna-parachain) from `aa0e66f` to `3b84cdf`. - [Release notes](/~https://github.com/ajuna-network/ajuna-parachain/releases) - [Commits](ajuna-network/ajuna-parachain@aa0e66f...3b84cdf) --- updated-dependencies: - dependency-name: submodules/ajuna dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
- Loading branch information
1 parent
3fafaca
commit 14713f3
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule ajuna
updated
22 files
+33 −3 | Cargo.lock | |
+5 −2 | Cargo.toml | |
+1 −3 | chopsticks/ajuna.yml | |
+6 −18 | node/src/chain_spec.rs | |
+15 −5 | node/src/chain_spec_utils.rs | |
+32 −129 | node/src/command.rs | |
+0 −204 | node/src/fake_runtime_api/aura.rs | |
+0 −20 | node/src/fake_runtime_api/mod.rs | |
+0 −1 | node/src/main.rs | |
+182 −476 | node/src/service.rs | |
+11 −2 | resources/ajuna/ajuna-raw.json | |
+4 −2 | resources/ajuna/paseo/ajuna-paseo-raw.json | |
+154 −148 | runtime/ajuna/Cargo.toml | |
+106 −5 | runtime/ajuna/src/assets.rs | |
+43 −32 | runtime/ajuna/src/lib.rs | |
+295 −0 | runtime/ajuna/src/tx_payment.rs | |
+1 −1 | runtime/ajuna/src/weights/mod.rs | |
+175 −0 | runtime/ajuna/src/weights/pallet_asset_conversion.rs | |
+479 −489 | runtime/ajuna/src/weights/pallet_assets.rs | |
+0 −96 | runtime/ajuna/src/weights/pallet_sudo.rs | |
+1 −1 | runtime/ajuna/src/xcm_config.rs | |
+1 −1 | rust-toolchain.toml |