Larko

Results 22 comments of Larko

Yes, our union C structs look like ```c typedef struct { enum tag; union { struct struct_; enum enum_; ... } } ty; ``` first of all, it seems like...

[dojo.h](https://github.com/Larkooo/dojo.unity/blob/dojo-wrapper/Dojo/bindings/dojo.h#L125) if you were wondering, this is the header file we're having an issue with. i have a scoped fork of c2cs so i fixed it for our use case...

Yes, as I said I have fixed that issue in my fork of c2cs so I would be open to contributing to castffi/c2cs if I know where to look at...

Did you have any luck with that? Is this library still being maintained?

No worries, thanks for the follow up! So I did some digging, cloned the repo and tried to compile it by its own and it seems like the linker error...

Quick update; it seems like it compiles fine as a staticlib but not as a cdylib

Finished Typescript V2 new layout types support & disabled typescript bindgen in sozo due to lack of support & maintenance from dojo.js. Addresses #2013

We should now support complex enums with the new layout work I've been pushing for torii. Closing this.

> How do we handle pagination in that case? iirc the cursor schema is up to us, so we would need to include a txn index in it. not sure...

To add on this, this seems to be the issue: https://github.com/dojoengine/dojo/blob/main/crates/katana/storage/provider/src/traits/block.rs#L40 The returned BlockId for the Pending block tag is none, which fallbacks to the latest block number here https://github.com/dojoengine/dojo/blob/main/crates/katana/storage/provider/src/traits/block.rs#L32...