Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
204908c
migrate contract e2e
open-junius Jun 4, 2026
8959e8f
chore: auditor auto-fix
Jun 4, 2026
faaf273
update ci configure
open-junius Jun 4, 2026
5ed2219
fmt file
open-junius Jun 4, 2026
62e1210
fix format
open-junius Jun 5, 2026
2987050
Merge branch 'devnet-ready' into migrate-contract-e2e
open-junius Jun 5, 2026
5ffa344
commit Cargo.lock
open-junius Jun 5, 2026
b1718a8
remove config import
open-junius Jun 5, 2026
86ffee7
migrate whole evm substrate transfer test
open-junius Jun 5, 2026
cdf5a5e
merge devnet ready
open-junius Jun 5, 2026
d4903cd
chore: auditor auto-fix
Jun 5, 2026
519d0e4
format code
open-junius Jun 5, 2026
79f0ac7
add bittensor ink artifact
open-junius Jun 9, 2026
1b9e601
add ink package to the test suite
open-junius Jun 9, 2026
34564f3
move contract e2e to ts-tests
open-junius Jun 9, 2026
40957b9
Merge branch 'devnet-ready' into migrate-contract-e2e
open-junius Jun 12, 2026
501290e
add first evm test file
open-junius Jun 16, 2026
32593ae
format code
open-junius Jun 16, 2026
6b4811e
update moonwall dev config
open-junius Jun 16, 2026
52d33e4
avoid test cases skipped
open-junius Jun 16, 2026
f3c45ea
update lock file
open-junius Jun 16, 2026
73c2ab0
upgrade polkadot api
open-junius Jun 16, 2026
8af1c42
fix polkadot api version
open-junius Jun 16, 2026
66b4891
merge devnet-ready
open-junius Jun 16, 2026
bf813e2
fix one test
open-junius Jun 17, 2026
c83904e
fix all tests
open-junius Jun 17, 2026
85b9b27
test cases passed
open-junius Jun 17, 2026
bae24af
format code
open-junius Jun 17, 2026
b69575c
remove outdated contract tests
open-junius Jun 17, 2026
6f1fa45
chore: auditor auto-fix
Jun 17, 2026
51d31d6
fix unstable wasm ink test
open-junius Jun 17, 2026
4484b76
fix test in shield
open-junius Jun 17, 2026
6240c53
merge with devnet
open-junius Jun 18, 2026
45309dc
remove it again
open-junius Jun 18, 2026
1059a0e
update timeout value for dev
open-junius Jun 18, 2026
fd9c65a
revert to multithread
open-junius Jun 18, 2026
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
61 changes: 0 additions & 61 deletions .github/workflows/contract-tests.yml

This file was deleted.

2 changes: 2 additions & 0 deletions .github/workflows/typescript-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ jobs:
binary: fast
- test: zombienet_subnets
binary: fast
- test: zombienet_evm
binary: fast

name: "typescript-e2e-${{ matrix.test }}"

Expand Down
3 changes: 0 additions & 3 deletions contract-tests/.gitignore

This file was deleted.

52 changes: 0 additions & 52 deletions contract-tests/README.md

This file was deleted.

3 changes: 0 additions & 3 deletions contract-tests/get-metadata.sh

This file was deleted.

Loading
Loading