Skip to content
Merged
Show file tree
Hide file tree
Changes from 20 commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
7f84f22
chore(operator): Update polkadot dependencies to stable2412
ahmadkaouk Apr 15, 2025
4864064
fix(operator): Replace SendTransactionTypes with CreateTransactionBase
ahmadkaouk Apr 15, 2025
74f9df3
fix(operator): Implement CreateInherent for Runtime
ahmadkaouk Apr 15, 2025
92b9507
fix(operator): Update UncheckedExtrinsic creation to use new_bare method
ahmadkaouk Apr 15, 2025
13c6cb6
fix(operator): Use Cow::borrowed() instead of create_runtime_str!
ahmadkaouk Apr 15, 2025
5346531
fix(operator): replace deprecated state_version with system_version i…
ahmadkaouk Apr 15, 2025
07718b2
fix(operator): Update preset ID matching in genesis config to use str…
ahmadkaouk Apr 15, 2025
b4efe5b
fix(operator): Fix to_big_endian
ahmadkaouk Apr 15, 2025
ad24ba9
fix(operator): Add DoneSlashHandler type to pallet_balances configura…
ahmadkaouk Apr 15, 2025
162ea96
fix(operator): Add WeightInfo type to pallet_transaction_payment conf…
ahmadkaouk Apr 15, 2025
3936736
fix(operator): Add UsernameDeposit and UsernameGracePeriod types to p…
ahmadkaouk Apr 15, 2025
2de0494
fix(operator): Replace FullPool with TransactionPoolHandle
ahmadkaouk Apr 15, 2025
31d88dd
fix(operator): Handle error propagation in spawn() function
ahmadkaouk Apr 15, 2025
eb1a571
fix(operator): Use default value for network_backend in command confi…
ahmadkaouk Apr 15, 2025
e2b3b5e
fix(operator): Pass chain name and default value to BenchmarkCmd in c…
ahmadkaouk Apr 15, 2025
20c79e2
fix(operator): Update preset ID matching in genesis config to use con…
ahmadkaouk Apr 15, 2025
469940a
fix(operator): Use String instead of deprecated RuntimeString
ahmadkaouk Apr 15, 2025
f48e252
fix(operator): Add ExtensionsWeightInfo type to frame_system::Config
ahmadkaouk Apr 15, 2025
1f79b2a
Merge branch 'main' into feat/polkadot-sdk-upgrade-2412
ffarall Apr 15, 2025
a12cae4
fix: fix third party sscache-action to avoid using deprecated sscache
gonzamontiel Apr 16, 2025
dc91150
fix: fix sccache action and re-add env variables
gonzamontiel Apr 16, 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
3 changes: 1 addition & 2 deletions .github/workflows/rust-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ jobs:
name: Prepare artifacts for Rust tests
runs-on: ubuntu-latest
env:
SCCACHE_GHA_ENABLED: "true"
RUSTC_WRAPPER: "sccache"
CARGO_INCREMENTAL: "0"
CARGO_TERM_COLOR: always
defaults:
Expand Down Expand Up @@ -76,6 +74,7 @@ jobs:
with:
name: nextest-archive
path: ./operator/nextest-archive.tar.zst
uses: mozilla-actions/[email protected]

all-rust-tests:
needs: [setup, prepare]
Expand Down
Loading