update Readme wrt filter flexibility
This commit is contained in:
parent
f4fe77167d
commit
5f04447d1e
|
@ -4,8 +4,8 @@
|
||||||
This project provides multiplexing of multiple [Yellowstone gRPC](https://github.com/rpcpool/yellowstone-grpc) subscriptions based on _Fastest Wins Strategy_.
|
This project provides multiplexing of multiple [Yellowstone gRPC](https://github.com/rpcpool/yellowstone-grpc) subscriptions based on _Fastest Wins Strategy_.
|
||||||
|
|
||||||
* Multiple _Futures_ get **merged** where the first next block that arrives will be emitted.
|
* Multiple _Futures_ get **merged** where the first next block that arrives will be emitted.
|
||||||
* __Reconnects__ are handled transparently inside the _Futures_.
|
|
||||||
* No __guarantees__ are made about if the messages are continuous or not.
|
* No __guarantees__ are made about if the messages are continuous or not.
|
||||||
|
* __Reconnects__ are handled transparently inside the _Futures_.
|
||||||
|
|
||||||
Disclaimer: The library is designed with the needs of
|
Disclaimer: The library is designed with the needs of
|
||||||
[LiteRPC](https://github.com/blockworks-foundation/lite-rpc) in mind
|
[LiteRPC](https://github.com/blockworks-foundation/lite-rpc) in mind
|
||||||
|
@ -19,7 +19,7 @@ Please open an issue if you have any questions or suggestions -> [New Issue](ht
|
||||||
An example how to use the library is provided in `stream_blocks_mainnet.rs`.
|
An example how to use the library is provided in `stream_blocks_mainnet.rs`.
|
||||||
|
|
||||||
## Known issues
|
## Known issues
|
||||||
* Library does not support other data than Blocks very well.
|
* Library does not support other data than Blocks/Slots very well.
|
||||||
|
* Should not be used with commitment level __PROCESSED__ because slot numbers are not monotoic.
|
||||||
* Library needs messages to be in order and provide slot information to work properly.
|
* Library needs messages to be in order and provide slot information to work properly.
|
||||||
* The gRPC filtering options are very limited.
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue