Commit Graph

80 Commits

Author SHA1 Message Date
joeuhren 9912c92695 Script updates + directory structure cleanup
-Updated JQuery to v3.5.1
-Updated Bootstrap to v4.5.3
-Updated DataTables to v1.10.22
-Updated FontAwesome to v5.15.1
-Updated Chart.js to v2.9.4
-Updated flag-icon-css to v3.5.0
-All scripts now load minified
-Removed unused/unnecessary scripts (moment.js and some jqPlot plugins)
-Scripts that are not used on every page are now only loaded on pages where they are needed (jqPlot, Chart.js and flag-icon-css)
-Default website language to English
-Enable unicode support
-Removed unused images
-public directory cleanup (images directory renamed to img, javascript directory renamed to js, stylesheets directory renamed to css, themes directory moved from /public/themes to /public/css/themes, removed vendor directory and moved the important contents to the new img, css and js directories)
-Reward.pug rewritten to support Chart.js v2.9.4
-Updated README Features section
2020-12-17 20:01:50 -07:00
joeuhren 03bff8c72f Sass support + layout/css cleanup
-Add sass support (Replace style.css with style.scss; add new sass_theme_reader.sh script; add sass:compile to package.json; add new dependencies for sass; compiled style.css is now minified)
-Claim address improvements (Better instructions; better error msgs)
-Fix for disappearing Network > Connections table
-Tons of layout and css fixes and tweaks (Improved mobile support)
-Remove old Exor theme
2020-12-12 20:21:49 -07:00
joeuhren 2acb681b5a Better error checking for invalid markets 2020-12-08 22:52:15 -07:00
joeuhren 6f08d64a0a Fix index sync to prevent gaps in the block data 2020-12-08 20:51:35 -07:00
joeuhren 1ad61a58da Move sync message file to tmp directory 2020-12-05 18:21:21 -07:00
joeuhren 57ad06bf7f Sync script now handles db_index lock file exists issue 2020-12-05 18:08:50 -07:00
joeuhren f50c51d77c Improved long index sync warning functionality 2020-12-05 12:39:36 -07:00
joeuhren fbcbd85242 Make sync script executable by default 2020-12-04 18:05:09 +00:00
joeuhren b6808da454 Improved syncing features 2020-12-04 10:59:58 -07:00
joeuhren 4b208b74a4 More node 14+ error ERR_INVALID_ARG_TYPE fixes 2020-12-03 16:21:06 -07:00
joeuhren 6d74c3e6de Flatten tx count value for faster lookups with large blockchains 2020-12-03 14:16:34 -07:00
joeuhren e7ce0cef27 Fix all collection.count is deprecated warnings 2020-11-28 14:44:42 -07:00
joeuhren e8bb0740ea Use flag icons in network view 2020-11-23 19:09:05 -07:00
joeuhren 3694b80fcd Sync reindex more verbose 2020-11-22 18:13:30 -07:00
joeuhren ea54a79de0 Fix mongoose usefindandmodify depreciation msg 2020-11-22 17:39:46 -07:00
joeuhren f8615794ff Remove the redundant need of get_stats after update_db 2020-11-22 17:00:44 -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 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 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 fd277bc674 Full address history with DataTables ajax loading 2020-11-19 21:37:42 -07:00
joeuhren fc3646b806 Replace deprecated 'request' dependency with 'postman-request' 2020-03-22 14:17:56 -06:00
joeuhren f500de2696 Fix for Server Discovery and Monitoring engine Deprecation Warning 2020-03-22 13:34:28 -06:00
joeuhren 3d6fc2923b start from actual last known block height when updating index 2019-10-01 21:25:47 -06:00
joeuhren 66c2c53784 prevent discarding of output data while indexing 2019-10-01 19:41:58 -06:00
joeuhren a175e03bfa v1.0.1 2019-06-07 20:05:28 -06:00
Joe Uhren 60fb8e29b4 Initial release 2019-05-27 10:33:22 -07:00