Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

Commit

Permalink
chore: rebase blockifier (#1566)
Browse files Browse the repository at this point in the history
  • Loading branch information
tdelabro authored Apr 25, 2024
1 parent b1ba579 commit d8a4441
Show file tree
Hide file tree
Showing 163 changed files with 5,818 additions and 7,555 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gomu-gomu-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Run gomu gomu test
run: |-
set -v -x +e
./target/production/madara --dev --cache > madara.log 2>&1 &
./target/production/madara --dev > madara.log 2>&1 &
MADARA_RUN_PID=$!
while ! echo exit | nc localhost 9944; do sleep 1; done
cd ../gomu-gomu-no-gatling
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/madara-commands.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
RUST_LOG=debug target/production/madara build-spec --chain local > chain-plain.json
- name: Create build-spec (raw)
run: |
RUST_LOG=debug target/production/madara build-spec --chain chain-plain.json --raw > chain-raw.json
RUST_LOG=debug target/production/madara build-spec --chain local --raw > chain-raw.json
- name: Generate Sr25519 key for Aura (Leader Election)
id: key-gen
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/starknet-rpc-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
kill $MADARA_RUN_PID
- name: Run rpc test with cache
run: |-
./target/production/madara --dev --sealing=manual --cache --da-layer=ethereum --da-conf=examples/da-confs/ethereum.json &
./target/production/madara --dev --sealing=manual --da-layer=ethereum --da-conf=examples/da-confs/ethereum.json &
MADARA_RUN_PID=$!
while ! echo exit | nc localhost 9944; do sleep 1; done
cd starknet-rpc-test
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

- chore: rebase on latest blockifier
- refactoring : Removed Redundant logs in madara
- fix: transaction receipt fails for txs in the middle of a block
- chore: add makefile for developer experience improvements and cleanup
Expand Down
Loading

0 comments on commit d8a4441

Please sign in to comment.