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

Commit

Permalink
feat(rpc): store additional ContractClass data in client for read RPC
Browse files Browse the repository at this point in the history
  • Loading branch information
tdelabro committed Jun 17, 2024
1 parent 271287e commit b40b67c
Show file tree
Hide file tree
Showing 40 changed files with 1,486 additions and 464 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/starknet-rpc-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
./target/production/madara setup --chain=dev --from-local=configs
- name: Compile contracts for rpc-tests
run: |
cd starknet-rpc-test/contracts && ./generate_declare_contracts.sh 10
cd starknet-rpc-test/contracts && ./generate_declare_contracts.sh 11
- name: Run rpc test with cache
run: |-
./target/production/madara --dev --sealing=manual &
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Next release

- feat(rpc): store data about contract classes which is not needed for the
execution in the client to return it later in read RPCs
- test(rpc): merge `get_class` and `get_class_at` tests together
- build: upgrade toolchain to `nightly-2023-09-18` and remove wasm target
- feat(runtime): remove custom checks before tx execution
- test: Adding txv3 tests
- feat: L1 gas price/fix
Expand Down
Loading

0 comments on commit b40b67c

Please sign in to comment.