- Added
process
,work_cancel
, &work_generate
RPC support.
- Changed type definition of
SubType
to include 'open' and 'epoch' types.
- Fixed
peers
rpc return type.
- Fixed
frontier_count
rpc action.
- Changed Subtype to not include
open
as an option. - Changed all
number
RPC response types tostring
since Nano RPC response always returns raw strings.
- Added
BlocksInfoResponseContents
type to help differentiate betweenblocks_info
return type.
- Added RPC command for action
blocks_info
- Added type for block subtype
Subtype
.
- Fixed
delegators
RPC return type.
- Fixed
delegators_count
function to now send correct RPC action.
- Added type
ErrorResponse
for RPC errors.
- Changed
account_info
params
to 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
, &uptime
RPC support in addition to those found in v0.0.1. - Added generic typing to
peers
RPC request.
- Fixed optional params not be applied to
chain
RPC call.
Initial Release