Commit Graph

74 Commits

Author SHA1 Message Date
joeuhren e1f4045f91 Fix rpc 2020-11-21 20:27:50 -07:00
joeuhren 2197d2c322 Small pug fixes 2020-11-21 20:27:06 -07:00
joeuhren ebbe705935 Fix request issue for altmarkets + tradesatoshi markets 2020-11-21 20:25:42 -07:00
joeuhren 3c55d1e4d6 Fix ipv6 peers 2020-11-21 20:24:45 -07:00
joeuhren fdf06949d9 Add new addressestxes table to scripts 2020-11-21 20:23:58 -07:00
joeuhren 0407be6d36 Convert remaining jade files to pug 2020-11-20 20:27:02 -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 9df813ab77 Another mongoose deprecated .update() fix 2020-11-20 18:45:01 -07:00
joeuhren bf247f782b Add use_rpc setting 2020-11-20 18:43:30 -07:00
joeuhren 04a71f18ca Add two more settings to pick default dataTables entries per page 2020-11-20 18:18:36 -07:00
joeuhren 233265aa14 Movement: Use new lasttxsajax call and remove old code 2020-11-20 18:12:49 -07:00
joeuhren 9f814d4a16 Locale: "Add Nodes" phrase 2020-11-20 17:57:50 -07:00
joeuhren d867c2b4b3 Updated Express: req.param deprecated - > req.params 2020-11-20 17:56:28 -07:00
joeuhren f79ca565ec Latest TX & AddrHistory: dataTables entries logic simplified 2020-11-20 17:50:14 -07:00
joeuhren 03c4d23ede Address page: small currency symbol 2020-11-20 17:47:45 -07:00
joeuhren 32128b8434 Address page: Move QR Code to Summary table 2020-11-20 17:44:51 -07:00
joeuhren 58ff0d7f11 AddrHistory: dataTables entries default to 100, add 250 option 2020-11-20 17:38:43 -07:00
joeuhren 4a5609b5b0 Latest Transactions responsive column sizing fix 2020-11-20 17:35:54 -07:00
joeuhren 231b4385e3 Address History responsive column sizing fix 2020-11-20 17:34:30 -07:00
joeuhren 52f36e227b Latest Transactions (Front page) AJAX calls for dataTables 2020-11-20 17:32:06 -07:00
joeuhren 487c55642d Add more entry options to dataTables relative to settings 2020-11-20 17:15:31 -07:00
joeuhren 6b3100e506 Use separate CSS class for digits after decimal place 2020-11-20 17:13:30 -07:00
joeuhren 94f8c97d13 AddressTX: include balance history and show in address history 2020-11-20 16:50:53 -07:00
joeuhren 7008b31424 Change dataTables default max rows relative to settings 2020-11-20 16:45:20 -07:00
joeuhren dac4c3e5cc Clean up deprecated address.txs fields 2020-11-20 16:43:41 -07:00
joeuhren 5003e5d24b Better API params for addressTX 2020-11-20 16:40:59 -07:00
joeuhren 42e1964ab3 Database indexing: Full Address history, fix balances, add db file locks 2020-11-20 16:28:28 -07:00
joeuhren a7f29d5d81 Peers: Use new freegeoip.app for IP geolocation 2020-11-20 14:54:30 -07:00
joeuhren dbd135c09f Network: Add tab with info to easily get addnode data for Wallets 2020-11-20 14:49:14 -07:00
joeuhren e48e6b0186 Add gettx API 2020-11-20 14:32:27 -07:00
joeuhren 988bf5b719 Fix cluster for later node versions 2020-11-20 14:22:08 -07:00
joeuhren 6b7dc4e4ce AltMarkets: 24H price change - New API method & Reverse Sells order 2020-11-20 14:19:50 -07:00
joeuhren df35341be2 Update Mongoose calls: remove > deleteMany 2020-11-20 14:18:32 -07:00
joeuhren 4217f3314e Sync, Update_richlist: Fix memory overflow indexing 1000s of TXs 2020-11-20 14:06:53 -07:00
joeuhren 0ca148a4b7 Remove cmc link from TradeSatoshi 2020-11-20 13:38:43 -07:00
joeuhren dc683a8970 Add TradeSatoshi Support 2020-11-20 13:37:25 -07:00
joeuhren e500a40192 Update Crex24 market 2020-11-20 11:29:11 -07:00
joeuhren 0f050c6475 Add Altmarkets.io Exchange to markets 2020-11-20 11:13:13 -07:00
joeuhren 7f5a52e458 Fixed string type query length vulnerabilty 2020-11-20 11:02:27 -07:00
joeuhren 3f7d87642f Fixed null query length DOS issue 2020-11-20 10:59:49 -07:00
joeuhren fd277bc674 Full address history with DataTables ajax loading 2020-11-19 21:37:42 -07:00
joeuhren da7330ded6 Make server work with IPv6 2020-11-19 18:00:51 -07:00
joeuhren 9eccde089d Update Yobit base url 2020-11-19 17:49:11 -07:00
joeuhren 035141c389 All api end-points now return text values with HTTP header content-type 'text/plain' 2020-05-22 12:01:02 -06:00
joeuhren d4a1b9cb16 Remove defunct markets (ccex, coinexchange, cryptopia, cryptsy, empoex) 2020-03-22 17:14:43 -06:00
joeuhren 96265fd7cd Remove unused code 2020-03-22 14:19:06 -06:00
joeuhren fc3646b806 Replace deprecated 'request' dependency with 'postman-request' 2020-03-22 14:17:56 -06:00
joeuhren 781e18c5ea dependency updates (request + mongodb + mongoose) 2020-03-22 13:36:21 -06:00