Skip to content

Releases: ackinacki/ackinacki

Release 0.12.4

20 Nov 09:20

Choose a tag to compare

[0.12.4] - 2025-11-20

New

  • Added the node_network_publisher_count metric to display the number of nodes or proxies the Node is subscribed to (will receive blocks from)
  • bm-archive-helper tool that merges daily BM data, stores it in an archive and backups daily diffs to S3
  • Messages sent directly from BKs to BP such as as attestations, ACKs, NACKs are now additionally relayed via proxies for better fault-tolerance of the network.

Improvements

  • node_sync_status.sh script now displays sync time difference in minutes instead of hours
  • Added several network module logs to the monit target for better observability
  • Updated thread lifecycle handling: previously, some threads did not exit cleanly on SIGTERM; added proper coordination to guarantee graceful termination
  • Improved the stability of graceful-shutdown.yaml ansible task: tail 50000 lines instead of 5000 when searching for the Shutdown finished log entry
  • Node does not stop syncing when receiving old or equal state

Fixed

  • Block Producer now restarts block production in case previously produced block had an invalid (outdated) configuration, i.e. BK set was updated, block version changed (coming soon)
  • node_network_subscriber_count reported an incorrect number of subscribers
  • BK Node didnt update its network data in Gossip after receiving SIGHUP
  • Duplicate propagation of received blocks on nodes without proxies: Proxy no longer resends data, received from other proxies, to nodes without proxies
  • If a BK Node updated its IP and it had already been a Block Producer before it happened, the connection broke and did not reconnect
  • outgoing_buffer_size metric increased during disconnect but never decreased after reconnect

Release 0.12.0

17 Oct 17:09

Choose a tag to compare

v0.12.0

Updated to v0.12.0 (7b89626)

Release 0.11.1

08 Oct 17:10

Choose a tag to compare

v0.11.1

Updated to v0.11.1 (46c2f1d)

Release 0.11.0

08 Oct 17:10

Choose a tag to compare

v0.11.0

Updated to v0.11.0 (6ca6222)

Release 0.10.5

06 Oct 14:53

Choose a tag to compare

v0.10.5

Updated to v0.10.5 (ce0357d)

Release 0.10.1

03 Oct 13:13

Choose a tag to compare

[0.10.1] - 2025-10-03

New

  • State sync request metrics
  • Block Manager staking scripts

Improvements

  • MV contract system updates

Release 0.10.0

02 Oct 18:41

Choose a tag to compare

v0.10.0

Updated to v0.10.0 (422b068)

Release 0.9.3

02 Oct 17:02

Choose a tag to compare

v0.9.3

Updated to v0.9.3 (a864355)

Release 0.9.1

02 Oct 08:42

Choose a tag to compare

v0.9.1

Updated to v0.9.1 (13d013f)

Release 0.9.0

01 Oct 17:49

Choose a tag to compare

[0.9.0] - 2025-10-01

New

  • Metrics: finalized_block_attestations_cnt, node_block_req_recv, node_block_req_exec, error kinds load_blob_fail, load_blob_error
  • Log NACK reason

Improvements

  • Proxy docs and scripts improved
  • Zerostate checks added
  • Default log level in Proxy is Info

Fixed

  • Block verification issue