Listening to your users is the most important thing, especially when it comes to highly technical products like Preconf on
@solana.
We received a lot of feedback when we launched Circular Preconf a few days ago, most of which was very positive.
The two main pieces of feedback we received were:
- More filters to precisely identify the signals we want to process.
- More coverage to get that edge more often.
Here’s how we responded to this feedback:
Filters:
By combining all the feedback, several very important filters stood out:
- Regions
Currently, you can connect to only one region at a time, so if you want traffic from all regions, you have to maintain multiple connections... that’s no longer the case.
You can now directly specify the regions you want to connect to:
“regions”: [“FRA”, “AMS”, “NY”]
- Signers
Some of our users have a real need to filter by signers and not just by account, since certain wallets spam the chain with fake transactions to mislead bots.
This is now possible:
“signerInclude”: [],
“signerRequired”: [],
“signerExclude”: []
- Lookups
For certain use cases we hadn’t anticipated, you might not want to enable lookup decoding.
You can now specify whether you want lookups to be decoded:
“useLookupTables”: true
Coverage:
We are currently actively building partnerships with other Preconf providers to increase the coverage of our Preconf.
According to our users:
“Circular Preconf is fast, even really fast! But we want more coverage so we can enjoy this speed across more validators and transactions”.
We’ve already begun discussions with the largest providers in the ecosystem to bring you the best possible coverage guys 🫡
Thanks again for your support and feedback.
PRECONF.