Features
- Added GET /consensus/checkpoint/:id which returns the block and its consensus state.
- Added CLI flag to disable log locations
--log.file.enabled=false
--log.stdout.enabled=false
- Added CLI flag to set log level
--log.level=debug
Added [POST] /check/addresses
to check for addresses that have been seen on chain
This endpoint is useful for scanning the chain for look-aheads when in full index mode
Return transaction sets from broadcast endpoint
This lets integrators get the IDs of the created UTXOs, addresses of inputs, and IDs of the transactions
Fixes
- Fix race in txpool broadcast
Update core to v0.12.2 and coreutils to v0.13.4
These releases include additional JSON convenience fields