Notable changes:
1: Cookie based rpc calls. No need to set rpcuser and rpcpassword to use the rpc anymore.
2: Caching for bridgenodes. Users can now have the entire utreexo forest in memory, in disk, or have just a cache in memory.
What's Changed
- main: respect env gogc by @kcalvinalvin in #135
- chaincfg: add extra utreexo dns seed for signet by @kcalvinalvin in #136
- main: update utreexo lib to v0.1.0 by @kcalvinalvin in #137
- addrmgr: fix testing bug that happens here and there by @kcalvinalvin in #138
- txscript: fix reconstruct bug for p2pkh by @kcalvinalvin in #139
- txscript: change to a stricter reconstruct types by @kcalvinalvin in #141
- main, utreexoctl: add cookie based login by @kcalvinalvin in #142
- main: update utreexo lib to v0.1.2 by @kcalvinalvin in #143
- blockchain: add database types that implement mappollard backends by @kcalvinalvin in #144
- indexers: move utreexo index flushing so it only triggers on interrupts by @kcalvinalvin in #145
- addrmgr: fix intermittent addrmanager_internal_test bug by @kcalvinalvin in #146
- blockchain, indexers: change utreexo bridges to mappollard by @kcalvinalvin in #147
- blockchain: fix a bug where a duplicate entry is possible in the mapslice by @kcalvinalvin in #149
- blockchain, blockchain_test, fullblocktests: fix inconsistent utxocache bug during reorgs by @kcalvinalvin in #150
- blockchain, indexers: Add cache option to bridgenodes by @kcalvinalvin in #148
- main: bump version to v0.2.0 by @kcalvinalvin in #151
Full Changelog: v0.1.0...v0.2.0