Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
f9f559a
chore : bump polkadot-sdk
1xstj Oct 2, 2025
db4f0dc
chore : fix build errors
1xstj Oct 3, 2025
791471b
chore : cleanup
1xstj Oct 3, 2025
b618695
chore : cleanup
1xstj Oct 4, 2025
006bece
chore : more cleanup
1xstj Oct 6, 2025
14d8e6c
chore : more cleanup
1xstj Oct 6, 2025
99f5424
chore: format
1xstj Oct 6, 2025
17a36cf
chore: switch to stable toolchain
1xstj Oct 6, 2025
52ad2dc
chore: fix runtime benchmarks
1xstj Oct 7, 2025
89759c8
chore: format
1xstj Oct 7, 2025
56b85a0
chore: cleanup
1xstj Oct 7, 2025
af554a5
chore: clippy
1xstj Oct 7, 2025
2c18216
chore: clippy
1xstj Oct 8, 2025
f58d9d5
chore: cleanup
1xstj Oct 9, 2025
223424c
chore: format
1xstj Oct 9, 2025
cbba48f
Update all tests/mocks (#1055)
drewstone Oct 13, 2025
f5fac7b
chore: more cleanup
1xstj Oct 16, 2025
1079b33
chore: format
1xstj Oct 16, 2025
2dd9dcb
chore: generate new subxt files
1xstj Oct 21, 2025
5b124e7
chore: fix
drewstone Nov 11, 2025
e95874a
chore: fmt
drewstone Nov 11, 2025
7f01078
chore: fmt
drewstone Nov 11, 2025
2a9713f
chore: enable blueprint dependencies with stable2503 branch
drewstone Nov 11, 2025
37b1b48
fix: disable txpool RPC due to H256 type mismatches with stable2503
drewstone Nov 11, 2025
3a67f82
chore: run rustfmt with nightly to fix CI formatting
drewstone Nov 11, 2025
b3fe503
fix: derive Default for LockMultiplier to satisfy clippy
drewstone Nov 11, 2025
1c1b57a
fix: derive Default for ClaimPermission to satisfy clippy
drewstone Nov 12, 2025
4375fbc
chore: format test files with nightly rustfmt
drewstone Nov 12, 2025
e9773b1
chore: change target build
danielbui12 Nov 12, 2025
e6fde24
chore: resolve clippy issues
danielbui12 Nov 12, 2025
dead8a8
chore: fix rust fmt check
danielbui12 Nov 12, 2025
57f25ec
chore: update rust fmt
danielbui12 Nov 12, 2025
64347bd
chore: resolve all clippy issues
danielbui12 Nov 12, 2025
d927129
chore: generate new tangle-subxt
danielbui12 Nov 12, 2025
eaa5f90
fix: derive Default for ProxyType in testnet runtime
drewstone Nov 12, 2025
3452a43
fix: remove duplicate Default derive in ProxyType
drewstone Nov 12, 2025
3f1e491
chore: restore e2e test files
drewstone Nov 12, 2025
b5ebf5f
feat: add Chopsticks migration testing infrastructure
drewstone Nov 12, 2025
35471f0
fix(chopsticks): Fix storage format and db paths in configs
drewstone Nov 12, 2025
bf01785
fix: resolve TxPool H256 type mismatch in stable2503 upgrade
drewstone Nov 12, 2025
5144c75
chore: bump alloy
danielbui12 Nov 13, 2025
4e83476
chore: fixing e2e test
danielbui12 Nov 13, 2025
ba2e7fb
chore: update try runtime CLI
danielbui12 Nov 17, 2025
98f52d9
chore: adding frame-try-runtime for try-runtime feature
danielbui12 Nov 17, 2025
3ab03cc
chore: update test migration script to use snapshot
danielbui12 Nov 17, 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/check-subxt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
- name: Install cargo-hack
uses: taiki-e/install-action@cargo-hack

- name: Ensure wasm32-unknown-unknown is installed
run: rustup target add wasm32-unknown-unknown
- name: Ensure wasm32v1-none is installed
run: rustup target add wasm32v1-none

- name: Test each feature
run: cargo hack build --each-feature --package=tangle-subxt
17 changes: 10 additions & 7 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,18 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install latest stable
- name: Install nightly toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2025-01-09
toolchain: nightly-2025-11-10
override: true
components: rustfmt

- name: Ensure rustfmt is installed
run: rustup component add --toolchain nightly-2025-11-10 rustfmt

- name: Rustfmt check
run: cargo fmt --all -- --check
run: cargo +nightly-2025-11-10 fmt --all -- --check

test:
env:
Expand All @@ -46,7 +49,7 @@ jobs:
with:
profile: minimal
toolchain: stable
target: wasm32-unknown-unknown
target: wasm32v1-none

- name: Install cargo-nextest
uses: taiki-e/install-action@v2
Expand Down Expand Up @@ -80,7 +83,7 @@ jobs:
with:
profile: minimal
toolchain: stable
target: wasm32-unknown-unknown
target: wasm32v1-none

- name: Rust Cache
uses: Swatinem/[email protected]
Expand Down Expand Up @@ -109,7 +112,7 @@ jobs:
with:
profile: minimal
toolchain: stable
target: wasm32-unknown-unknown
target: wasm32v1-none

- name: Install cargo-nextest
uses: taiki-e/install-action@v2
Expand Down Expand Up @@ -140,7 +143,7 @@ jobs:
with:
profile: minimal
toolchain: stable
target: wasm32-unknown-unknown
target: wasm32v1-none

- name: Rust Cache
uses: Swatinem/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
with:
profile: minimal
toolchain: nightly
target: wasm32-unknown-unknown
target: wasm32v1-none

- name: Rust Cache
uses: Swatinem/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-instant-seal-binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
profile: minimal
toolchain: nightly
target: wasm32-unknown-unknown
target: wasm32v1-none

- name: Rust Cache
uses: Swatinem/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-release-binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
profile: minimal
toolchain: nightly
target: wasm32-unknown-unknown
target: wasm32v1-none

- name: Rust Cache
uses: Swatinem/[email protected]
Expand Down
Loading
Loading