Michael Morrell

Results 12 comments of Michael Morrell

https://github.com/solana-labs/solana-accountsdb-plugin-postgres/blob/master/src/postgres_client.rs#L43 If this is not by design, I can update it.

Given that the optimal thread count is usually based on the number of physical cores, on my validator I've experienced greatly improved performance by using a value of `32` threads....

I don't think there's a native deserialize yet (feel free to add), but you can send it to `simulateTransaction` and get info from that.

- Support for importing/signing/sending raw transactions (Base64/bytes)

- Support for durable nonces

- Mechanism for auto-reconnect on Websockets + re-subscribe to dropped subscriptions

- Websocket automatic reconnect on close - SOCKS proxy support

In 1.18.0-staging branch, I've implemented: - SOCKS proxy support - WebSocket auto-reconnect and auto-resubscribe. - WebSocket unsubscribe APIs 2.0 will have breaking changes, if we switch away from Exception-driven code.

Closing this issue in favor of separate issues/tickets for each feature. Remaining work to be spun out: GetProgramAccounts: - Support pagination using `dataSize = 0` APIs: - Support ALTs (Address...