Skip to content
Snippets Groups Projects

Implement storing binary serialized operations in the HAF database

Merged Mateusz Tyszczak requested to merge tm-ops-as-hive-operation into develop
Compare and Show latest version
8 files
+ 8
8
Compare changes
  • Side-by-side
  • Inline
Files
8
@@ -4,8 +4,8 @@ from typing import Dict
import test_tools as tt
from haf_local_tools import block_logs
from haf_local_tools.tables import EventsQueue
from shared_tools.complex_networks import run_networks
from tables import EventsQueue
BLOCKS_IN_FORK = 5
BLOCKS_AFTER_FORK = 5
Loading