Skip to content

Commit

Permalink
fix(fgw): sync from other nodes and block signature (#307)
Browse files Browse the repository at this point in the history
Co-authored-by: jbcaron <[email protected]>
Co-authored-by: antiyro <[email protected]>
  • Loading branch information
3 people authored Oct 11, 2024
1 parent a647235 commit 7751329
Show file tree
Hide file tree
Showing 38 changed files with 1,363 additions and 32,800 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/starknet-js-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
fail-on-cache-miss: true
- name: Setup dev chain and run tests
run: |
./target/release/madara --name madara --base-path ../madara_db --rpc-port 9944 --rpc-cors "*" --rpc-external --devnet --preset devnet &
./target/release/madara --name madara --base-path ../madara_db --telemetry-disabled --rpc-port 9944 --rpc-cors all --devnet --preset devnet &
MADARA_PID=$!
while ! echo exit | nc localhost 9944; do sleep 1; done
cd tests/js_tests
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## Next release

- fix(fgw): sync from other nodes and block signature
- fix: added more launcher capabilities
- fix(cleanup): Updated EditorConfig to 4-space indents
- fix(tests): Fixed local testing scripts
Expand Down
Loading

0 comments on commit 7751329

Please sign in to comment.