Chao Xu

Results 12 comments of Chao Xu

We run into the same issue. Overall we are very happy with how table works, but the off-chain access pattern can definitely be improved.

I tried and took a stab at adding support, but the check on the generated proto files fails due to the version mismatch between `protoc-gen-go` and `protoc`. Bazel central registry...

I feel this doesn't belong in `aux-ts` folder.

> > I feel this doesn't belong in `aux-ts` folder. > > where should it live instead? i put it here because we're containerizing aux-ts/graphql should be fairly straightforward to...

Not specific to go, I don't quite like this kind of types in general. 1) The type is missing the unit - use the example of velocity/distance/time, what is the...

After some debugging, I think the problem lies in that `srcs` are symlinked to `bazel-out` if any of the source file is generated. I think the same should be done...

For this https://github.com/MystenLabs/sui/pull/6693 Does it require user to pass in the `CoinMetaData` object?

> * UX of managing coins? if i want to swap 5 SUI, who splits out that 5 SUI? should the contract take &mut Coin, amount: u64? should the dapp...

Looks like the supply of a coin is bounded by `u64`: https://github.com/MystenLabs/sui/blob/62f41674637250933c68f35293bfc6e0cf48d8ec/crates/sui-framework/sources/balance.move#L21-L23

also here https://discord.com/channels/1035920503002644482/1035920503896035360/1047124692944818277