Patrick Kuo

Results 54 comments of Patrick Kuo

Thanks @shanejonas ! Should the generator be able to handle cyclic refs? If not, do you know what is the right way/workaround to model this in the schema?

What's the priority of this issue? I can work on this after the OpenRPC doc and schema works.

jsonrpsee have build in resource limiting capability, can use this to enforce rate limiting very easily https://github.com/paritytech/jsonrpsee/blob/20e6e5de40214e0b88e475d87bf14e465123eaba/core/src/server/resource_limiting.rs#L54-L86

Do we want to build this into the JSON-RPC server? Currently jsonrpsee only support very basic "resource limiting" functionality, it can limit number of concurrent requests but cannot enforce limit...

handing this issue over to @joyqvq to decide if we still need this or not.

cc @oxade @mystenmarkl, looks like perpetual table is writing to a wrong path? Windows doesn't like `/`, rocksdb issues?

> Having a `gas_data_and_sig` pair that can be easily moved around and attached to a transaction at various stages sounds very interesting. I wonder if there's some way to provide...

imo I think it will be safer if the gas station handle the execution as well; however if we are supporting "a gas station could also just provide a valid...

> For the offline sponsorship; how long does it take before a transaction signature expires? Currently there are no expiration for gas signatures. To make it more flexible, maybe we...

With the new transaction query API you can query transactions with cursor if you have the last know transaction digest. We will be deprecating `sui_getTransactionsInRange` soon as it can be...