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: update to polkadot v1.9.0 #1290

Merged
merged 58 commits into from
Jul 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
58 commits
Select commit Hold shift + click to select a range
b5a5dd0
update Cargo deps to v1.5 and uplift Astar runtime
PierreOssun Jun 7, 2024
fd61ba4
fmt
PierreOssun Jun 7, 2024
57ea34e
uplift shiden and shibuya
PierreOssun Jun 7, 2024
2534768
uplift genesis config
PierreOssun Jun 7, 2024
b0bce3e
updated client
PierreOssun Jun 10, 2024
04556cc
updated lift tests
PierreOssun Jun 10, 2024
49f57a5
fmt
PierreOssun Jun 10, 2024
24d00ed
fix try-runtime and runtime-benchmarks
PierreOssun Jun 10, 2024
ba64d45
fmt
PierreOssun Jun 10, 2024
0c5db26
clippy fix
PierreOssun Jun 10, 2024
903c081
Fixed integration tests
PierreOssun Jun 11, 2024
1d386b3
fix Cargo
PierreOssun Jun 11, 2024
043d8d1
fix Cargo
PierreOssun Jun 11, 2024
f892446
rollback fix Cargo
PierreOssun Jun 11, 2024
05e5dee
remove dep
PierreOssun Jun 11, 2024
628a70d
add rust-src to components
PierreOssun Jun 12, 2024
e3dee70
fix try-runtime compilation
PierreOssun Jun 12, 2024
e2c797c
Merge branch 'master' of github.com:AstarNetwork/Astar into uplift-sd…
PierreOssun Jun 12, 2024
4cdaade
merge
PierreOssun Jun 12, 2024
77f4444
Pr comments
PierreOssun Jun 12, 2024
56465c4
fix Shiden try-runtime dep
PierreOssun Jun 13, 2024
3ba2283
Added migration
PierreOssun Jun 13, 2024
c86b63b
updated weight
PierreOssun Jun 14, 2024
a459e1b
updated benchmark
PierreOssun Jun 14, 2024
5aa4e12
git: merge branch 'master'
ashutoshvarma Jul 4, 2024
940dd35
feat: update dep to v1.9.0
ashutoshvarma Jul 4, 2024
b10a282
feat: update evm tracing vendor crates
ashutoshvarma Jul 4, 2024
83ec8a8
feat: update codebase
ashutoshvarma Jul 5, 2024
ddfc430
feat: add pov host function & enable proof recording in block import
ashutoshvarma Jul 5, 2024
8203065
fix: pallet_xcm weights
ashutoshvarma Jul 5, 2024
2b52cba
feat: add `CheckMetadataHash` extension
ashutoshvarma Jul 5, 2024
c6c09c7
fix: benchamrks
ashutoshvarma Jul 5, 2024
d5c7de7
merge master & fix conflicts
ermalkaleci Jul 5, 2024
77a03f6
merge uplift-sdk-v1.5 & fix conflicts
ermalkaleci Jul 5, 2024
d0ef043
fix local chain spec
ermalkaleci Jul 5, 2024
ab2c27f
fix check
ermalkaleci Jul 5, 2024
5ea5c6a
xcm migrations
ermalkaleci Jul 8, 2024
cc6eb8a
fix xcm tests
ermalkaleci Jul 9, 2024
051cece
identity migration
ermalkaleci Jul 9, 2024
52159e3
move default impl of genesis into tests
ermalkaleci Jul 9, 2024
f938a9a
remove genesis default
ermalkaleci Jul 9, 2024
0cb4aa6
pallet_xcm new weights
ermalkaleci Jul 9, 2024
9fb3702
fix evm tracing
ermalkaleci Jul 10, 2024
b466a0f
pallet_assets new weight
ermalkaleci Jul 10, 2024
0939a66
fix newline
ermalkaleci Jul 10, 2024
f0b6f53
update comments
ermalkaleci Jul 11, 2024
fe9f48e
clear corrupt unified mapping
ermalkaleci Jul 11, 2024
e2b972e
pallet_balances new weights
ermalkaleci Jul 11, 2024
4e799d0
fix
ermalkaleci Jul 11, 2024
89a141c
add missing license
ermalkaleci Jul 11, 2024
8f2e8dc
prepare orml_oracle benchmarking
ermalkaleci Jul 11, 2024
69a30f2
fix
ermalkaleci Jul 11, 2024
7c5f354
orml_oracle new weights
ermalkaleci Jul 12, 2024
57a1b50
cleanup
ermalkaleci Jul 12, 2024
aed65c0
set transactional processor
ermalkaleci Jul 12, 2024
7dba1e5
bring back genesis config
ermalkaleci Jul 12, 2024
095b91c
fix vendor toml
ermalkaleci Jul 12, 2024
f1a7a23
Merge branch 'master' of github.com:AstarNetwork/Astar into feat/upli…
ermalkaleci Jul 12, 2024
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
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,9 @@ jobs:
- name: Srtool build
id: srtool_build
uses: chevdor/srtool-actions@v0.8.0
env:
# needed to enable metadata hash generation
BUILD_OPTS: "--features on-chain-release-build"
with:
chain: ${{ matrix.chain }}
runtime_dir: runtime/${{ matrix.chain }}
Expand Down
Loading
Loading