starknet-devnet icon indicating copy to clipboard operation
starknet-devnet copied to clipboard

A local testnet for Starknet

Results 6 starknet-devnet issues
Sort by recently updated
recently updated
newest added

use starknet-rs generated errors

enhancement
Easy

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...

bug
OnlyDust

## 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`...