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

Commit

Permalink
chore: remove all da & settlement related content (#1580)
Browse files Browse the repository at this point in the history
  • Loading branch information
tdelabro authored Apr 30, 2024
1 parent 2e00de4 commit 38ef50e
Show file tree
Hide file tree
Showing 55 changed files with 537 additions and 116,100 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,6 @@ jobs:
uses: ./.github/workflows/starknet-rpc-tests.yml
needs: madara_commands

e2e-tests:
name: Run e2e tests
uses: ./.github/workflows/starknet-e2e-tests.yml
needs: madara_commands

starknet-js-tests:
name: Run starknet-js compatibility tests
uses: ./.github/workflows/starknet-js-tests.yml
Expand Down
45 changes: 0 additions & 45 deletions .github/workflows/starknet-e2e-tests.yml

This file was deleted.

10 changes: 1 addition & 9 deletions .github/workflows/starknet-rpc-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,9 @@ jobs:
- name: Compile contracts for rpc-tests
run: |
cd starknet-rpc-test/contracts && ./generate_declare_contracts.sh 10
- name: Run rpc test without cache
run: |-
./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
cargo test
kill $MADARA_RUN_PID
- name: Run rpc test with cache
run: |-
./target/production/madara --dev --sealing=manual --da-layer=ethereum --da-conf=examples/da-confs/ethereum.json &
./target/production/madara --dev --sealing=manual &
MADARA_RUN_PID=$!
while ! echo exit | nc localhost 9944; do sleep 1; done
cd starknet-rpc-test
Expand Down
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,4 @@ cairo_venv
.python-version

# solidity cache
starknet-e2e-test/contracts/cache
starknet-e2e-test/contracts/build
tmp/
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: remove all da/settlement related code
- fix: re-execute txs instead of simulating for txn receipts
- chore: rebase on latest blockifier
- refactoring : Removed Redundant logs in madara
Expand Down
Loading

0 comments on commit 38ef50e

Please sign in to comment.