Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
d092e29
initial 29 cargo updates
enthusiastmartin Nov 7, 2022
614f45e
weight update
enthusiastmartin Nov 7, 2022
f4d65f6
use correct warehouse
enthusiastmartin Nov 8, 2022
118bb86
clippy pls
enthusiastmartin Nov 8, 2022
33a814b
use latest warehouse
enthusiastmartin Nov 8, 2022
c0a95c1
add tx pause pallet
enthusiastmartin Nov 8, 2022
806d244
happy clippy happy life
enthusiastmartin Nov 8, 2022
f8173de
bump versions
enthusiastmartin Nov 8, 2022
5c36e5b
Merge branch 'master' into polkadot-v0.9.29
enthusiastmartin Nov 11, 2022
e8596d0
adjust call filter
enthusiastmartin Nov 11, 2022
b41d9f0
happy clippy happy life
enthusiastmartin Nov 11, 2022
3ab463e
formatting
enthusiastmartin Nov 11, 2022
c10d930
fixed benchmarks build
mrq1911 Nov 11, 2022
b573d24
authorities = invulnerables
mrq1911 Nov 11, 2022
cbb122d
set base path correctly
enthusiastmartin Nov 12, 2022
105b771
add XCM weight trader and update integration tests
apopiak Nov 17, 2022
2d78fae
remove todo
apopiak Nov 17, 2022
26d1497
reduce number of property test cases run to speed up test execution
apopiak Nov 17, 2022
86105a6
Merge branch 'polkadot-v0.9.29' of github.com:galacticcouncil/HydraDX…
apopiak Nov 17, 2022
c3ca73d
Merge branch 'master' into polkadot-v0.9.29
mrq1911 Nov 21, 2022
d7c6063
master merged
mrq1911 Nov 21, 2022
cf64633
runtime 114
mrq1911 Nov 21, 2022
4dcffa5
add uniques migration
Roznovjak Nov 21, 2022
ca0794c
remove commented out code
Roznovjak Nov 21, 2022
f9d25ff
formatting
Roznovjak Nov 21, 2022
eede8e7
Merge branch 'polkadot-v0.9.29' of github.com:galacticcouncil/HydraDX…
apopiak Nov 22, 2022
8cd4ebc
bump integration test version
apopiak Nov 22, 2022
1229759
Merge pull request #475 from galacticcouncil/apopiak/weight-trader
apopiak Nov 22, 2022
4d30769
Merge pull request #477 from galacticcouncil/feat/uniques_migration
mrq1911 Nov 23, 2022
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
1,050 changes: 563 additions & 487 deletions Cargo.lock

Large diffs are not rendered by default.

47 changes: 24 additions & 23 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,35 +4,36 @@ panic = 'unwind'
[workspace]
members = [
'node',
'pallets/omnipool',
'runtime/common',
'runtime/hydradx',
'pallets/omnipool',
'runtime/testing-hydradx',
'primitives',
'utils/build-script-utils',
'integration-tests',
]

