starknet_in_rust icon indicating copy to clipboard operation
starknet_in_rust copied to clipboard

A Rust implementation of Starknet execution logic

Results 39 starknet_in_rust issues
Sort by recently updated
recently updated
newest added

Consider using `mini-serde`. Another option is to use a tokenizer. The complete parsing process is not necessary for reformatting, while at the same time is one of the major costs...

Performance

Some transactions like 0x00eef6ba6741da8769192fac9d28c6631cf66f9e7c4e880b886ef6a2e550e4e2 that end up calling `get_compiled_class_hash`. We should investigate how to add it or remove it and call something else.

We should check the README and see if it is up to date. ### Things to add - A badge with the crates.io version of the latest release. - Links...

documentation

# TITLE ## Description Description of the pull request changes and motivation. ## Checklist - [ ] Linked to Github Issue - [ ] Unit tests added - [ ]...

This is about the pr adding the kakarot test https://github.com/lambdaclass/starknet_in_rust/pull/1264 Currently it looks like it fails with the error `Failed to deserialize param #1` so the parameters are being passed...