Skip to content
1. New features:
    - Optimized HAF operation storage to reduce its size (Hive operations are now serialized to binary form in same way as blockchain does): https://gitlab.syncad.com/hive/haf/-/merge_requests/201
    - Optimized Hive operation to JSONB type conversion: https://gitlab.syncad.com/hive/haf/-/merge_requests/228
    - HAF knows hardfork data and stores this info in the dedicated table: https://gitlab.syncad.com/hive/haf/-/merge_requests/172
    - HAF provides subset of basic DGPO data specific to given block: https://gitlab.syncad.com/hive/haf/-/merge_requests/213
    - HAF is able to store and verify a database schema to match running HAF node to existing database: https://gitlab.syncad.com/hive/haf/-/merge_requests/229
    - Support for dump and load HAF instances (specific to backup administration purposes): https://gitlab.syncad.com/hive/haf/-/merge_requests/194 
    - Prepared Account Metadata Consensus Data State provider to be used at implementation of account metadata HAF application
    - Preliminary boilerplate for building and deploying HAF applications using docker compose: https://gitlab.syncad.com/hive/haf/-/merge_requests/217
    - Upgrade to Ubuntu 22.04 as a base supported OS
2. Devops/automations:
    - docker setup permission fixes
    - Gitlab cache is used for HAF data generation for testing purposes https://gitlab.syncad.com/hive/haf/-/merge_requests/220
    - Official HAF images can be built and published by CI job: https://gitlab.syncad.com/hive/haf/-/merge_requests/219
3. Bugfixes:
    - fixed deadlock during joining massive operation processor