Implement storing binary serialized operations in the HAF database
All threads resolved!
All threads resolved!
Compare changes
- Mateusz Tyszczak authored
+ 104
− 104
@@ -12,7 +12,7 @@ DECLARE
@@ -134,49 +134,49 @@ BEGIN
ASSERT ((SELECT hive.get_legacy_style_operation(comment_operation)::VARCHAR) = '["comment",{"parent_author":"steemit","parent_permlink":"firstpost","author":"admin","permlink":"firstpost","title":"TITLE","body":"First Reply! Lets get this **party** started","json_metadata":"{}"}]'), 'operation "comment_operation/whole-body" error';
ASSERT ((SELECT hive.get_legacy_style_operation(comment_operation :: hive.operation)::VARCHAR) = '["comment",{"parent_author":"steemit","parent_permlink":"firstpost","author":"admin","permlink":"firstpost","title":"TITLE","body":"First Reply! Lets get this **party** started","json_metadata":"{}"}]'), 'operation "comment_operation/whole-body" error';
@@ -186,199 +186,199 @@ BEGIN