Commit d3a2f0d
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
- runtime
- acala/src
- karura/src
- mandala/src
- ts-tests
- tests
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
137 | | - | |
| 137 | + | |
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
| |||
0 commit comments