Unify types in hafbe endpoints
- Exception handling for non existing account in account APIs
- Exception handling for non existing witness in witness APIs
- Exception handling block number higher than current head-block
- Unified result types in all hafbe endpoints that resulted in pattern changes in:
-
get_input_type
- unified result in "input_value", always return string array -
get_latest_blocks
- ops_count object renamed to operations (to unify the returned object with blocksearch) - renamed
total_operations
to total_votes in votes history API - renamed
total_operations
to total_witnesses in witnesses API
- Missed blocks parameter moved to sync (unstable API performance when calculated in runtime)
Edited by Michal Zander