[patch."https://github.com/paritytech/polkadot"]
kusama-runtime = { git = "https://github.com/galacticcouncil/polkadot", branch = "patch/fix-xcm-executor-atomicity-9-28-1" }
pallet-xcm = { git = "https://github.com/galacticcouncil/polkadot", branch = "patch/fix-xcm-executor-atomicity-9-28-1" }
polkadot-cli = { git = "https://github.com/galacticcouncil/polkadot", branch = "patch/fix-xcm-executor-atomicity-9-28-1" }
polkadot-client = { git = "https://github.com/galacticcouncil/polkadot", branch = "patch/fix-xcm-executor-atomicity-9-28-1" }
polkadot-core-primitives = { git = "https://github.com/galacticcouncil/polkadot", branch = "patch/fix-xcm-executor-atomicity-9-28-1" }
polkadot-node-core-pvf = { git = "https://github.com/galacticcouncil/polkadot", branch = "patch/fix-xcm-executor-atomicity-9-28-1" }
polkadot-node-network-protocol = { git = "https://github.com/galacticcouncil/polkadot", branch = "patch/fix-xcm-executor-atomicity-9-28-1" }
polkadot-node-primitives = { git = "https://github.com/galacticcouncil/polkadot", branch = "patch/fix-xcm-executor-atomicity-9-28-1" }
polkadot-node-subsystem = { git = "https://github.com/galacticcouncil/polkadot", branch = "patch/fix-xcm-executor-atomicity-9-28-1" }
polkadot-overseer = { git = "https://github.com/galacticcouncil/polkadot", branch = "patch/fix-xcm-executor-atomicity-9-28-1" }
polkadot-parachain = { git = "https://github.com/galacticcouncil/polkadot", branch = "patch/fix-xcm-executor-atomicity-9-28-1" }
polkadot-primitives = { git = "https://github.com/galacticcouncil/polkadot", branch = "patch/fix-xcm-executor-atomicity-9-28-1" }
polkadot-runtime = { git = "https://github.com/galacticcouncil/polkadot", branch = "patch/fix-xcm-executor-atomicity-9-28-1" }
polkadot-runtime-common = { git = "https://github.com/galacticcouncil/polkadot", branch = "patch/fix-xcm-executor-atomicity-9-28-1" }
polkadot-runtime-parachains = { git = "https://github.com/galacticcouncil/polkadot", branch = "patch/fix-xcm-executor-atomicity-9-28-1" }
polkadot-service = { git = "https://github.com/galacticcouncil/polkadot", branch = "patch/fix-xcm-executor-atomicity-9-28-1" }
polkadot-statement-table = { git = "https://github.com/galacticcouncil/polkadot", branch = "patch/fix-xcm-executor-atomicity-9-28-1" }
rococo-runtime = { git = "https://github.com/galacticcouncil/polkadot", branch = "patch/fix-xcm-executor-atomicity-9-28-1" }
westend-runtime = { git = "https://github.com/galacticcouncil/polkadot", branch = "patch/fix-xcm-executor-atomicity-9-28-1" }
xcm = { git = "https://github.com/galacticcouncil/polkadot", branch = "patch/fix-xcm-executor-atomicity-9-28-1" }
xcm-builder = { git = "https://github.com/galacticcouncil/polkadot", branch = "patch/fix-xcm-executor-atomicity-9-28-1" }
xcm-executor = { git = "https://github.com/galacticcouncil/polkadot", branch = "patch/fix-xcm-executor-atomicity-9-28-1" }
kusama-runtime = { git = "https://github.com/galacticcouncil/polkadot", branch = "fix-xcm-executor-atomicity-9-29-1" }
pallet-xcm = { git = "https://github.com/galacticcouncil/polkadot", branch = "fix-xcm-executor-atomicity-9-29-1" }
polkadot-cli = { git = "https://github.com/galacticcouncil/polkadot", branch = "fix-xcm-executor-atomicity-9-29-1" }
polkadot-client = { git = "https://github.com/galacticcouncil/polkadot", branch = "fix-xcm-executor-atomicity-9-29-1" }
polkadot-core-primitives = { git = "https://github.com/galacticcouncil/polkadot", branch = "fix-xcm-executor-atomicity-9-29-1" }
polkadot-node-core-pvf = { git = "https://github.com/galacticcouncil/polkadot", branch = "fix-xcm-executor-atomicity-9-29-1" }
polkadot-node-network-protocol = { git = "https://github.com/galacticcouncil/polkadot", branch = "fix-xcm-executor-atomicity-9-29-1" }
polkadot-node-primitives = { git = "https://github.com/galacticcouncil/polkadot", branch = "fix-xcm-executor-atomicity-9-29-1" }
polkadot-node-subsystem = { git = "https://github.com/galacticcouncil/polkadot", branch = "fix-xcm-executor-atomicity-9-29-1" }
polkadot-overseer = { git = "https://github.com/galacticcouncil/polkadot", branch = "fix-xcm-executor-atomicity-9-29-1" }
polkadot-parachain = { git = "https://github.com/galacticcouncil/polkadot", branch = "fix-xcm-executor-atomicity-9-29-1" }
polkadot-primitives = { git = "https://github.com/galacticcouncil/polkadot", branch = "fix-xcm-executor-atomicity-9-29-1" }
polkadot-runtime = { git = "https://github.com/galacticcouncil/polkadot", branch = "fix-xcm-executor-atomicity-9-29-1" }
polkadot-runtime-common = { git = "https://github.com/galacticcouncil/polkadot", branch = "fix-xcm-executor-atomicity-9-29-1" }
polkadot-runtime-parachains = { git = "https://github.com/galacticcouncil/polkadot", branch = "fix-xcm-executor-atomicity-9-29-1" }
polkadot-service = { git = "https://github.com/galacticcouncil/polkadot", branch = "fix-xcm-executor-atomicity-9-29-1" }
polkadot-statement-table = { git = "https://github.com/galacticcouncil/polkadot", branch = "fix-xcm-executor-atomicity-9-29-1" }
rococo-runtime = { git = "https://github.com/galacticcouncil/polkadot", branch = "fix-xcm-executor-atomicity-9-29-1" }
westend-runtime = { git = "https://github.com/galacticcouncil/polkadot", branch = "fix-xcm-executor-atomicity-9-29-1" }
xcm = { git = "https://github.com/galacticcouncil/polkadot", branch = "fix-xcm-executor-atomicity-9-29-1" }
xcm-builder = { git = "https://github.com/galacticcouncil/polkadot", branch = "fix-xcm-executor-atomicity-9-29-1" }
xcm-executor = { git = "https://github.com/galacticcouncil/polkadot", branch = "fix-xcm-executor-atomicity-9-29-1" }

2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ coverage:

.PHONY: clippy
clippy:
cargo clippy --release --all-targets --all-features -- -D warnings
cargo clippy --release --all-targets --all-features -- -D warnings -A deprecated


.PHONY: format
Expand Down
Loading