networkparameter from CLI. It's resolved automatically now.
- Set custom genesis config
- Load balancing over a WebSocket (eliminating the need for public IP in the future)
- Expose a
health_errors_totalgauge in metrics - More comprehensive error reporting under
GET / - NixOS service (module)
- Run original
blockfrost-testsagainst the Platform
General
/network/network/eras/genesis
Transactions
/txs/{hash}/cbor/txs/{hash}/utxos/txs/{hash}/metadata/txs/{hash}/metadata/cbor/txs/{hash}/withdrawals/txs/{hash}/delegations/txs/{hash}/redeemers/txs/{hash}/mirs/txs/{hash}/pool_retires/txs/{hash}/pool_updates/txs/{hash}/stakes
Blocks
/blocks/latest/blocks/latest/txs/blocks/{hash_or_number}/blocks/{hash_or_number}/next/blocks/{hash_or_number}/previous/blocks/{hash_or_number}/txs/blocks/slot/{slot}
Addresses
/addresses/{address}/utxos/addresses/{address}/transactions
Accounts
/accounts/{stake_address}/accounts/{stake_address}/rewards/accounts/{stake_address}/addresses/accounts/{stake_address}/delegations/accounts/{stake_address}/registrations
Assets
/assets/{asset}
Governance
/governance/dreps/{drep_id}
Metadata
/metadata/txs/labels/{label}/metadata/txs/labels/{label}/cbor
Pools
/pools/extended/pools/{pool_id}/delegators
Epochs
/epochs/{number}/parameters/epochs/latest/parameters
- Trailing slash in
GET /{uuid}/works again - Health reporting while still syncing in the Byron era
- Native (not cross-compiled)
aarch64-linuxbuilds - Docs improvements
- TLS support for the WebSocket connection with the Gateway
- Enable metrics endpoint by default
- Expose process metrics (memory, CPU time, fds, threads)
- Add more logs and finer details to
NodeClient::submit_transaction - Header
blockfrost-platform-responseintx_submitendpoint - Add
aarch64-linuxbuilds to release artifacts and installers.
- Node connections are now invalidated on unexpected transaction submission errors.
- Node connection metrics inconsistency caused by an initialization timing issue.
- Configure local IP address to bind to with
std::nettypes.
- Initial release