Implement storing binary serialized operations in the HAF database
All threads resolved!
All threads resolved!
Compare changes
Files
13- Marcin Sobczyk authored
@@ -4,6 +4,7 @@ from typing import Dict
@@ -4,6 +4,7 @@ from typing import Dict
@@ -115,8 +116,7 @@ def create_app(session, application_context):
@@ -115,8 +116,7 @@ def create_app(session, application_context):
@@ -126,7 +126,7 @@ def wait_until_irreversible_without_new_block(session, Base, final_block, limit)
@@ -126,7 +126,7 @@ def wait_until_irreversible_without_new_block(session, Base, final_block, limit)
tt.logger.info(f'number of events: {len(events)} block number of last event: {0 if len(events) == 0 else events[len(events) - 1].block_num}')
@@ -137,9 +137,7 @@ def wait_until_irreversible_without_new_block(session, Base, final_block, limit)
@@ -137,9 +137,7 @@ def wait_until_irreversible_without_new_block(session, Base, final_block, limit)
@@ -149,8 +147,8 @@ def wait_until_irreversible(node_under_test, session, Base):
@@ -149,8 +147,8 @@ def wait_until_irreversible(node_under_test, session, Base):