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

feat: Upgrade parachain to polkadot v1.1.0 #61

Merged
merged 16 commits into from
Jan 9, 2024
6,034 changes: 2,367 additions & 3,667 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ panic = 'unwind'
[workspace]
members = [
'node',
'pallets/quantum-portal',
'pallets/*',
'runtime/*',
'precompiles/*',
]
2 changes: 1 addition & 1 deletion contracts/erc20/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ethabi = { git = "https://github.com/akru/ethabi", default-features = false }
hex-literal = "0.3"
ink = { version = "4.0.0", default-features = false }

scale = { package = "parity-scale-codec", version = "3", default-features = false, features = [
scale = { package = "parity-scale-codec", version = "3.2.2", default-features = false, features = [
"derive",
] }
scale-info = { version = "2", default-features = false, features = [
Expand Down
2 changes: 1 addition & 1 deletion contracts/multi-chain-staking/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ethabi = { git = "https://github.com/akru/ethabi", default-features = false }
hex-literal = "0.3"
ink = { version = "4.0.0", default-features = false }

scale = { package = "parity-scale-codec", version = "3", default-features = false, features = [
scale = { package = "parity-scale-codec", version = "3.2.2", default-features = false, features = [
"derive",
] }
scale-info = { version = "2", default-features = false, features = [
Expand Down