PoP Miners
This release contains a performance improvement for popmd
, which should help reduce issues when mining L2 keystones. An expensive RPC call to get the balance of the miner, which was mostly redundant, was removed from the keystone mining process.
This should help reduce the load on BFG and Electrs, making it more likely for a PoP Miners to be able to mine keystones.
What's Changed
⚠️ Breaking changes
- tbcd: clean up peer and peermanager by @marcopeereboom in #273
🐛 Fixes
- Fix disconnects caused by ReadDeadline. by @marcopeereboom in #289
🔧 Improvements
- tbcd: revisit block header cache by @marcopeereboom in #282
- api,popmd: improve perf and remove redundant bitcoinBalance call by @joshuasing in #287
⚙️ Other
- Add broadcast transaction to tbcd by @marcopeereboom in #285
- update go version in localnet test go.mod file by @ClaytonNorthey92 in #290
Full Changelog: v0.4.5...v0.5.0