From 4dad20719aacf72e3830532d5c6f1a7e4dd9f44d Mon Sep 17 00:00:00 2001 From: Ake <10195782+akegaviar@users.noreply.github.com> Date: Sun, 30 Mar 2025 07:14:10 +0800 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 66d273b..8d0314d 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,7 @@ We assume no responsibility for the code or its usage. This is our public servic | | Error handling | Improving error handling | WIP | | | Configurable RPS | Ability to set RPS in the config to match your provider's and plan RPS (preferably [Chainstack](https://console.chainstack.com/) 🤩) | WIP | | | Dynamic priority fees | Ability to set dynamic priority fees | ✅ | +| | Review & optimize `json`, `jsonParsed`, `base64` | Improve speed and traffic for calls, not just `getBlock`. [Helpful overview](https://docs.chainstack.com/docs/solana-optimize-your-getblock-performance#json-jsonparsed-base58-base64).| WIP | | **Stage 2: Bonding curve and migration management** | `logsSubscribe` integration | Integrate `logsSubscribe` instead of `blockSubscribe` for sniping minted tokens into the main bot | ✅ | | | Dual subscription methods | Keep both `logsSubscribe` & `blockSubscribe` in the main bot for flexibility and adapting to Solana node architecture changes | ✅ | | | Transaction retries | Do retries instead of cooldown and/or keep the cooldown | WIP |