Roman Zeyde
Roman Zeyde
Should be resolved by https://github.com/trezor/trezor-firmware/pull/6070 and by the upcoming 0.20 `trezorlib` release.
Thanks for the update, will add it to the upcoming 0.11 release :)
`blockchain.transaction.broadcast_package` support has been merged.
#1244 should fix `verbose` parameter handling.
Release PR: #1245
- [ ] `server.version()` message must be the first message sent - [x] the server must tolerate and ignore extraneous arguments for `server.version()` - [ ] mempool txs now have...
Could you please also try [0.11.0 release](https://github.com/romanz/electrs/releases/tag/v0.11.0)?
It's possible there is a race between updating the mempool, and detecting a new block so you are getting 2 notifications instead of 1.
Thanks for reporting this issue! It also happens on #1125 (using RocksDB 9.10.0). The above workaround seems to work there as well :) ``` $ docker run -it --rm archlinux:latest...
Fixed in: - https://github.com/rust-rocksdb/rust-rocksdb/pull/1007 - https://github.com/zaidoon1/rust-rocksdb/pull/152