Michael Morrell

Results 25 issues of Michael Morrell

I had this plugin feeding into a Postgres, and then overnight it stopped working, and my log was filled with: `[2022-09-13T15:27:51.193907033Z ERROR solana_geyser_plugin_postgres::postgres_client] Failed to update account: (Error updating account....

- Fixes default thread count from `100` to `10`, as initially specified in code comments. From the code comments: ``` /// * "threads" optional, specifies the number of worker threads...

- Per a comment in the file, the default is supposed to be 10.

Requirements: Architecture: - Replace Exception-based code with Optionals, remove try-catch from normal code flow. - Evaluate different Websocket libraries - Support for importing/signing/sending raw transactions (Base64/bytes) - Support for durable...

question

We currently use a poorly-coded library called Java-Websocket, instead of the highly battle tested OkHttp. OkHttp supports websockets. Use OkHttp, and remove the original dependency.

enhancement

https://docs.solana.com/developing/clients/jsonrpc-api#isblockhashvalid

help wanted
good first issue

- Support for token metadata lookups This PR is still a work in progress.

Should be more efficient. Details TBD

Desired functionality for the proof of concept: 0. Get listed NFTs for X series on MagicEden 1. Buy X NFT on MagicEden

v0 + ALT support (WIP)