v0.1.2
Pre-release
Pre-release
What's Changed
🐛 Fixes
- bfgd: fix loops unconditionally exited after one interation (SA4004) by @joshuasing in #108
- ignore l2 keystones notifications in tests by @ClaytonNorthey92 in #112
- Do not recreate outpoint for ScriptHashByOutpoint. by @marcopeereboom in #109
- popmd: remove unused 'handle' func and return err in connectBFG by @joshuasing in #124
🔧 Improvements
- database,e2e: remove use of deprecated
io/ioutil
(SA1019) by @joshuasing in #118 - e2e: improve name for variable with type
time.Duration
(ST1011) by @joshuasing in #117 - popm: use simple conversion instead of unnecessary fmt.Sprintf (S1025) by @joshuasing in #115
- Add configuration option for static fees to web PoP miner by @max-sanchez in #119
- tbc: move RPC tests to a separate test file by @joshuasing in #114
- popm: simplify receivedKeystones variable in tests by @joshuasing in #116
- hemictl: use sort.Strings(...) instead of sort.Sort(sort.StringSlice(...)) (S1032) by @joshuasing in #123
- electrumx: fix unhandled error in NewJSONRPCRequest by @joshuasing in #133
- bfg: fix issues reported by staticcheck by @joshuasing in #132
- e2e: fix issues detected by staticcheck by @joshuasing in #134
📖 Documentation
- Add more documentation for TBC and related RPC protocol by @marcopeereboom in #86
⚙️ Other
- added a way to monitor and sanity-test localnet by @ClaytonNorthey92 in #106
- Sync Docker image environment variables with daemon configs by @joshuasing in #111
- bfgd: drop btc_blocks_can refresh triggers for l2_keystones/pop_basis by @ClaytonNorthey92 in #120
- Stopgap to re-fetch blocks with no children by @ClaytonNorthey92 in #131
Full Changelog: v0.1.1...v0.1.2