Skip to content

Commit

Permalink
Add DEX and allow fee payment in other assets (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
clangenb authored Aug 28, 2024
1 parent 53e0eb6 commit 51e13b7
Show file tree
Hide file tree
Showing 10 changed files with 1,287 additions and 661 deletions.
31 changes: 31 additions & 0 deletions Cargo.lock

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

4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ hex = { version = "0.4.3", default-features = false }
jsonrpsee = { version = "0.22.4", default-features = false }
log = { version = "0.4.17", default-features = false }
parking_lot = { version = "0.12.1", default-features = false }
# num-traits feature needed for dex integer sq root:
primitive-types = { version = "0.12.1", default-features = false, features = ["codec", "num-traits", "scale-info"] }
serde = { version = "1.0.56", default-features = false }
serde_json = { version = "1.0.113", default-features = false }
smallvec = { version = "1.11.1", default-features = false }
Expand All @@ -43,6 +45,8 @@ frame-system-benchmarking = { version = "35.0.0", default-featu
frame-system-rpc-runtime-api = { version = "33.0.0", default-features = false }
frame-try-runtime = { version = "0.41.0", default-features = false }
pallet-assets = { version = "36.0.0", default-features = false }
pallet-asset-conversion = { version = "17.0.0", default-features = false }
pallet-asset-conversion-tx-payment = { version = "17.0.0", default-features = false }
pallet-aura = { version = "34.0.0", default-features = false }
pallet-authorship = { version = "35.0.0", default-features = false }
pallet-balances = { version = "36.0.0", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion chopsticks/ajuna.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ mock-signature-host: true
block: ${env.AJUNA_PARACHAIN_BLOCK_NUMBER}
db: ./chopsticks/ajuna-parachain.db.sqlite
runtime-log-level: 5
# wasm-override: ajuna_runtime.wasm
#wasm-override: target/release/wbuild/ajuna-runtime/ajuna_runtime.compact.compressed.wasm

# Once we have governance we want to make Alice single councillor and technical committee member.
import-storage:
Expand Down
Loading

0 comments on commit 51e13b7

Please sign in to comment.