Skip to content

Commit

Permalink
A0 1350 - small subxt migration (#730)
Browse files Browse the repository at this point in the history
  • Loading branch information
kostekIV authored Nov 21, 2022
1 parent 0367540 commit ec83113
Show file tree
Hide file tree
Showing 98 changed files with 27,242 additions and 8,837 deletions.
7 changes: 0 additions & 7 deletions .github/actions/run-e2e-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,3 @@ runs:
if: inputs.follow-up-finalization-check == 'true'
shell: bash
run: ./.github/scripts/run_e2e_test.sh -t finalization -m "${{ inputs.min-validator-count }}"

- name: Print debug if failed
if: ${{ failure() }}
shell: bash
run: |
cd bin/cliain
cargo run -- --seed //Alice debug-storage
2 changes: 1 addition & 1 deletion .github/scripts/run_e2e_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ function set_randomized_test_params {

ARGS=(
--network "container:Node0"
-e NODE_URL="127.0.0.1:9943"
-e NODE_URL="ws://127.0.0.1:9943"
-e RUST_LOG=info
)

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-tests-main-devnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ jobs:
node-count: 6
reserved-seats: 3
non-reserved-seats: 3
follow-up-finalization-check: true
follow-up-finalization-check: false
timeout-minutes: 15

run-e2e-ban-automatic:
Expand Down
Loading

0 comments on commit ec83113

Please sign in to comment.