Skip to content

Commit d3a2f0d

Browse files
authored
bump polkadot sdk (#2979)
* bump polkadot sdk * bump 2360 * feat(deps): Update core dependencies to v2.36.0 Bumped versions of `acala-primitives`, `acala-runtime`, `karura-runtime`, `mandala-runtime`, and various `module-*` packages from `2.35.0` to `2.36.0` in `Cargo.lock`. Ensured build consistency by adding the `--locked` flag to `cargo install staging-chain-spec-builder` commands in both the CI workflow (`.github/workflows/test.yml`) and `Makefile`. This prevents unexpected dependency resolution during tool installation. * build(deps): add solc dependency and configure Waffle Adds `solc@0.8.24` as a dev dependency and updates `waffle.json` to use the locally installed `solc` compiler. This ensures consistent Solidity compilation within the project. * fix: Increase EVM fill block test timeouts Increase the timeout for `test-evm-call-fill-block.ts` and `test-evm-create-fill-block.ts` to prevent premature test failures due to long execution times.
1 parent 5fbffd5 commit d3a2f0d

12 files changed

Lines changed: 98 additions & 75 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
with:
135135
node-version: 18.x
136136
- name: Install deps
137-
run: cargo install staging-chain-spec-builder --force
137+
run: cargo install staging-chain-spec-builder --locked --force
138138
- name: Run ts tests
139139
run: |
140140
npm install -g yarn

0 commit comments

Comments
 (0)