Skip to content

Commit

Permalink
Merge branch 'main' into rocksdb-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jbcaron authored Dec 10, 2024
2 parents 0af80bd + eb2c70b commit 182325c
Show file tree
Hide file tree
Showing 189 changed files with 9,515 additions and 4,937 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 @@ -26,7 +26,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 --gas-price 0 --blob-gas-price 0 --no-l1-sync &
./target/release/madara --name madara --base-path ../madara_db --rpc-port 9944 --rpc-cors "*" --rpc-external --devnet --preset devnet --gas-price 0 --blob-gas-price 0 --strk-gas-price 0 --strk-blob-gas-price 0 --no-l1-sync &
MADARA_PID=$!
while ! echo exit | nc localhost 9944; do sleep 1; done
cd tests/js_tests
Expand Down
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,7 @@ tmp/

*.info
*.profraw

# Running madara with make and docker compose
.secrets
image.tar.gz
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
## Next release

- dev docs: add documentation to the rocksdb configuration
- feat: fetch eth/strk price and sync strk gas price
- feat(block_production): continue pending block on restart
- feat(mempool): mempool transaction saving on db
- feat(mempool): mempool transaction limits
- feat(cli): madaraup quickfix
- feat(cli): added madaraup for v0.7.0
- refactor(rpc): replace starknet-rs by starknet-types-rpc
- fix(fgw): include `l1_to_l2_consumed_message` in L1 handler receipt
- feat(v0.8.0-rc0): storage proofs for rpc version v0.8.0
- feat(warp): added warp update to madara
- docs(readme): updated README.md docs and added Docker Compose support
- fix(log): define RUST_LOG=info by default
- fix(tracing): RUST_LOG filtering support
- fix(fgw): fetch class
- feat: possibility of starting madara & kakarot-rpc in docker
- feat(debug): service cancelling and profiling build
Expand Down
Loading

0 comments on commit 182325c

Please sign in to comment.