Abhinav Garg
Abhinav Garg
Yes exactly, those libraries are also based on polling APIs under the hood - those are just abstracting the details and exposing streams in a nice way. As @stefan-mysten indicated,...
Hello, I can test gRPC on public good nodes pretty well: `grpcurl fullnode.mainnet.sui.io:443 list sui.rpc.v2beta.LedgerService ` `grpcurl -d '{ "digest": "E1jYrEnMMmjMMNwShyETwZ4JeMHN9HxdTfVsgKRVNZzt" }' fullnode.mainnet.sui.io:443 sui.rpc.v2beta.LedgerService/GetTransaction` `grpcurl -d '{ "digest": "3ByWphQ5sAVojiTrTrGXGM5FmCVzpzYmhsjbhYESJtxp" }'...
Thanks for the changes, @ronny-mysten. We'll merge this next week once the changes go to mainnet.