Skip to content

Commit

Permalink
add missing endpoints + version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
doersf committed Jul 7, 2018
1 parent 736d60d commit 62cd477
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion lib/block_io.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ BlockIo.PASSTHROUGH_METHODS = [
'get_dtrust_network_fee_estimate', 'create_notification', 'disable_notification',
'enable_notification', 'get_notifications', 'get_recent_notification_events',
'delete_notification', 'validate_api_key', 'sign_transaction', 'finalize_transaction',
'get_my_addresses_without_balances', 'get_raw_transaction', 'get_dtrust_balance'
'get_my_addresses_without_balances', 'get_raw_transaction', 'get_dtrust_balance',
'archive_addresses', 'unarchive_addresses', 'archive_dtrust_addresses', 'unarchive_dtrust_addresses'
];

// withdrawal methods that need local signing
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name" : "block_io",
"description" : "Block.io API wrapper for node.js",
"keywords" : [ "block.io", "block_io", "bitcoin", "litecoin", "dogecoin", "wallet" ],
"version" : "1.0.9-3",
"version" : "1.0.9-4",
"preferGlobal" : false,
"homepage" : "https://github.com/BlockIo/block_io-nodejs",
"author" : "Patrick Lodder <[email protected]> (https://github.com/patricklodder)",
Expand Down

0 comments on commit 62cd477

Please sign in to comment.