Changes prepared for minor release 1.27.4.0
- New features:
- Optimized HAF operation storage to reduce its size (Hive operations are now serialized to binary form in same way as blockchain does): !201 (merged)
- Optimized Hive operation to JSONB type conversion: !228 (merged)
- HAF knows hardfork data and stores this info in the dedicated table: !172 (merged)
- HAF provides subset of basic DGPO data specific to given block: !213 (merged)
- HAF is able to store and verify a database schema to match running HAF node to existing database: !229 (merged)
- Support for dump and load HAF instances (specific to backup administration purposes): !194 (merged)
- 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: !217 (merged)
- Upgrade to Ubuntu 22.04 as a base supported OS
- Devops/automations:
- docker setup permission fixes
- Gitlab cache is used for HAF data generation for testing purposes !220 (merged)
- Official HAF images can be built and published by CI job: !219 (merged)
- Bugfixes:
- fixed deadlock during joining massive operation processor
Edited by Bartek Wrona