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
8 files
+ 57
57
Compare changes
  • Side-by-side
  • Inline
Files
8
@@ -79,7 +79,7 @@ BEGIN
SELECT (hive.get_keyauths( ov.body )).*
FROM hive.%s_operations_view ov
WHERE
hive.is_keyauths_operation(ov.body)
hive.is_keyauths_operation(ov.body :: text)
AND
ov.block_num BETWEEN %s AND %s
ON CONFLICT DO NOTHING'
Loading