pistomat
pistomat
Define a filter and get a stream of all events based on that filter.
The crate `rpc_state_reader` is not exposed in `starknet_in_rust` and therefore one needs to import it in `Cargo.toml` with ``` [dependencies] rpc_state_reader = { git = "https://github.com/lambdaclass/starknet_in_rust.git", package = "rpc_state_reader", tag...
The `vm.ffi` enables running arbitrary commands on your machine, which is dangerous and it is generally advised to use only as a last resort. What you think about writing a...
Fixes https://github.com/flashbots/suapp-examples/issues/56 Removing the environment variables works, the alternative is setting them to correct values. The L1 private key correct value is the default one: ``` export L1_PRIVKEY=6c45335a22461ccdb978b78ab61b238bad2fae4544fb55c14eb096c875ccfc52 ``` But...
## Problem no.1 ### Error If you follow the main README.md example https://github.com/flashbots/suapp-examples/blob/bf735798f18821f080da90f221b40ee60f2b60a2/README.md#L63-L74 You will actually get the following error: ``` 1. Create and fund test accounts 2024/04/17 14:56:43 Test...
### Describe the feature I want to consume execution traces in my ExEx. Currently the Chain struct does not contain them. The obvious solution would be to re-execute the block...
## 📝 Summary Boilerplate for a DAG store for https://github.com/flashbots/suapp-examples/pull/60 * [x] I have seen and agree to CONTRIBUTING.md