Skip to content

Commit

Permalink
Bumped haf submodule to match 1.27.5.0-rc8 version
Browse files Browse the repository at this point in the history
  • Loading branch information
vogel76 committed Mar 14, 2024
1 parent 320a97f commit 439abe1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ variables:

include:
- project: hive/haf
ref: ebe02706ca2da8d94489770da2c241a1a49c3200 # develop
ref: af7101337e730655a6f7821f7840c17596d30c98 # develop
file: /scripts/ci-helpers/prepare_data_image_job.yml # implicitly pulls base.gitlab-ci.yml from common-ci-configuration


Expand Down
2 changes: 1 addition & 1 deletion haf
Submodule haf updated 35 files
+28 −0 .gitlab-ci.yml
+12 −7 docker/docker_entrypoint.sh
+1 −1 hive
+1 −0 scripts/maintenance-scripts/ci_common.sh
+34 −0 scripts/maintenance-scripts/run_op_body_filter_tests.sh
+2 −2 src/filter_utils/examples.info
+28 −18 src/filter_utils/op_body_filter.cpp
+30 −4 src/hive_fork_manager/app_api_impl.sql
+1 −3 src/hive_fork_manager/blocks_views_for_contexts.sql
+1 −0 tests/integration/CMakeLists.txt
+3 −0 tests/integration/functional/hive_fork_manager/CMakeLists.txt
+109 −0 tests/integration/functional/hive_fork_manager/app_api/app_next_block_group_process_BFF_wrong_id.sql
+83 −0 tests/integration/functional/hive_fork_manager/app_api/app_next_block_process_BFF_in_irreversible_range.sql
+105 −0 tests/integration/functional/hive_fork_manager/app_api/app_next_block_process_BFF_wrong_id.sql
+1 −1 tests/integration/functional/hive_fork_manager/app_api/context_account_operations_view_nonforking_test.sql
+1 −1 tests/integration/functional/hive_fork_manager/app_api/context_accounts_view_nonforking_test.sql
+1 −1 tests/integration/functional/hive_fork_manager/app_api/context_applied_hardforks_view_nonforking_test.sql
+1 −1 tests/integration/functional/hive_fork_manager/app_api/context_blocks_view_nonforking_test.sql
+1 −1 tests/integration/functional/hive_fork_manager/app_api/context_operations_view_non_forking_test.sql
+1 −1 tests/integration/functional/hive_fork_manager/app_api/context_signatures_view_non_forking_test.sql
+1 −1 tests/integration/functional/hive_fork_manager/app_api/context_transactions_view_non_forking_app_test.sql
+20 −1 tests/integration/haf-local-tools/haf_local_tools/__init__.py
+8 −7 tests/integration/haf-local-tools/poetry.lock
+19 −0 tests/integration/replay/application.sql
+1 −3 tests/integration/system/haf/mirrornet_tests/test_app_auto_detach.py
+5 −11 tests/integration/system/haf/mirrornet_tests/test_massive_sync_after_exit_before_sync.py
+10 −10 tests/integration/system/haf/mirrornet_tests/test_p2p_sync_in_mirrornet.py
+3 −7 tests/integration/system/haf/mirrornet_tests/test_replay_and_p2p_sync_in_mirrornet.py
+1 −3 tests/integration/system/haf/mirrornet_tests/test_replay_in_mirrornet.py
+1 −0 tests/integration/tools/CMakeLists.txt
+15 −0 tests/integration/tools/op_body_filter/CMakeLists.txt
+804 −0 tests/integration/tools/op_body_filter/blocks/3286849.json
+491 −0 tests/integration/tools/op_body_filter/blocks/5771683.json
+261 −0 tests/integration/tools/op_body_filter/blocks/6531076.json
+74 −0 tests/integration/tools/op_body_filter/test_op_body_filter.py

0 comments on commit 439abe1

Please sign in to comment.