2.3.0
New Features
- Decouple
chainweb-data
from the P2P API ofchainweb-node
, using the service endpoint exclusively instead. The--p2p-{host,post}
CLI arguments are no longer needed, but are still recognized for backwards compatibility (#160) - Enable running the HTTP API without the ETL, allowing read-only operation (#149)
- Attach signer and signature information to
TxDetail
endpoints (/txs/{tx,txs}
) (#152, #153, #155) - Extend network metadata to allow ETL'ing from (
fast-
)development
nodes (#158) - Add
--extra-migrations-folder
CLI argument (#163)
Bug Fixes
- Fix
fill
andbackfill
issues caused by node's P2P API throttling, resulting in partial fills (#151)
Minor
Nix Store Path
/nix/store/ykjk6pvb59npj2i4nynfg3qm9qzkfwx7-chainweb-data-exe-chainweb-data-2.3.0/
New Contributors
- @mbwmbw1337 made their first contribution in #155
Full Changelog: v2.2.0...v2.3.0