Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
55eb367
small fixes
shannonwells Mar 13, 2025
0c27efc
build issues down to local repo
shannonwells Mar 15, 2025
17141f6
make start working, stable2407
shannonwells Mar 18, 2025
f342291
2409 make start runs
shannonwells Mar 18, 2025
67cdf18
linting
shannonwells Mar 18, 2025
8485ac9
commenting out problematic code
shannonwells Mar 22, 2025
809c683
make start working for 2412
shannonwells Mar 25, 2025
356356c
update runtime config & add frame_system_extensions weights
shannonwells Mar 26, 2025
dcb1227
don't need --locked any more
shannonwells Mar 26, 2025
65a784f
* Fix some more tests - unit & e2e
shannonwells Mar 27, 2025
e840243
use custom CheckNonce again
shannonwells Mar 28, 2025
195b4ce
Merge branch 'main' into upgrade-step-2409
shannonwells Mar 28, 2025
2dd93f0
upgrade: passkey fixes (#2300)
aramikm Mar 31, 2025
aeb49ee
fix builds (#2303)
aramikm Mar 31, 2025
b8507de
upgrade: fix benchmarks (#2306)
aramikm Apr 2, 2025
3100a09
incremental changes, refactor some tests for extrinsic success
shannonwells Apr 2, 2025
e9a2568
5 remaining e2e tests
shannonwells Apr 2, 2025
ae09156
use fork aware txpool (#2307)
aramikm Apr 3, 2025
343029c
all but 5 e2e working, fix frequency-tx-payment signed extension, und…
shannonwells Apr 3, 2025
7f160c2
* start_offchain_worker fn, use in block_sealing and service, it uses
shannonwells Apr 3, 2025
9919195
fix benchmark test (#2313)
aramikm Apr 4, 2025
fd612a5
remove some todos
aramikm Apr 7, 2025
e74eaf6
configure treasury config
aramikm Apr 8, 2025
1e08328
Update e2e/capacity/replenishment.test.ts
aramikm Apr 8, 2025
3c2a6c7
Update node/cli/Cargo.toml
aramikm Apr 8, 2025
18f42c5
fixes double charge, undo changes to increase balances in e2e tests (…
shannonwells Apr 8, 2025
292c59f
bump spec version
aramikm Apr 8, 2025
1c62ed3
fix: lint (clippy) fixes (#2316)
JoeCap08055 Apr 8, 2025
04de868
fix linting
aramikm Apr 8, 2025
bdd457e
fix linting in e2e
aramikm Apr 9, 2025
6ed5739
fix ci
aramikm Apr 9, 2025
a39b7b3
fix linting
aramikm Apr 9, 2025
4627d64
Update scripts/init.sh
aramikm Apr 9, 2025
aed292b
fix: add some comments around capacity/treasury interaction tests
JoeCap08055 Apr 9, 2025
3428213
temp disable benchmarks tests
aramikm Apr 9, 2025
85d0559
Update weights
aramikm Apr 9, 2025
e35838a
fix benchmark
aramikm Apr 9, 2025
92f0b27
fix: update package lock files (#2319)
JoeCap08055 Apr 10, 2025
cb8df0d
use call_weight instead of total_weight
aramikm Apr 10, 2025
813d427
some minor fixes
aramikm Apr 11, 2025
56312ab
use old treasury (#2323)
aramikm Apr 11, 2025
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/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ jobs:
profile: ${{matrix.build-profile}}
package: ${{matrix.package}}
chain: ${{matrix.chain}}
tag: "1.77.0"
tag: "1.81.0"
runtime_dir: ${{ matrix.runtime-dir }}
- name: Rename WASM file
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify-pr-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ jobs:
package: ${{matrix.package}}
chain: ${{matrix.chain}}
runtime_dir: ${{ matrix.runtime-dir }}
tag: "1.77.0"
tag: "1.81.0"
- name: Check Deterministic WASM Build Exists
if: steps.cache-wasm.outputs.cache-hit != 'true'
run: |
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
**/*.rs.bk

.idea
*.iws

# General
.DS_Store
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
rust 1.77.0
rust 1.81.0
make 4.3
cmake 3.24.1
Loading
Loading