We are internally working on own electrum server with SP capabilities, and thinking about adopting Frigate's proposed method blockchain.silentpayments.subscribe.
After discussing internally with @limpbrains, a couple of additions would make dev life a bit easies:
- method
blockchain.silentpayments.subscribe should also accept optional end param which should tell server to stop scanning when its reached. This should enable (mostly for dev purposes) usecases like "please rescan specific day only"
- notifications should also return
progress_height, so in case of losing connection/switching to a new server client can subscribe from that height
We are internally working on own electrum server with SP capabilities, and thinking about adopting Frigate's proposed method
blockchain.silentpayments.subscribe.After discussing internally with @limpbrains, a couple of additions would make dev life a bit easies:
blockchain.silentpayments.subscribeshould also accept optionalendparam which should tell server to stop scanning when its reached. This should enable (mostly for dev purposes) usecases like "please rescan specific day only"progress_height, so in case of losing connection/switching to a new server client can subscribe from that height