You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
balance_of() method, from origami's erc20_balance and erc721_balance has duplicated argument account. The same happens to other functions that include an account argument in contraxcts.gen.ts.
Describe the bug
Some types and functions on pistols are not being ported to typescript correctly with
sozo build --typescript
To Reproduce
./migration
./bindings/typescript
Issues and Screenshots
contracts.gen.ts
: enum Archetype not being exportedBlock-scoped variable 'U256Definition' used before its declaration
. Same onScoreDefinition
,ShotDefinition
,RecsType.StringDefinition
, on origami's ERC20MetadataModel and ERC721MetaModelArray<felt252>
of actions-validate_commit_message argument mapped to invalidRecsType.BigIntArray
typebalance_of()
method, from origami's erc20_balance and erc721_balance has duplicated argument account. The same happens to other functions that include anaccount
argument incontraxcts.gen.ts
.Additional context
Dojo 1.0.0-alpha.9
generated sources: pistols.gen.zip
The text was updated successfully, but these errors were encountered: