-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use of official Starknet client (#46)
* Replaced manual RPC client with `starknet-rs` client. * Enforce rust 1.78.0. * Created trait `VisitedPcsRaw` for blockifier. * Removed todo in 'replace_type_id' * Implemented 'get_compiled_class_hash' in state reader * Improved log and return ZERO when contract hasn't been deployed yet * Implemented transaction trace report * Improved logging * Added documentation to visited_pcs * Refactoring of function 'convert_transaction' * Updated wrong comments for 'missing_panics_doc' * Improved error reporting * Fixed panic with concurrent 'client' access
- Loading branch information
Showing
26 changed files
with
3,048 additions
and
928 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.