Skip to content

v4.2.0

Compare
Choose a tag to compare
@KtorZ KtorZ released this 05 Nov 19:57
· 944 commits to master since this release
v4.2.0
0bfa9ae

Added

🏢 Server

  • Enabled Alonzo transaction in the submission protocol (oversight from previous releases). Doing so, explicit compiler warnings have been added to the relevant code to avoid overseeing this in the next upgrade.

  • Added query response and requests to logs trace, large responses are truncated (e.g. querying the entire UTXO or, informations about all stake pools).

  • Gracefully handled shutdown and process cleanup on SIGTERM.

  • Documented Mary last point to the points of interests for the chain-sync protocol.

  • Bumped cardano-node's integration to 1.31.0

🚗 TypeScript Client

  • The State-Query client can now release acquired points to perform queries against the most recent tip (which was also the default when creating a client with no point).

Changed

🚗 TypeScript Client

  • Some internal rework and cleanup; mostly chasing dangling promises by avoiding attaching even handlers when not needed.