starknet-devnet
starknet-devnet copied to clipboard
A local testnet for Starknet
In blockifier comments for BlockContext, it's stated that BlockContext::new_unchecked will be deprecated. Its advised to use pre_process_block
**Describe the bug (observed vs expected behavior)** Devnet is failing to run with: `cargo run -- --port 1025 --initial-balance 500000000000000000000 --seed 42 --accounts 3 --chain-id TESTNET --fork-network 'http://rpc.pathfinder.equilibrium.co/integration-sepolia/rpc/v0_7' ` **Not...
Fix typo
Fix typo
## Usage related changes - What the title says ## Development related changes - Despite the comment in L28-29 of `crates/starknet-devnet-server/src/api/json_rpc/origin_forwarder.rs`, the block ID was not always properly modified when...
## Usage related changes ## Development related changes ## Checklist: - [x] Checked out the [contribution guidelines](https://github.com/0xSpaceShard/starknet-devnet/blob/main/.github/CONTRIBUTING.md) - [x] Applied formatting - `./scripts/format.sh` - [x] No linter errors - `./scripts/clippy_check.sh`...