0xSpaceShard / starknet-devnet-rs

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

create account with the sncast fails #487

Closed gianalarcon closed 2 months ago

gianalarcon commented 3 months ago

Describe the bug (observed vs expected behavior)

Observed

Using devnet v0.0.6, input the following cli $ sncast --url http://127.0.0.1:5050 account create --name some-name

Got the following error: Provided class hash does not exist

Expected

Using devnet v0.0.5, input the same command as above, I got message: Account successfully created

Not reproducible on testnet

To Reproduce Steps to reproduce the behavior:

  1. ... Open terminal
  2. ... sncast --url http://127.0.0.1:5050 account create --name some-name

Devnet version

System specifications

marioiordanov commented 2 months ago

It's an issue with the pending state on devnet side. With the new release this behavior is going to be fixed. Please watch out for the next release - 0.0.7

FabijanC commented 2 months ago

Bug fixed in #480