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

A0-1905: update substrate to 0.9.36 #939

Merged
merged 29 commits into from
Feb 22, 2023
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
250eae7
change fork version to 0.9.34
maciejnems Feb 14, 2023
bf47d0d
pallet contracts UnsafeUnstableInterface set to false
maciejnems Feb 14, 2023
1ff0190
subxt code gen
maciejnems Feb 14, 2023
98958ac
temporarily remove fee calculation test
maciejnems Feb 14, 2023
130896a
fix build
maciejnems Feb 15, 2023
f59cee4
change fork version to aleph-0.9.34
maciejnems Feb 15, 2023
66b2a01
bump spec version to 52
maciejnems Feb 17, 2023
a288e3d
move comment up
maciejnems Feb 17, 2023
bd40a42
change fork version to wip-0.9.35
maciejnems Feb 17, 2023
4c9566d
fix pruning arguments
maciejnems Feb 17, 2023
78842be
fix weight changes
maciejnems Feb 17, 2023
7dca2ba
update jsonspree
maciejnems Feb 17, 2023
c49e44c
fix compiler error
kostekIV Feb 20, 2023
bdeed39
Merge remote-tracking branch 'origin/main' into A0-1904-update-to-0.9.35
kostekIV Feb 20, 2023
710598a
rm wip
kostekIV Feb 20, 2023
44add86
lock
kostekIV Feb 21, 2023
eee48c4
Merge branch 'main' into A0-1904-update-to-0.9.35
kostekIV Feb 21, 2023
860f57e
spec
kostekIV Feb 21, 2023
1626c4b
aleph
kostekIV Feb 21, 2023
d4193d2
lint
kostekIV Feb 21, 2023
38d90a9
lint
kostekIV Feb 21, 2023
d65e8e5
Merge remote-tracking branch 'origin/main' into A0-1904-update-to-0.9.35
kostekIV Feb 21, 2023
cdbcd5a
cleanup
kostekIV Feb 21, 2023
425c551
update
kostekIV Feb 21, 2023
80fad0e
Merge remote-tracking branch 'origin/main' into A0-1905
kostekIV Feb 22, 2023
11fe455
bump spec
kostekIV Feb 22, 2023
29c34c3
set contracts-transcode version
kostekIV Feb 22, 2023
5f7f542
locks
kostekIV Feb 22, 2023
71077d3
fix try-runtime
kostekIV Feb 22, 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
298 changes: 143 additions & 155 deletions Cargo.lock

Large diffs are not rendered by default.

779 changes: 434 additions & 345 deletions aleph-client/Cargo.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions aleph-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ subxt = "0.25.0"
futures = "0.3.25"
serde = { version = "1.0", features = ["derive"] }

frame-support = { git = "https://github.com/Cardinal-Cryptography/substrate.git", branch = "aleph-v0.9.35" }
sp-runtime = { git = "https://github.com/Cardinal-Cryptography/substrate.git", branch = "aleph-v0.9.35" }
pallet-contracts-primitives = { git = "https://github.com/Cardinal-Cryptography/substrate.git", branch = "aleph-v0.9.35" }
frame-support = { git = "https://github.com/Cardinal-Cryptography/substrate.git", branch = "aleph-v0.9.36" }
sp-runtime = { git = "https://github.com/Cardinal-Cryptography/substrate.git", branch = "aleph-v0.9.36" }
pallet-contracts-primitives = { git = "https://github.com/Cardinal-Cryptography/substrate.git", branch = "aleph-v0.9.36" }
primitives = { path = "../primitives" }

[dev-dependencies]
Expand Down
Loading