Skip to content
Snippets Groups Projects
Commit 8cd6375a authored by Martin Lees's avatar Martin Lees Committed by Howo
Browse files

fix broken mocks + removed debug log

parent 705c1cf5
No related branches found
No related tags found
1 merge request!531Community type 2 and 3 + update community type op
This commit is part of merge request !531. Comments created here will be created in the context of that merge request.
...@@ -42,9 +42,6 @@ declare ...@@ -42,9 +42,6 @@ declare
__is_muted bool := TRUE; __is_muted bool := TRUE;
__community_id hivemind_app.hive_posts.community_id%TYPE; __community_id hivemind_app.hive_posts.community_id%TYPE;
BEGIN BEGIN
RAISE NOTICE 'Function parameters: _block_num: %, _community_support_start_block: %, _parent_permlink: %, _author_id: %, is_comment: %', _block_num, _community_support_start_block, _parent_permlink, _author_id, is_comment;
IF _block_num < _community_support_start_block THEN IF _block_num < _community_support_start_block THEN
__is_muted := FALSE; __is_muted := FALSE;
__community_id := NULL; __community_id := NULL;
......
***block 1000000***
custom_json_operation("[\"setLastRead\", {\"date\": \"2021-05-26T14:21:43\"}]")
custom_json_operation("[\"setLastRead\", {\"date\": null}]")
custom_json_operation("[\"setLastRead\", {}]")
custom_json_operation("[\"setLastRead\", {\"date\": \"2016-05-26T14:21:43\"}]")
custom_json_operation("[\"setLastRead\", {\"date\": \"2099-02-26T14:21:43\"}]")
custom_json_operation("[\"setLastRead\", {\"date\": null}]")
custom_json_operation("[\"setLastRead\"]")
custom_json_operation("[\"setLastRead\", {\"date\": \"2015-02-26T14:21:43\"}]")
custom_json_operation("[\"setLastRead\", {\"date\": \"1968-02-26T14:21:43\"}]")
custom_json_operation("[\"setLastRead\", {}]")
\ No newline at end of file
***block 4000001***
transfer_operation( `gtg`, `null`, `0.02 HBD`, `@alice/firstpost______20` )
***block 4010001***
comment_operation( ``, `alice`,`firstpost______20`)
delete_comment_operation( `alice`, `firstpost______20`)
transfer_operation( `gtg`, `null`, `0.02 HBD`, `@alice/firstpost______20` )
***block 4020001***
transfer_operation( `gtg`, `null`, `0.02 HBD`, `@alice/firstpost______20` )
comment_operation( ``, `alice`,`firstpost______20`)
transfer_operation( `gtg`, `null`, `0.02 HBD`, `@alice/firstpost______20` )
\ No newline at end of file
{ {
"ops": [ "300": {
{ "virtual_operations": [
"trx_id": "0000000000000000000000000000000000000000", {
"block": 300,
"trx_in_block": 4294967295,
"op_in_trx": 0,
"virtual_op": 1,
"timestamp": "2016-03-24T16:20:30",
"op": {
"type": "producer_reward_operation", "type": "producer_reward_operation",
"value": { "value": {
"producer": "tester1", "producer": "tester1",
...@@ -18,10 +12,22 @@ ...@@ -18,10 +12,22 @@
} }
} }
}, },
"operation_id": "9223372039063639274" {
} "type": "effective_comment_vote_operation",
], "value": {
"ops_by_block": [], "voter": "ignoreall",
"next_block_range_begin": 10977, "author": "agartha",
"next_operation_begin": 0 "permlink": "regular-post",
} "weight": 200,
\ No newline at end of file "rshares": 20000000,
"total_vote_weight": 200,
"pending_payout": {
"amount": "2",
"precision": 3,
"nai": "@@000000013"
}
}
}
]
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment