Add get_block_range
Implement get_block_range as an instance method for Hive::BlockApi and use this method for Hive::Stream by default instead of json-rpc batch. Allow developers to pick which method to use.
AC
-
Add block_api.get_block_rangetoHive::BlockApiinstance -
Use block_api.get_block_rangefor streaming (by default) -
Use account_history_api.enum_virtual_opsfor streaming virtual operations (if supported)
Edited by inertia