notV4l
notV4l
before cairo-format -i : `let approve_selector = 949021990203918389843157787496164629863144228991510976554585288817234167820;` after cairo-format -i : ``` let approve_selector = 949021990203918389843157787496164629863144228991510976554585288817234167820 ; ``` another cairo-format -i raise this error : > Unexpected token Token('_NEWLINE',...
rel : #87 - fix validation error on starknet_write_api - fix issues for generating typings for starknet_write_api - do not fix issues for generating typings for starknet_trace_api : i suspect...
StarkNet -> Starknet
- validate_all fails (starknet_write_api.json) ``` ➜ starknet-specs git:(v0.3.0-rc1) ✗ yarn validate_all yarn run v1.22.19 $ node validate.js api/starknet_api_openrpc.json && node validate.js api/starknet_write_api.json && node validate.js api/starknet_trace_api_openrpc.json Ok! Error validating OpenRPC...
Add an --export parameter to cairo-test accepting a path to export tests results as JSON. use : `cairo-test ./src/tests.cairo --single-file --export ./tests.json` example results for Success / Fail : ```...
# Bug Report Abi is missing type infos for a struct only used as an event parameter It make it hard to parse event without type infos from abi. **Cairo...
Actually this types are handle as common numeric types : https://github.com/0xSpaceShard/starknet-hardhat-plugin/blob/afc83b3a5892caab6cfbc64701422521f4de43af/src/adapt.ts#L8-L20 It could be converted to hex representation ie : `3407481119780572850671182801001023516830125398818876583940565901076194792664` would decode to `0x78890e347461d95a8eacddaeb35b577f4ef29a6fbf825326d8d97022e2a14d8`
# Description Add contract registry on world probably missing some checks
**Is your feature request related to a problem? Please describe.** Bytecode size displayed by `sozo build --stats` is sierra bytecode size https://github.com/dojoengine/dojo/blob/6dca9446b3894422b559dd86a43cf53abbe723ae/crates/sozo/ops/src/statistics.rs#L24 MAX_BYTECODE_SIZE limitation is related to casm bytecode size...
**Describe the bug** In dev, after doing many migrations, restarting torii causes this error : `thread 'main' panicked at /Users/boo/.cargo/registry/src/index.crates.io-6f17d22bba15001f/warp-0.3.6/src/server.rs:291:27: error binding to 127.0.0.1:0: error creating server listener: Too many...