relayscan
relayscan copied to clipboard
feat(bidcollect): Make top-bid websocket stream generic (and also subscribe to Aestus)
📝 Summary
- Make top-bid websocket stream usable for any URL (not only Ultrasound)
- Add Aestus top-bid websocket stream
⛱ Motivation and Context
Before, the top-bid websocket stream was closely tied to Ultrasound relay only, and it wasn't possible to subscribe to other sources.
✅ I have run these commands
- [x]
make lint
- [x]
make test
- [x]
go mod tidy