Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
c4adc87
upgrade sdk to `stable2509`
saraswatpuneet Oct 17, 2025
64137de
update base image to ci-base-image:1.5.9
saraswatpuneet Oct 17, 2025
1bfdd70
spec version and cargo deny version update
saraswatpuneet Oct 17, 2025
25f8504
fix deny
saraswatpuneet Oct 20, 2025
d85cc5d
update polkadotjs to 16.4.9
saraswatpuneet Oct 20, 2025
0b0e267
try increasing timeout
saraswatpuneet Oct 20, 2025
629944c
use mutex to run sudo tests more sequentially
saraswatpuneet Oct 20, 2025
b1ee5cf
revert
saraswatpuneet Oct 20, 2025
27377a8
run sudo tests sequentially to prevent nonce races.
saraswatpuneet Oct 21, 2025
771c7fb
run paralle first then sudo
saraswatpuneet Oct 21, 2025
88d9365
try a configured mocharc for sudo
saraswatpuneet Oct 21, 2025
a298491
run pallel first
saraswatpuneet Oct 21, 2025
d8bff27
run separately
saraswatpuneet Oct 21, 2025
ddbfa39
make sudo clean and super sequential with 1 job worker for it
saraswatpuneet Oct 21, 2025
73b804a
now set autoNonce back to original
saraswatpuneet Oct 21, 2025
4542374
get latest nonce
saraswatpuneet Oct 22, 2025
ce6e372
fix provider tests using wrong file for logo rejection test
saraswatpuneet Oct 22, 2025
a0ec8fa
remove previous custom changes made for SingleState #2566
saraswatpuneet Oct 23, 2025
7c5bdc0
improve provider tests
saraswatpuneet Oct 23, 2025
504a790
refactor: update comments for clarity and remove redundant test case …
mattheworris Oct 23, 2025
4816037
refactor: remove unnecessary blank line in sudo tests
mattheworris Oct 23, 2025
568a48d
move all sudo to same file
saraswatpuneet Oct 24, 2025
8172c53
fix tests, e2e passes
saraswatpuneet Oct 24, 2025
86e89e5
Merge branch 'main' into upgrade_stable_2509
saraswatpuneet Oct 27, 2025
80d962e
update to polkadot-stable2509-1
saraswatpuneet Oct 28, 2025
bf6b4c5
Merge branch 'main' into upgrade_stable_2509
saraswatpuneet Nov 3, 2025
d506dc1
updare spec version
saraswatpuneet Nov 3, 2025
7a2f61b
add some note and ifx deny
saraswatpuneet Nov 3, 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
4 changes: 2 additions & 2 deletions .github/workflows/benchmarks-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
if: github.repository == 'frequency-chain/frequency'
name: Build Benchmark Binary
runs-on: ubicloud-standard-16
container: ghcr.io/frequency-chain/frequency/ci-base-image:1.5.8
container: ghcr.io/frequency-chain/frequency/ci-base-image:1.5.9
permissions:
contents: read
steps:
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
name: Post Benchmark Tests
needs: run-benchmarks
runs-on: ubicloud-standard-16
container: ghcr.io/frequency-chain/frequency/ci-base-image:1.5.8
container: ghcr.io/frequency-chain/frequency/ci-base-image:1.5.9
permissions:
contents: read
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-migrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
name: Check Migrations on Paseo
continue-on-error: false
runs-on: ubicloud-standard-8
container: ghcr.io/frequency-chain/frequency/ci-base-image:1.5.8
container: ghcr.io/frequency-chain/frequency/ci-base-image:1.5.9
steps:
- name: Checkout sources
uses: actions/checkout@v5
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/merge-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
publish-js-api-augment-rc:
name: Merge - Publish JS API Augment Release Candidate
runs-on: ubicloud-standard-4
container: ghcr.io/frequency-chain/frequency/ci-base-image:1.5.8
container: ghcr.io/frequency-chain/frequency/ci-base-image:1.5.9
steps:
- name: Check Out Repo
uses: actions/checkout@v5
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
publish-js-schemas-rc:
name: Build JS Schemas
runs-on: ubuntu-24.04
container: ghcr.io/frequency-chain/frequency/ci-base-image:1.5.8
container: ghcr.io/frequency-chain/frequency/ci-base-image:1.5.9
steps:
- name: Check Out Repo
uses: actions/checkout@v5
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
publish-js-recovery-sdk-rc:
name: Build JS Recovery SDK
runs-on: ubuntu-24.04
container: ghcr.io/frequency-chain/frequency/ci-base-image:1.5.8
container: ghcr.io/frequency-chain/frequency/ci-base-image:1.5.9
steps:
- name: Check Out Repo
uses: actions/checkout@v5
Expand Down Expand Up @@ -164,7 +164,7 @@ jobs:
calc-code-coverage:
name: Merge - Calculate Code Coverage
runs-on: ubicloud-standard-30
container: ghcr.io/frequency-chain/frequency/ci-base-image:1.5.8
container: ghcr.io/frequency-chain/frequency/ci-base-image:1.5.9
steps:
- name: Check Out Repo
uses: actions/checkout@v5
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
needs: create-release-branch
name: Run All Benchmarks - Build
runs-on: ubicloud-standard-16
container: ghcr.io/frequency-chain/frequency/ci-base-image:1.5.8
container: ghcr.io/frequency-chain/frequency/ci-base-image:1.5.9
permissions:
contents: read
steps:
Expand Down Expand Up @@ -155,7 +155,7 @@ jobs:
needs: run-all-benchmarks-bench
name: Run All Benchmarks - Test
runs-on: ubicloud-standard-16
container: ghcr.io/frequency-chain/frequency/ci-base-image:1.5.8
container: ghcr.io/frequency-chain/frequency/ci-base-image:1.5.9
steps:
- name: Check Out Repo
uses: actions/checkout@v5
Expand Down Expand Up @@ -234,7 +234,7 @@ jobs:
- arch: arm64
runner: ubicloud-standard-16-arm
runs-on: ${{matrix.runner}}
container: ghcr.io/frequency-chain/frequency/ci-base-image:1.5.8
container: ghcr.io/frequency-chain/frequency/ci-base-image:1.5.9
env:
SIGNING_SUBKEY_FINGERPRINT: B6327D1474C6392032870E8EFA4FD1E73A0FE707
steps:
Expand Down Expand Up @@ -395,7 +395,7 @@ jobs:
needs: version-code
name: Build Rust Developer Docs
runs-on: ubicloud-standard-4
container: ghcr.io/frequency-chain/frequency/ci-base-image:1.5.8
container: ghcr.io/frequency-chain/frequency/ci-base-image:1.5.9
steps:
- name: Check Out Repo
uses: actions/checkout@v5
Expand Down Expand Up @@ -428,7 +428,7 @@ jobs:
RELEASE_FILENAME_PREFIX: frequency-local
ARCH: amd64
runs-on: ubuntu-24.04
container: ghcr.io/frequency-chain/frequency/ci-base-image:1.5.8
container: ghcr.io/frequency-chain/frequency/ci-base-image:1.5.9
steps:
- name: Set Env Vars
run: |
Expand Down Expand Up @@ -508,7 +508,7 @@ jobs:
build-js-schemas:
name: Build JS Schemas
runs-on: ubuntu-24.04
container: ghcr.io/frequency-chain/frequency/ci-base-image:1.5.8
container: ghcr.io/frequency-chain/frequency/ci-base-image:1.5.9
steps:
- name: Check Out Repo
uses: actions/checkout@v5
Expand Down Expand Up @@ -537,7 +537,7 @@ jobs:
build-js-recovery-sdk:
name: Build JS Recovery SDK
runs-on: ubuntu-24.04
container: ghcr.io/frequency-chain/frequency/ci-base-image:1.5.8
container: ghcr.io/frequency-chain/frequency/ci-base-image:1.5.9
steps:
- name: Check Out Repo
uses: actions/checkout@v5
Expand Down Expand Up @@ -779,7 +779,7 @@ jobs:
needs: wait-for-all-builds
name: Release Built Artifacts
runs-on: ubuntu-24.04
container: ghcr.io/frequency-chain/frequency/ci-base-image:1.5.8
container: ghcr.io/frequency-chain/frequency/ci-base-image:1.5.9
permissions:
contents: write
steps:
Expand Down
30 changes: 18 additions & 12 deletions .github/workflows/verify-pr-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ jobs:
arch: arm64
runner: ubicloud-standard-30-arm
runs-on: ${{matrix.runner}}
container: ghcr.io/frequency-chain/frequency/ci-base-image:1.5.8
container: ghcr.io/frequency-chain/frequency/ci-base-image:1.5.9
env:
NETWORK: mainnet
steps:
Expand Down Expand Up @@ -236,7 +236,7 @@ jobs:
if: needs.changes.outputs.cargo-lock == 'true'
name: Check for Vulnerable Crates
runs-on: ubuntu-24.04
container: ghcr.io/frequency-chain/frequency/ci-base-image:1.5.8
container: ghcr.io/frequency-chain/frequency/ci-base-image:1.5.9
steps:
- name: Check Out Repo
uses: actions/checkout@v5
Expand Down Expand Up @@ -266,7 +266,7 @@ jobs:
if: needs.changes.outputs.rust == 'true'
name: Lint Rust Code
runs-on: ubicloud-standard-4
container: ghcr.io/frequency-chain/frequency/ci-base-image:1.5.8
container: ghcr.io/frequency-chain/frequency/ci-base-image:1.5.9
steps:
- name: Check Out Repo
uses: actions/checkout@v5
Expand All @@ -282,7 +282,7 @@ jobs:
if: needs.changes.outputs.rust == 'true'
name: Verify Rust Developer Docs
runs-on: ubicloud-standard-4
container: ghcr.io/frequency-chain/frequency/ci-base-image:1.5.8
container: ghcr.io/frequency-chain/frequency/ci-base-image:1.5.9
steps:
- name: Check Out Repo
uses: actions/checkout@v5
Expand All @@ -295,7 +295,7 @@ jobs:
if: needs.changes.outputs.rust == 'true'
name: Verify Rust Packages and Dependencies
runs-on: ubicloud-standard-4
container: ghcr.io/frequency-chain/frequency/ci-base-image:1.5.8
container: ghcr.io/frequency-chain/frequency/ci-base-image:1.5.9
steps:
- name: Check Out Repo
uses: actions/checkout@v5
Expand All @@ -307,7 +307,7 @@ jobs:
if: needs.changes.outputs.rust == 'true'
name: Run Rust Tests
runs-on: ubicloud-standard-8
container: ghcr.io/frequency-chain/frequency/ci-base-image:1.5.8
container: ghcr.io/frequency-chain/frequency/ci-base-image:1.5.9
steps:
- name: Check Out Repo
uses: actions/checkout@v5
Expand All @@ -322,7 +322,7 @@ jobs:
if: needs.changes.outputs.rust == 'true'
name: Calculate Code Coverage
runs-on: ubicloud-standard-30
container: ghcr.io/frequency-chain/frequency/ci-base-image:1.5.8
container: ghcr.io/frequency-chain/frequency/ci-base-image:1.5.9
steps:
- name: Check Out Repo
uses: actions/checkout@v5
Expand Down Expand Up @@ -435,7 +435,7 @@ jobs:
needs: build-binaries
name: Verify JS API Augment
runs-on: ubuntu-24.04
container: ghcr.io/frequency-chain/frequency/ci-base-image:1.5.8
container: ghcr.io/frequency-chain/frequency/ci-base-image:1.5.9
steps:
- name: Check Out Repo
uses: actions/checkout@v5
Expand Down Expand Up @@ -532,7 +532,7 @@ jobs:
verify-js-schemas:
name: Verify JS Schemas
runs-on: ubuntu-24.04
container: ghcr.io/frequency-chain/frequency/ci-base-image:1.5.8
container: ghcr.io/frequency-chain/frequency/ci-base-image:1.5.9
steps:
- name: Check Out Repo
uses: actions/checkout@v5
Expand Down Expand Up @@ -570,7 +570,7 @@ jobs:
verify-js-recovery-sdk:
name: Verify JS Recovery SDK
runs-on: ubuntu-24.04
container: ghcr.io/frequency-chain/frequency/ci-base-image:1.5.8
container: ghcr.io/frequency-chain/frequency/ci-base-image:1.5.9
steps:
- name: Check Out Repo
uses: actions/checkout@v5
Expand Down Expand Up @@ -755,7 +755,7 @@ jobs:
needs: build-binaries
name: Check Metadata and Spec Version
runs-on: ubuntu-24.04
container: ghcr.io/frequency-chain/frequency/ci-base-image:1.5.8
container: ghcr.io/frequency-chain/frequency/ci-base-image:1.5.9
permissions:
pull-requests: write
steps:
Expand Down Expand Up @@ -836,7 +836,13 @@ jobs:

run-e2e:
if: needs.changes.outputs.run-e2e == 'true'
needs: [build-binaries, verify-js-api-augment, verify-js-ethereum-utils, verify-js-recovery-sdk]
needs:
[
build-binaries,
verify-js-api-augment,
verify-js-ethereum-utils,
verify-js-recovery-sdk,
]
name: Run E2E Tests
runs-on: ubuntu-24.04
steps:
Expand Down
2 changes: 1 addition & 1 deletion .maintain/frame-system-extensions-weight-template.hbs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copied from: https://github.com/paritytech/polkadot-sdk/blob/polkadot-stable2506-2/substrate/.maintain/frame-weight-template.hbs
// Copied from: https://github.com/paritytech/polkadot-sdk/blob/polkadot-stable2509-1/substrate/.maintain/frame-weight-template.hbs

// This file is part of Substrate.

Expand Down
Loading
Loading