nanocurrency / nano-node

Nano is digital currency. Its ticker is: XNO and its currency symbol is: Ӿ
https://nano.org
BSD 3-Clause "New" or "Revised" License
3.48k stars 786 forks source link

Minimum amount filter for websocket confirmations subscription #3121

Open Tipanano opened 3 years ago

Tipanano commented 3 years ago

Adding a minimum amount filter option when subscribing to confirmations with websockets.

Can help with reducing load on the server receiving confirmations during spam, or just in general as most wallet don't do auto receives on small amounts anyway.

zhyatt commented 3 years ago

@Tipanano This is a good suggestion and is included in a new WebSocket targeted towards payments - perhaps this might work for your needs? https://github.com/nanocurrency/nano-node/pull/3023