Patrick Kuo

Results 58 issues of Patrick Kuo

## Changes * Replaced `RPCGatewayClient` with `SuiClient` * Cleaned up Sui-gateway dependencies * Use `SuiClient` in Sui CLI, preparing it to support querying full nodes. * Enhance Sui SDK apis...

Type: Documentation

https://github.com/MystenLabs/sui/runs/8139888624?check_suite_focus=true#step:5:3344 ``` 2022-09-01T16:14:20.897159Z ERROR executor::subscriber: /home/runner/.cargo/git/checkouts/narwhal-6760ded2d85d944c/c045e2d/executor/src/subscriber.rs:179: Error while retrieving block via block waiter: block id: gbTTbv3qk+CIjH76, error type: BatchTimeout [3344](https://github.com/MystenLabs/sui/runs/8140757161?check_suite_focus=true#step:5:3345) 2022-09-01T16:14:20.897366Z ERROR executor::subscriber: /home/runner/.cargo/git/checkouts/narwhal-6760ded2d85d944c/c045e2d/executor/src/subscriber.rs:179: Error while retrieving block via block...

sui-node

## Phase 1 implementation of the [Rosetta API](https://www.rosetta-api.org/docs/welcome.html) for Sui. Our goal for phase 1 is to have a minimal implementation of Rosetta API, that exposes Sui's balance-changing operations in...

This fixes build failure on windows

Type: Documentation

# RPC API improvement part 2 : Event query pagination ## Changes: * Merged all getEvents* methods and use EventQuery criteria object instead of separated methods. ``` pub enum EventQuery...

# Event logging refactoring ## Changes * Moved all object level events logging into `temporary_store`, currently `MoveEvent` is the only non-object level event, it will continue to use the `log_event`...

This is the top level issue to track all upcoming JSON RPC API changes and improvements - [x] Merge `getTransactions*` methods https://github.com/MystenLabs/sui/pull/4919 - [x] Pagination for transactions https://github.com/MystenLabs/sui/pull/4919 - [...

devx
rpc
stability-sprint

Currently we only support single query criteria for Transaction and Event queries, we should support query criteria combinations using AND/OR/NOT operators.

devx
rpc

Added docs for event query and examples

Type: Documentation