Implement storing binary serialized operations in the HAF database
Compare changes
Files
13- Marcin Sobczyk authored
@@ -4,6 +4,7 @@ from typing import Dict
@@ -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)
@@ -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):