Releases: hemilabs/heminetwork
Releases · hemilabs/heminetwork
v0.3.0
What's Changed
🔧 Improvements
- Add a header and block cache. by @marcopeereboom in #188
- Add request limit and timeout to bfgd config by @marcopeereboom in #200
- Move various arrays and byte slices to use pointers to chainhash. by @marcopeereboom in #189
⚙️ Other
- bfg: add more prometheus metrics by @joshuasing in #199
Full Changelog: v0.2.10...v0.3.0
v0.2.10
What's Changed
🔧 Improvements
- remove lastErr variables from rpc_test.go by @ClaytonNorthey92 in #185
- popm: change BFG reconnect log to 'info' level by @joshuasing in #197
Full Changelog: v0.2.9...v0.2.10
v0.2.9
What's Changed
🐛 Fixes
- electrumx: improve closing and fix close panic by @joshuasing in #192
- bss: increase read limit for bfg conn to 2 MiB by @joshuasing in #194
Full Changelog: v0.2.8...v0.2.9
v0.2.8
What's Changed
⚠️ Breaking changes
- Add for wind/unwind support to tbc by @marcopeereboom in #159
🔧 Improvements
- popm: exclude tx outputs that would be dust by @joshuasing in #186
Full Changelog: v0.2.6...v0.2.8
v0.2.6
What's Changed
✨ Additions
- popm/wasm: add 'minerStatus' method by @joshuasing in #178
🐛 Fixes
- popm/wasm: fix dispatch params for {add,remove}EventListener by @joshuasing in #181
Full Changelog: v0.2.5...v0.2.6
v0.2.5
What's Changed
✨ Additions
- popm/wasm: add events and clean up globals by @joshuasing in #175
🔧 Improvements
- popm: improve UTXO selection when creating Bitcoin transaction by @joshuasing in #173
- popm/wasm: rename KeyResult fields and add bitcoinScriptHash by @joshuasing in #177
Full Changelog: v0.2.4...v0.2.5
v0.2.4
What's Changed
🐛 Fixes
- popm/wasm: fix ethereum address when generating and parsing keys by @joshuasing in #174
🔧 Improvements
- Updated localnet to use more recent commits of optimism and op-geth by @ClaytonNorthey92 in #139
Full Changelog: v0.2.3...v0.2.4
v0.2.3
What's Changed
✨ Additions
- popm/wasm: add 'bitcoinAddressToScriptHash' method by @joshuasing in #169
- popm/wasm: add 'parseKey' method by @joshuasing in #168
Full Changelog: v0.2.2...v0.2.3
v0.2.2
What's Changed
✨ Additions
- popm/wasm: add new @hemilabs/pop-miner NPM package by @joshuasing in #162
🔧 Improvements
- scripts: add release script by @joshuasing in #164
Full Changelog: v0.2.0...v0.2.2
v0.2.0
What's Changed
⚠️ Breaking changes
- Add forking detection to TBC by @marcopeereboom in #101
- tbc: remove height as the terminal condition for indexers by @marcopeereboom in #152
🐛 Fixes
- ignore ulimits in tbc when on localnet by @ClaytonNorthey92 in #142
- Use hemilabs/websocket fork of nhooyr.io/websocket by @joshuasing in #153
- Fix missing panic by @marcopeereboom in #156
🔧 Improvements
- popm/wasm: improve and tidy up Go code by @joshuasing in #144
- Add initial CODEOWNERS file by @joshuasing in #149
- tbc: allow seeds to be overwritten by @ClaytonNorthey92 in #158
- popm/wasm: add wasm-opt target to optimise wasm binary by @joshuasing in #146
- popm/wasm: add error codes by @joshuasing in #154
- popm/wasm: improve js.Value creation, add JSMarshaler interface by @joshuasing in #160
Full Changelog: v0.1.2...v0.2.0