-
Notifications
You must be signed in to change notification settings - Fork 195
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] sozo typescript binding issues #2382
Labels
bug
Something isn't working
Comments
hello @rsodre kindly assign me this issue |
Hi, I am interested in debugging this issue @rsodre . |
I'm not in charge of assignments on dojo |
@rsodre Thanks for the update. Please who's attention should be draw concerning this task |
@rsodre @Agbeleshe this is tackled in #2501 which should be significantly different. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: