glihm
glihm
Currently, Sozo has some `--stats` options to display the size of contracts when compiled. However, this is not something that will emit a warning during compilation, and sometimes it's hard...
**Is your feature request related to a problem? Please describe.** The manifest is a file that is generated by sozo once the world has been migrated. The manifest contains all...
Currently, sozo needs to fetch data from the world to have compare it to the local representation of it. However, on public networks, when too much blocks are in the...
Models inside models is not supported due to how keys are retrieved. We should add a warning about this in the model section. The workaround is to have a struct...
Add the `getting-started` link somewhere in the nav bar for better visibility. It's only accessible from the landing page, after that it's not anymore.
This PRs bumps starknet-rs to `0.17.0`. This includes: 1. A new UDC argument to support the `UdcSelector` enum. 2. Renaming `pending` to `preconfirmed`. 3. Adjusting the dependencies for `Ledger` to...
## Summary by CodeRabbit * **Bug Fixes** * Fixed potential crash during external contract migration when block number information is unavailable. * **New Features** * Added Sepolia network support for...
The world constructor is currently taking the class hash of the world. However, this is something that can now be get with the new syscall. Also, the constructor uses the...
Currently the network PreConfirmed state is not always updated on time depending on the node used + load balancing. To ensure smooth migrations, we should be able to expose this...