Brandon Williams
Brandon Williams
Right now this API is designed to return a non-OK status code on sig verification failure, this probably makes sense to change to be an Ok status code with a...
thanks @joyqvq ! Yeah the address derivation is essentially implemented already, just realized that i'm missing the ability to easily go from ZKAuthenticator -> ZkpublicIdentifier which is used to actually...
https://github.com/MystenLabs/sui/pull/19516 should address this
@hoangong we do have a subscription gRPC api that you can play with, its defined [here](https://github.com/MystenLabs/sui/blob/main/crates/sui-rpc-api/proto/sui/rpc/v2alpha/subscription_service.proto). You'll note that as of right now we only have a way to subscribe...
Public rpc has an explicit 30s timeout given it's not intended to be used in production
Public rpc is still planned to have 30s timeout. That's not baked into the service though so if you ran your own node or used a provider the expectation there...
The config you have appears to be correct but there are a few other things that could be at play here: - Did you recently change this config? If you...
Yes this is working as intended. that fallback is only used in some select apis, specifically it is not used for the sui_tryMultiGetPastObjects api. So if you want that to...
@stefan-mysten is it time? Are we reviving this effort?
Fix is going to rollout in the next release to fixup the indexes that are impacted by this bug