lambda
lambda
**Describe the bug** I know this function is deprecated but i needed to use it for a CTF. [description of `Invocation`](https://www.starknetjs.com/docs/api/namespaces/types/#invocation) type says that the default value for `signature` is...
# Description Add support for specifying custom constructor fix: #1888 ## Related issue ## Tests - [x] Yes ## Added to documentation? - [ ] README.md - [ ] [Dojo...
**Is your feature request related to a problem? Please describe.** currently we deploy base contract and replace class hash for actual contract so we cannot use constructor directly. **Describe the...
**Is your feature request related to a problem? Please describe.** In some cases users build certain contracts for testing or other uses and those are not required to be migrated,...
**Describe the bug** Currently we make an assumption that all the events that we process are world event and we are updating `pending_block_tx` for all the transaction, and using this...
# Description ## Related issue ## Tests - [ ] Yes - [ ] No, because they aren't needed - [ ] No, because I need help ## Added to...
**Is your feature request related to a problem? Please describe.** Since we are planning stabilization and people would now be using sozo on mainnet, on which deployments and doing any...
Since having fields as keys can help retrieving events more granular. In future torii might benefit from this when we add features like whitelist based models/system indexing.
**Describe the bug** Sozo events subcommand uses the ABI to parse the events, but since custom dojo events are not annotated sozo currently cannot parse them. Once this issue is...