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

Update to polkadot v1.0.0 #132

Merged
merged 41 commits into from
Aug 9, 2023
Merged
Show file tree
Hide file tree
Changes from 38 commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
8b128e1
merge progress from polkadot-v0.9.39
peterwht Apr 24, 2023
0b7f9b3
chore: cleanup integration-tests
peterwht Jul 18, 2023
cd9a330
feat: start upgrading to polkadot-v0.9.42 -- incomplete
peterwht Jun 5, 2023
f3a0e4c
feat: upgrade to v0.9.42
peterwht Jun 8, 2023
f253a66
feat: start fixing integration tests on 0.9.42 -- incomplete
peterwht Jun 10, 2023
69a2b9e
fix: integration tests 19 / 2 passing
peterwht Jun 14, 2023
bbb2dc0
fix: integration tests mainnet 19 / 2 passing
peterwht Jun 26, 2023
5142849
feat: weight calculation uses 2d weights
peterwht Jun 26, 2023
2647d44
chore: fix typos
peterwht Jun 26, 2023
5a0f613
chore: fix formatting
peterwht Jun 27, 2023
02b5cde
feat: better GAS_PER_SECOND
peterwht Jun 27, 2023
e70477b
fix: filter_asset_location updated, wrong erro check in integration test
peterwht Jun 29, 2023
4da1c5b
fix: 24 / 24 integration tests passing
peterwht Jun 30, 2023
3c867d4
chore: update dependencies
peterwht Jun 30, 2023
917d269
chore: update astar-frame dependency
peterwht Jul 3, 2023
6bad3dd
chore: update version to 1.23.0
peterwht Jul 4, 2023
53f2476
fix: refactor node/
peterwht Jul 4, 2023
c89a1ca
feat: update try-runtime, better benchmarking, refactor xcm_config
peterwht Jul 5, 2023
5141760
feat: add overhead benchmark command and production profile
peterwht Jul 7, 2023
019b919
fix: add missing components after merge
peterwht Jul 18, 2023
15ce171
chore: fmt
peterwht Jul 18, 2023
bf18a10
fix: fix eth_subscription by removing duplicate pub_sub
peterwht Jul 20, 2023
c3c30ef
feat: upgrade to polkadot-v0.9.43
Jul 24, 2023
297f20f
Merge remote-tracking branch 'origin/main' into feat/update-polkadot-…
Aug 1, 2023
4f5e405
Merge remote-tracking branch 'origin/main' into feat/update-polkadot-…
Aug 1, 2023
9171c36
fix: remove rpc port and use ws port. Update service.rs to use cumulu…
peterwht Aug 2, 2023
921f9bc
Merge branch 'feat/update-polkadot-v0.9.43' of github.com:Watr-Protoc…
peterwht Aug 2, 2023
d0255a6
chore: format code
Aug 2, 2023
96559b2
feat: add migrations for uplift
peterwht Aug 2, 2023
c64a84f
chore: fmt
peterwht Aug 2, 2023
2b36530
fix: add pallet-proxy to try-runtime feature
peterwht Aug 3, 2023
6b21ae6
feat: migrate to polkadot-v1.0.0
Aug 4, 2023
d6dd2f9
fix: integration tests
Aug 8, 2023
640f426
feat: use fp_self_contained for UncheckedExtrinsic and add Transactio…
peterwht Aug 8, 2023
cc5e4fb
feat: add migrations for 0.9.30 -> 1.0.0. try-runtime passes
peterwht Aug 8, 2023
0eea0b9
chore: fmt
peterwht Aug 8, 2023
686aab6
feat: frame-system can be benchmarked
peterwht Aug 8, 2023
6ef0fe0
chore: update node version to v1.0.0
peterwht Aug 8, 2023
6031356
chore: update version
peterwht Aug 8, 2023
c567651
fix: mainnet integration tests
peterwht Aug 9, 2023
91c612e
feat: new benchmarks on collator hardware
peterwht Aug 9, 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
2 changes: 1 addition & 1 deletion .github/workflows/test-and-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly-2023-03-14
toolchain: nightly
target: wasm32-unknown-unknown
override: true
components: rustfmt, clippy
Expand Down
Loading