Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 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
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
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