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

To polkadot-v1.7.2 #1516

Merged
merged 62 commits into from
Jun 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
62 commits
Select commit Hold shift + click to select a range
f945126
Setup deps
aurexav Jun 14, 2024
7abc723
Remove Koi from account migration test
aurexav Jun 14, 2024
9475ce4
paritytech/polkadot-sdk#1495
aurexav Jun 20, 2024
950b3b9
Bump
aurexav Jun 20, 2024
b86f455
paritytech/polkadot-sdk#1524
aurexav Jun 20, 2024
48bb6c7
!! paritytech/polkadot-sdk#1363
aurexav Jun 20, 2024
720fd47
paritytech/polkadot-sdk#1492
aurexav Jun 20, 2024
09a7bef
paritytech/polkadot-sdk#1911
aurexav Jun 20, 2024
ce3c174
paritytech/polkadot-sdk#1900
aurexav Jun 20, 2024
a7b8a9a
paritytech/polkadot-sdk#1661
aurexav Jun 20, 2024
852765a
paritytech/polkadot-sdk#2144
aurexav Jun 20, 2024
bac551f
paritytech/polkadot-sdk#2048
aurexav Jun 20, 2024
548e407
paritytech/polkadot-sdk#1672
aurexav Jun 20, 2024
06dcfec
paritytech/polkadot-sdk#2303
aurexav Jun 20, 2024
28d5d8a
paritytech/polkadot-sdk#1256
aurexav Jun 21, 2024
8fded34
Remove identity and vesting
aurexav Jun 21, 2024
0631441
Fixes
aurexav Jun 24, 2024
0357ab3
paritytech/polkadot-sdk#2657
aurexav Jun 24, 2024
afe4ba3
paritytech/polkadot-sdk#1313
aurexav Jun 24, 2024
655eaae
paritytech/polkadot-sdk#2331
aurexav Jun 24, 2024
1d3956f
paritytech/polkadot-sdk#2409 part.1
aurexav Jun 24, 2024
443b7cd
paritytech/polkadot-sdk#2767
aurexav Jun 24, 2024
edffda7
paritytech/polkadot-sdk#2521
aurexav Jun 24, 2024
edab2d5
paritytech/polkadot-sdk#1222
aurexav Jun 24, 2024
a3b4432
paritytech/polkadot-sdk#1234 part.1
aurexav Jun 24, 2024
4f9b0ac
Satisfy compiler
aurexav Jun 25, 2024
229a035
XCM V4 part.1
aurexav Jun 25, 2024
97466dc
paritytech/polkadot-sdk#1246
aurexav Jun 25, 2024
7e0251b
Remove pallet-democracy part.1
aurexav Jun 25, 2024
5aabe52
paritytech/polkadot-sdk#2142
aurexav Jun 25, 2024
b1d1ca6
paritytech/polkadot-sdk#2428
aurexav Jun 25, 2024
01bb32a
paritytech/polkadot-sdk#3228
aurexav Jun 25, 2024
2f4d15d
XCM V4 part.2
aurexav Jun 25, 2024
0084f65
Bump
aurexav Jun 25, 2024
8bdbdab
Build all runtimes
aurexav Jun 25, 2024
322a7d6
Build node
aurexav Jun 25, 2024
a66485c
Merge remote-tracking branch 'origin/main' into xavier/v1.7.2
aurexav Jun 26, 2024
e4ba8ad
Remove pallet-democracy
aurexav Jun 26, 2024
737c960
Format
aurexav Jun 26, 2024
e8746d4
Fix pallet tests
aurexav Jun 26, 2024
607c9bc
Fix precompile tests
aurexav Jun 26, 2024
b227814
Format
aurexav Jun 26, 2024
44d9796
Fixes
aurexav Jun 26, 2024
2ed1bca
Merge branch 'main' into xavier/v1.7.2
aurexav Jun 26, 2024
aa66038
Async, remove council, common pallet config
aurexav Jun 26, 2024
88ba89d
Fix `ethtx-forward` test case (#1519)
boundless-forest Jun 26, 2024
66e88e2
Fixes
aurexav Jun 26, 2024
c7d6764
Merge commit '88ba89dcfd4a779bcc8aa8bcc4c637d3af0db0a5' into xavier/v…
aurexav Jun 26, 2024
e12f0c1
Fixes
aurexav Jun 26, 2024
f851e72
Use default impl
aurexav Jun 26, 2024
58157bf
Benchmark helper
aurexav Jun 26, 2024
0dc5950
Bench part.1
aurexav Jun 27, 2024
9c65b2d
Bench part.2
aurexav Jun 27, 2024
5b0c404
Bench part.3
aurexav Jun 27, 2024
54ce5dd
Fix all tests
aurexav Jun 27, 2024
8f82c71
Typo
aurexav Jun 27, 2024
5491858
Feat
aurexav Jun 27, 2024
1ae7f7e
Fix EVM tracing build
aurexav Jun 27, 2024
52d94ba
Reuse upstream `proof_size_base_cost()` (#1521)
boundless-forest Jun 27, 2024
c7f51f5
Format issue
boundless-forest Jun 27, 2024
a66f683
Fixes
aurexav Jun 27, 2024
3a52562
Fix CI
boundless-forest Jun 27, 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
2 changes: 1 addition & 1 deletion .github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ runs:
--name=build-darwinia \
-v=$(pwd):/build \
darwinia-network/build-tool:latest \
cargo build --release --locked \
cargo b --release --locked \
-p darwinia \
--no-default-features \
--features=$FEATURES
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@ jobs:
${{ matrix.action }}-${{ env.CACHE_VERSION }}-${{ runner.os }}-
- name: Action ${{ matrix.action }}
if: matrix.action == 'build'
run: cargo build --locked -p darwinia --features all-natives,evm-tracing --profile ci-dev
run: cargo b --locked -p darwinia --no-default-features --features all-natives,evm-tracing --profile ci-dev
- name: Action ${{ matrix.action }}
if: matrix.action == 'test'
run: SKIP_WASM_BUILD=1 cargo test --locked --features all-natives,runtime-benchmarks --profile ci-dev
run: SKIP_WASM_BUILD=1 cargo t --locked --no-default-features --features all-natives,runtime-benchmarks --profile ci-dev
- name: Configure artifacts
if: matrix.action == 'build'
run: |
Expand Down Expand Up @@ -109,8 +109,7 @@ jobs:
if: github.event_name == 'push' || !github.event.pull_request.draft
strategy:
matrix:
runtime:
[runtime/darwinia, runtime/crab, runtime/koi]
runtime: [runtime/darwinia, runtime/crab, runtime/koi]
runs-on: ubuntu-latest
steps:
- name: Fetch latest code
Expand Down
32 changes: 24 additions & 8 deletions .maintain/zombienet.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[settings]
provider = "native"

[relaychain]
chain = "rococo-local"
default_args = ["--database=paritydb", "-lparachain=debug"]
Expand All @@ -11,13 +14,26 @@ name = "bob"
validator = true

[[parachains]]
chain = "koi-local"
chain = "koi-genesis"
id = 2105

[parachains.collator]
args = ["--database=paritydb", "--force-authoring", "-lparachain=debug"]
command = "tmp/darwinia"
name = "collator01"

[settings]
provider = "native"
args = ["--database=paritydb", "--force-authoring", "-lparachain=debug"]
command = "tmp/darwinia"
name = "C1"
rpc_port = 10000
[[parachains]]
chain = "koi-genesis"
id = 2105
[parachains.collator]
args = ["--database=paritydb", "--force-authoring", "-lparachain=debug"]
command = "tmp/darwinia"
name = "C2"
rpc_port = 10001
[[parachains]]
chain = "koi-genesis"
id = 2105
[parachains.collator]
args = ["--database=paritydb", "--force-authoring", "-lparachain=debug"]
command = "tmp/darwinia"
name = "C3"
rpc_port = 10002
Loading