Skip to content
Snippets Groups Projects
Commit 310b2539 authored by Krzysztof Mochocki's avatar Krzysztof Mochocki
Browse files

Add one more slow call

parent 42d45b21
No related branches found
No related tags found
1 merge request!255Add one more slow call
......@@ -43,6 +43,7 @@ get_account_history|{"jsonrpc": "2.0", "method": "account_history_api.get_accoun
get_ops_in_block|{"jsonrpc": "2.0", "method": "account_history_api.get_ops_in_block", "params": {"block_num": 62739611, "only_virtual": true, "include_reversible": false}, "id": "get_ops_in_block( 62739611, true, false, true )"}
get_account_history|{"jsonrpc": "2.0", "method": "account_history_api.get_account_history", "params": {"operation_filter_low": 199284866418737180, "operation_filter_high": 0, "account": "starworld", "start": "9223372036854775807", "limit": 500, "include_reversible": false}, "id": "get_account_history( 199284866418737180, 0, 'starworld', 9223372036854775807 ::BIGINT, 500, false, true )"}
get_account_history|{"jsonrpc": "2.0", "method": "account_history_api.get_account_history", "params": {"operation_filter_low": 0, "operation_filter_high": 0, "account": "zuun.net", "start": "9223372036854775807", "limit": 1, "include_reversible": false}, "id": "get_account_history( 0, 0, 'zuun.net', 9223372036854775807 ::BIGINT, 1, false, false )"}
get_account_history|{"jsonrpc": "2.0", "method": "account_history_api.get_account_history", "params": {"operation_filter_low": 4, "account": "gtg", "start": -1, "limit": 250, "include_reversible": false}, "id": "get_account_history( 4, NULL, 'gtg', 9223372036854775807 ::BIGINT, 250, false, false )"}
get_transaction|{"jsonrpc": "2.0", "method": "account_history_api.get_transaction", "params": {"id": "60e8692950763aa65d94c470afa98ee7d7e62cf7", "include_reversible": false}, "id": "get_transaction( '60e8692950763aa65d94c470afa98ee7d7e62cf7', false, false )"}
get_transaction|{"jsonrpc": "2.0", "method": "account_history_api.get_transaction", "params": {"id": "sl_52a5bfcf9e6dc93ea14b0dde43e6f7a4", "include_reversible": true}, "id": "get_transaction( 'sl_52a5bfcf9e6dc93ea14b0dde43e6f7a4', true, false )"}
get_account_history|{"jsonrpc": "2.0", "method": "account_history_api.get_account_history", "params": {"operation_filter_low": 199284866418737180, "operation_filter_high": 0, "account": "catfacts", "start": "9223372036854775807", "limit": 500, "include_reversible": false}, "id": "get_account_history( 199284866418737180, 0, 'catfacts', 9223372036854775807 ::BIGINT, 500, false, true )"}
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