Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
1da1683
Update dependencies to v0.9.38
sea212 Aug 20, 2023
398d8f7
More dependency updates
sea212 Aug 20, 2023
ab47324
Update standalone runtimes
sea212 Aug 20, 2023
2a60e3c
Fix build with feature runtime-benchmark
sea212 Aug 21, 2023
2fd134e
Update Zeitgeist parachain runtime
sea212 Aug 21, 2023
45b86e7
Update Battery Station parachain runtime
sea212 Aug 22, 2023
3237a78
Deduplicated dependencies
sea212 Aug 22, 2023
5ce5bb8
Make tests succeed for parachain runtime
sea212 Aug 22, 2023
37d6aee
Partially fix Zeitgeist xcm tests
sea212 Aug 22, 2023
2ad2d88
Make all runtime tests succeed
sea212 Aug 23, 2023
4089ecd
Update standalone client
sea212 Aug 23, 2023
504d3f1
Update parachain node
sea212 Aug 23, 2023
6a6f9ea
Add migrations
sea212 Aug 23, 2023
2d54592
Cargo fmt
sea212 Aug 23, 2023
b11c260
Satisfy Clippy
sea212 Aug 23, 2023
30af891
Cargo fmt
sea212 Aug 23, 2023
21ce803
Taplo format
sea212 Aug 23, 2023
9646a85
Update licenses
sea212 Aug 23, 2023
fe589a5
Reduce runtime test dependencies by half
sea212 Aug 23, 2023
41d09c5
Add missing runtime-benchmark feature
sea212 Aug 23, 2023
ab0e64a
Use upper case copyright name
sea212 Aug 23, 2023
2599c7d
Remove test logger
sea212 Aug 23, 2023
c684f28
Revert "Reduce runtime test dependencies by half"
sea212 Aug 24, 2023
9ad7516
Update weight templates
sea212 Aug 24, 2023
a4a7648
Use header option for benchmarks
sea212 Aug 24, 2023
c586c61
Update rust-toolchain
sea212 Aug 24, 2023
4d0cc4d
Satisfy clippy
sea212 Aug 25, 2023
abd7ed5
Use patched wasm-builder for new rustc
sea212 Aug 25, 2023
a3a18db
Format
sea212 Aug 25, 2023
9dd8010
Update licenses
sea212 Aug 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
Prev Previous commit
Next Next commit
Deduplicated dependencies
  • Loading branch information
sea212 committed Aug 22, 2023
commit 3237a78062aefd674d2a936b101ffb873e60da43
111 changes: 26 additions & 85 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,7 @@ polkadot-overseer = { git = "https://github.com/zeitgeistpm/polkadot.git", branc
polkadot-parachain = { git = "https://github.com/zeitgeistpm/polkadot.git", branch = "v0.9.38-recent-bootnodes" }
polkadot-primitives = { git = "https://github.com/zeitgeistpm/polkadot.git", branch = "v0.9.38-recent-bootnodes" }
polkadot-runtime = { git = "https://github.com/zeitgeistpm/polkadot.git", branch = "v0.9.38-recent-bootnodes" }
polkadot-runtime-common = { git = "https://github.com/zeitgeistpm/polkadot.git", branch = "v0.9.38-recent-bootnodes" }
polkadot-runtime-parachains = { git = "https://github.com/zeitgeistpm/polkadot.git", branch = "v0.9.38-recent-bootnodes" }
polkadot-service = { git = "https://github.com/zeitgeistpm/polkadot.git", branch = "v0.9.38-recent-bootnodes" }
polkadot-test-service = { git = "https://github.com/zeitgeistpm/polkadot.git", branch = "v0.9.38-recent-bootnodes" }
Expand Down