v0.24.2-beta.rc1
Pre-release
Pre-release
Roasbeef
released this
18 Mar 22:02
·
106 commits
to master
since this release
What's Changed
- Fix some typos by @Thabokani in #2085
- Fix some typos by @vuittont60 in #2098
- support
testmempoolaccept
for bothbitcoind
andbtcd
by @yyforyongyu in #2053 - rpcclient: make sure batch requests are GCed by @yyforyongyu in #2105
- refactor: add
make help
to display the usage for project Makefile by @Halimao in #2107 - blockchain: set the lastflushtime when setting the lastflushhash by @kcalvinalvin in #2089
- Added 'include_unsafe' option to FundRawTransaction by @nikicat in #2119
- netsync: don't update mempool/fee estimator unless we're synced up by @kcalvinalvin in #2108
- feat: Expose newFutureError for developer friendliness by @devlzcode in #2112
- Add
gettxspendingprevout
forbtcd
and fix version check by @yyforyongyu in #2125 - addrmgr: fix intermittent addrmanager_internal_test bug by @kcalvinalvin in #2131
- blockchain: don't rely on BlockHeightByHash for prune height calculations by @kcalvinalvin in #2122
- fix ioutil deprecated function by @theedtron in #2133
- blockchain: fix inconsistent utxocache and database on reorg by @kcalvinalvin in #2123
- blockchain: fix a bug where a duplicate entry is possible in the mapslice by @kcalvinalvin in #2134
- blockchain: always relock chainLock for subscription callbacks by @kcalvinalvin in #2128
- rpcclient: add detailed error types by @yyforyongyu in #2138
- Add check for maximum signature length in ecdsa.ParseDERSignature by @SulaimanAminuBarkindo in #2135
- build: bump version to v0.24.2-beta.rc1 by @Roasbeef in #2136
New Contributors
- @Thabokani made their first contribution in #2085
- @vuittont60 made their first contribution in #2098
- @Halimao made their first contribution in #2107
- @nikicat made their first contribution in #2119
- @devlzcode made their first contribution in #2112
- @theedtron made their first contribution in #2133
- @SulaimanAminuBarkindo made their first contribution in #2135
Full Changelog: v0.24.0...v0.24.2-beta.rc1