0xSpaceShard / starknet-devnet-rs

A local testnet for Starknet... in Rust
https://0xspaceshard.github.io/starknet-devnet-rs/
MIT License
104 stars 61 forks source link

Refactoring of unwraps and expects #573

Closed marioiordanov closed 1 month ago

marioiordanov commented 1 month ago

Usage related changes

None

Development related changes

closes #567 Remove some expects in the code, or refactor them to use match statement Added linters to ./scripts/clippy_check.sh

Checklist: