- Added
process,work_cancel, &work_generateRPC support.
- Changed type definition of
SubTypeto include 'open' and 'epoch' types.
- Fixed
peersrpc return type.
- Fixed
frontier_countrpc action.
- Changed Subtype to not include
openas an option. - Changed all
numberRPC response types tostringsince Nano RPC response always returns raw strings.
- Added
BlocksInfoResponseContentstype to help differentiate betweenblocks_inforeturn type.
- Added RPC command for action
blocks_info - Added type for block subtype
Subtype.
- Fixed
delegatorsRPC return type.
- Fixed
delegators_countfunction to now send correct RPC action.
- Added type
ErrorResponsefor RPC errors.
- Changed
account_infoparamsto be optional.
- Added MIT license to package.json
- Added
accounts_balances,accounts_frontiers,accounts_pending,active_difficulty,block_confirm', confirmation_quorum,validate_account_number,version, &uptimeRPC support in addition to those found in v0.0.1. - Added generic typing to
peersRPC request.
- Fixed optional params not be applied to
chainRPC call.
Initial Release