Commits on Source (21)
-
Eric Frias authored
-
Krzysztof Mochocki authored
-
Krzysztof Mochocki authored
-
-
-
Marcin authored
Currently, FKs are set with the 'NOT VALID' option. Consequently, dropping and restoring them does not take a long time. This means that the main reason for adding 'psql-livesync-threshold' no longer exists. The only reason the option is not removed altogether is that it allows for easy starting of the HAF in a LIVE state, which is crucial for tests.
-
Bartek Wrona authored
-
Bartek Wrona authored
-
Marcin authored
-
Marcin authored
it is possible to fill haf tables not from the first block but from a given block. This will allow to safe storage for application which don't need historical data befe their start in the blockchain. A new sql-serializer parameter was introduced: psql-first-block, to choose first block which needs to be synced.
-
Marcin authored
-
Marcin authored
-
Marcin authored
-
Marcin authored
-
Marcin authored
-
Marcin authored
-
Marcin authored
1. remove outdated skip reversible blocks mechanism 2. move decision about dump all accounts only to plugin 3. call initialize database once, without any parameters wip dump account removed from indexation state is any block dumped only in plugin remove skip_reversible mechanism skip_reversible blocks mechanism was not used since all reversible data are removed from hfm when hived connects to it. refactor db initialize better inititialize database procedure
-
Marcin authored
-
Marcin authored
-
Marcin authored
-
Konrad Botor authored
Showing
- .gitignore 1 addition, 0 deletions.gitignore
- .gitlab-ci.yml 10 additions, 0 deletions.gitlab-ci.yml
- Dockerfile 1 addition, 1 deletionDockerfile
- README.md 1 addition, 1 deletionREADME.md
- doc/HAF_Detailed_Deployment.md 4 additions, 4 deletionsdoc/HAF_Detailed_Deployment.md
- docker/docker_entrypoint.sh 20 additions, 0 deletionsdocker/docker_entrypoint.sh
- hive 1 addition, 1 deletionhive
- scripts/ci-helpers/build_instance4commit.sh 30 additions, 15 deletionsscripts/ci-helpers/build_instance4commit.sh
- scripts/ci-helpers/retrieve_last_commit.sh 2 additions, 2 deletionsscripts/ci-helpers/retrieve_last_commit.sh
- scripts/common.sh 2 additions, 2 deletionsscripts/common.sh
- scripts/maintenance-scripts/README.md 2 additions, 2 deletionsscripts/maintenance-scripts/README.md
- src/filter_utils/op_body_filter.cpp 1 addition, 1 deletionsrc/filter_utils/op_body_filter.cpp
- src/hive_fork_manager/authorization.sql 2 additions, 0 deletionssrc/hive_fork_manager/authorization.sql
- src/hive_fork_manager/block_views_for_head_block.sql 4 additions, 4 deletionssrc/hive_fork_manager/block_views_for_head_block.sql
- src/hive_fork_manager/blocks_views_for_contexts.sql 4 additions, 4 deletionssrc/hive_fork_manager/blocks_views_for_contexts.sql
- src/hive_fork_manager/context_rewind/data_schema.sql 22 additions, 0 deletionssrc/hive_fork_manager/context_rewind/data_schema.sql
- src/hive_fork_manager/hived_api.sql 35 additions, 0 deletionssrc/hive_fork_manager/hived_api.sql
- src/hive_fork_manager/shared_lib/extract_set_witness_properties.cpp 1 addition, 1 deletion...ork_manager/shared_lib/extract_set_witness_properties.cpp
- src/hive_fork_manager/shared_lib/operation_base.cpp 1 addition, 1 deletionsrc/hive_fork_manager/shared_lib/operation_base.cpp
- src/sql_serializer/CMakeLists.txt 1 addition, 0 deletionssrc/sql_serializer/CMakeLists.txt