stefan-mysten
stefan-mysten
@bmwill - would love to hear your feedback on the changes here. Some updates * got rid of `safer_ffi` * added vector implementation (thanks @amnn for helping here) * added...
@amnn - this is ready for re-review. A few things changed since last time: * support for `vector` through this TypeLayout pattern that we discussed * added types that are...
> even if you special case how primitives are serialized and deserialized (which can be done) you will still face a problem when trying to deserialize a type like `TransactionKind`...
> Another important difference: The gist uses `DeserializeSeed` to go in both directions (from BCS to JSON and from JSON to BCS), while I think your current implementation does not...
My thoughts on this are more long-term thinking in terms of risk having to deal with unforeseen problems. What if we do not serialize them as strings, and someone somehow...
@bmwill yes, I think we should start looking at it again. I basically migrated to the types in the `sui-rust-sdk` repo. I have a few question, but need to poke...
Hi @mitsosf, yes are still planning to get this finished but we don't have an exact date yet! What's your timeline?
You **might** be able to do so with the `pySui` SDK for Python: https://pysui.readthedocs.io/en/latest/index.html but I am not 100% sure.
I'll see if I can make some time to look again into this project, but can't make any promises yet. Please feel free to ping again in this thread in...
@mitsosf have a look at this community project: https://github.com/VAR-META-Tech/Rust2C-Sui-SDK Maybe it can help you in the meantime.