Hive Public Full node test results
http://developers-staging.hive.io/quickstart/hive_full_nodes.html
Required API calls:
curl -s --data '{"jsonrpc":"2.0", "method":"account_history_api.get_transaction", "params":{"id":"6fde0190a97835ea6d9e651293e90c89911f933c"}, "id":1}' http://api.deathwing.me
curl -s --data '{"jsonrpc":"2.0", "method":"block_api.get_block", "params":{"block_num":1}, "id":1}' http://api.deathwing.me
curl -s --data '{"jsonrpc":"2.0", "method":"condenser_api.get_accounts", "params":[["hiveio"]], "id":1}' http://api.deathwing.me
curl -s --data '{"jsonrpc":"2.0", "method":"condenser_api.get_config", "params":[], "id":1}' http://api.deathwing.me
curl -s --data '{"jsonrpc":"2.0", "method":"database_api.get_dynamic_global_properties", "id":1}' http://api.deathwing.me
curl -s --data '{"jsonrpc":"2.0", "method":"database_api.get_version", "id":1}' http://api.deathwing.me
curl -s --data '{"jsonrpc":"2.0", "method":"network_broadcast_api.broadcast_transaction", "params":{"trx":{"ref_block_num":1097,"ref_block_prefix":2181793527,"expiration":"2016-03-24T18:00:21","operations":[{"type":"vote_operation","value":{"voter":"hiveio","author":"alice","permlink":"a-post-by-alice","weight":10000}}],"extensions":[],"signatures":[]},"max_block_age":50}, "id":1}' http://api.deathwing.me
Most of the nodes doesn't support indexing transactions by id
curl -s --data '{"jsonrpc":"2.0", "method":"account_history_api.get_transaction", "params":{"id":"6fde0190a97835ea6d9e651293e90c89911f933c"}, "id":1}' http://api.deathwing.me
{"jsonrpc":"2.0","error":{"code":-32003,"message":"Assert Exception:false: This node's operator has disabled operation indexing by transaction_id","data":{"code":10,"name":"assert_exception","message":"Assert Exception","stack":[{"context":{"level":"error","file":"account_history_api.cpp","line":226,"method":"get_transaction","hostname":"","timestamp":"2021-10-08T18:14:34"},"format":"false: This node's operator has disabled operation indexing by transaction_id","data":{}}]}},"id":1}
Test results on various nodes on the above list is required.
- Expected result
- Performance results : ie in how many second are we getting the blocks, what can be done make this better (any input)
- Anything missing.
Edited by Bobinson K B