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 674c97b commit 58d8c7a
Show file tree
Hide file tree
Showing 39 changed files with 1,567 additions and 520 deletions.
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
- fix: starknet_call errs if contract nonexistent
- fix: txn hash calculation and refactor
- chore: remove all da/settlement related code
Expand Down
Loading

0 comments on commit 58d8c7a

Please sign in to comment.