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

Dependency Upgrade to v1.3.0 #2589

Merged
merged 57 commits into from
Dec 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
57 commits
Select commit Hold shift + click to select a range
e2a33b5
upgrade to polkadot v1.3.0
ahmadkaouk Nov 30, 2023
cd071d3
Temporarily disable kusama and polkadot runtime dependencies
ahmadkaouk Nov 30, 2023
03eb85c
Remove support for Kusama Native Runtime
ahmadkaouk Nov 30, 2023
87bde92
Update evm pin
ahmadkaouk Dec 4, 2023
e4e9eed
update deposit_asset function signature
ahmadkaouk Dec 4, 2023
182cd43
Add Hasher generic parameter to Bounded
ahmadkaouk Dec 7, 2023
65b0b56
Rename InvalidEvmTransactionError to TransactionValidationError
ahmadkaouk Dec 7, 2023
c2dd2a2
Use transfer_allow_death instead of deprecated transfer
ahmadkaouk Dec 7, 2023
a1b3954
fix build issue
ahmadkaouk Dec 7, 2023
01a7a8d
Use pallet_xcm::RuntimeCall
ahmadkaouk Dec 8, 2023
da4826c
BackendReader renamed to Backend in Frontier
ahmadkaouk Dec 8, 2023
f4ca2d1
Update frontier pin
ahmadkaouk Dec 8, 2023
289018e
Temporarily update new missing weight functions
ahmadkaouk Dec 8, 2023
9cbfa27
Adapt to new return type of ValidatedTransaction::apply
ahmadkaouk Dec 8, 2023
af917fe
IdentityInfo in pallet_identity is now generic
ahmadkaouk Dec 8, 2023
8b2d4c4
Associated type Hasher for QueryPreimage, StorePreimage and Bounded
ahmadkaouk Dec 8, 2023
27da143
Update Frontier Pin
ahmadkaouk Dec 8, 2023
fd2d328
fix runtime compilation errors
librelois Dec 8, 2023
4ace443
Rename BackendReader to Backend
ahmadkaouk Dec 8, 2023
6318533
Remove Send and Sync Trait Bounds for Frontier Backend
ahmadkaouk Dec 8, 2023
fb59e55
Implement closest_merkle_tree and child_closest_merkle_tree for Stora…
ahmadkaouk Dec 8, 2023
26fc6ee
Set block_relay to none
ahmadkaouk Dec 8, 2023
d0e8e2b
Use polkadot_primitives v6
ahmadkaouk Dec 9, 2023
4e5d5a1
Annotate EC for Eth::new
ahmadkaouk Dec 9, 2023
cfe9167
Update polkadot-sdk pin
ahmadkaouk Dec 9, 2023
262a880
Use transferAllowDeath instead of transfer in tests
ahmadkaouk Dec 11, 2023
0f78bbb
Update polkadot-sdk pin
ahmadkaouk Dec 11, 2023
7659190
Use transferAllowDeath instead of transfer
ahmadkaouk Dec 11, 2023
b4fae21
fix typescript test
ahmadkaouk Dec 11, 2023
77eb23d
fix typescript tests
ahmadkaouk Dec 12, 2023
d255ba3
Merge remote-tracking branch 'origin/master' into ahmad-upgrade-to-po…
ahmadkaouk Dec 12, 2023
d49f461
Fix zombie tests
ahmadkaouk Dec 12, 2023
53a225b
Fix test balance Transferable
ahmadkaouk Dec 13, 2023
14a8fca
Temporarily disabled relay-encoder rust tests
ahmadkaouk Dec 13, 2023
4bbc605
Fix Rust Tests build
ahmadkaouk Dec 13, 2023
6f66dd5
Fix build with runtime-benchmarks
ahmadkaouk Dec 14, 2023
21a5618
fmt
ahmadkaouk Dec 14, 2023
faa9b6b
Typescript Fmt
ahmadkaouk Dec 14, 2023
c6443ba
Set MaxHolds to 1
ahmadkaouk Dec 14, 2023
dd7a8f0
comply editorconfig
librelois Dec 14, 2023
9aa1857
fix democracy TS tests
Agusrodri Dec 14, 2023
bda525f
fix Eslint warning
Agusrodri Dec 14, 2023
cf2452f
Fix typescript test
ahmadkaouk Dec 14, 2023
c464778
fix txpool TS test
Agusrodri Dec 14, 2023
805aaf6
fix precompile identity test
Agusrodri Dec 14, 2023
94f912c
remove unused import
Agusrodri Dec 14, 2023
678da02
Fix rust tests
ahmadkaouk Dec 15, 2023
48c7567
Fix rust tests (no reserve anymore with preimage)
ahmadkaouk Dec 15, 2023
301f048
Fix xcm rust tests
ahmadkaouk Dec 15, 2023
17ccd0f
Fix build error
ahmadkaouk Dec 15, 2023
d33e92c
Update polkadot-sdk pin
ahmadkaouk Dec 18, 2023
e46bd0f
fix collective test
Agusrodri Dec 18, 2023
d3084e5
Add Evm Fix
ahmadkaouk Dec 18, 2023
d646310
Merge remote-tracking branch 'origin/master' into ahmad-upgrade-to-po…
Agusrodri Dec 18, 2023
4b448d0
Update evm pin
ahmadkaouk Dec 19, 2023
ac96897
simplify idty precompile trait bounds
librelois Dec 19, 2023
3df91a4
improve idty precompile readability
librelois Dec 19, 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
1 change: 0 additions & 1 deletion .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ moonbase-benchmarks = " build --release -p moonbeam --no-default-features --feat
moonbase-rococo = " build --release -p moonbeam --no-default-features --features moonbase-native,rococo-native"
moonriver = " build --release -p moonbeam --no-default-features --features moonriver-native"
moonriver-rococo = " build --release -p moonbeam --no-default-features --features moonriver-native,rococo-native"
moonriver-kusama = " build --release -p moonbeam --no-default-features --features moonriver-native,kusama-native"
moonbeam = " build --release -p moonbeam --no-default-features --features moonbeam-native"
moonbeam-rococo = " build --release -p moonbeam --no-default-features --features moonbeam-native,rococo-native"

Expand Down
Loading
Loading