Commit Graph

24 Commits

Author SHA1 Message Date
joeuhren be1205d90a Add masternodes page/feature
-Added a new "Masternodes" page which displays the current list of masternodes on the network
-/api/getmasternodelist is no longer publicly accessible and has been replaced by /ext/getmasternodelist which returns the masternode list from local collection instead of directly from wallet
-Added new masternode sync options to sync.js and sync.sh
-Added new masternodes_last_updated field to the Stats collection
-Updated delete_database.sh and restore_backup.sh to include support for the new masternodes collection
-Network header menu icon changed to allow the new Masternodes menu item to use the old network icon
2020-12-30 18:22:02 -07:00
joeuhren c9fdb2013e Dynamically enable wallet api cmds based on settings
-Added a 'heavies' object to the api_cmds setting and moved all heavy api calls inside to allow for better separation of api calls
2020-12-21 19:28:55 -07:00
joeuhren dfbd2d9046 verifymessage added to api cmd settings 2020-12-21 18:12:40 -07:00
joeuhren 4a084cdfe1 Split out peer cmds into new functions
-Add new setting for getpeerinfo cmd
-getpeerinfo api call moved to explorer.js
-Peer geo location api call moved to explorer.js
2020-12-21 16:19:14 -07:00
joeuhren 4240178255 Add support for customizing all daemon api cmds 2020-12-07 21:32:43 -07:00
joeuhren e0225deed7 All remaining rpc cmd calls run through a function now 2020-12-05 15:09:33 -07:00
joeuhren 8554981f8d Couple of fixes for initial indexing - stats.supply and stats.last 2020-11-23 20:22:40 -07:00
joeuhren e2bba8f996 New RPC Call Fix: gettxoutsetinfo 2020-11-22 20:04:49 -07:00
joeuhren b6fda00ce9 New RPC Call Fix: Getnetworkhashps 2020-11-22 18:28:44 -07:00
joeuhren 95a6fb4a84 Fix GETINFO supply value 2020-11-22 18:09:16 -07:00
joeuhren ad7f2f935d Refactored some of the rpc code for readability 2020-11-22 16:36:22 -07:00
joeuhren b3e9619c03 Fix getdifficulty 2020-11-22 16:07:20 -07:00
joeuhren 761ee12f5b Invert use_rpc logic + expanded its use 2020-11-22 16:06:53 -07:00
joeuhren a66f9cb7e4 Address Labels -> Claim Address 2020-11-22 14:39:10 -07:00
joeuhren a22ea7c484 Fix broken rpc cmds 2020-11-21 20:30:20 -07:00
joeuhren 5305292897 Fix for search by block height on non-RPC 2020-11-20 19:04:54 -07:00
joeuhren d4b96bcb4a Error logging fix 2020-11-20 18:58:23 -07:00
joeuhren 01d85628bd Add client command for getrawtransaction, more indexing speed-up 2020-11-20 18:56:25 -07:00
joeuhren bf247f782b Add use_rpc setting 2020-11-20 18:43:30 -07:00
joeuhren fc3646b806 Replace deprecated 'request' dependency with 'postman-request' 2020-03-22 14:17:56 -06:00
joeuhren 884b99f7bd fix private to private tx 2019-10-18 23:04:46 -06:00
joeuhren dea9284c9e zcash private tx support 2019-10-17 22:06:30 -06:00
joeuhren e645ee8635 added support for customizing daemon api cmds [getmasternodecount only so far] 2019-10-09 13:04:32 -06:00
Joe Uhren 60fb8e29b4 Initial release 2019-05-27 10:33:22 -07:00