Dan Janosik
845ac65124
workaround for errors thrown from latest version of highlight.js
https://github.com/highlightjs/highlight.js/issues/1387
6 years ago
Dan Janosik
56c646cd74
revert d3ef035d
, which didn't help with #103
6 years ago
Dan Janosik
d3ef035d00
Attempt to address #103 using the hypothesis that css/js files may be modified (minified?) before being hashed in some situations
6 years ago
Dan Janosik
4ad7d10e79
don't show "First Seen" for addresses with no confirmed tx - Fixes #86
6 years ago
Dan Janosik
0f71adf503
per-coin target block time, used on homepage for proper tx stats display
6 years ago
Dan Janosik
14e63da1fe
Merge pull request #104 from shesek/fix-stats-intervals
Limit stats intervals to the history we have available
6 years ago
Nadav Ivgi
7f235c831d
Limit stats intervals to the history we have available
6 years ago
Dan Janosik
48b330b75c
Merge pull request #102 from shesek/fix-relative-paths
Fix mining pool config path
6 years ago
Nadav Ivgi
3063b1b694
Fix mining pool config path
This wasn't detected correctly if the btc-rpc-explorer executable
was started outside the source code directory.
6 years ago
Dan Janosik
727323d023
include sentry js (v4.5.3) and add integrity attribute
6 years ago
Dan Janosik
69ab7548da
More work on #101 - include mining pool configs in project
Also include a script ("npm run-script refresh-mining-pool-configs") for freshly downloading the configs
6 years ago
Dan Janosik
1ca6f54b93
pubkey output type
6 years ago
Dan Janosik
395afd1c9c
style tweaks
6 years ago
Dan Janosik
bcc340bf85
- playing with OP_RETURN formatting
- WIP display of output types
6 years ago
Dan Janosik
35f43f9d91
fix malformed integrity attributes
6 years ago
Dan Janosik
99503457ec
More work on #101 - remove google fonts frontend dependency
6 years ago
Dan Janosik
a0c0a87038
integrity hashes for highlight.js/css
6 years ago
Dan Janosik
ec211f8c27
More work on #101 - pulling in frontend resources, WIP...
- FontAwesome: v5.7.1
- Popper.js: v1.14.6
6 years ago
Dan Janosik
6c63d1c1c4
Bootstrap downgrade: v4.2.1 -> v4.1.3
shouldn't have upgraded when pulling into project...
6 years ago
Dan Janosik
c6b94f309e
Work on #101 - pulling in frontend resources, WIP
- Bootstrap v4.2.1
- Highlight.js v9.14.2
- jQuery v3.3.1
6 years ago
Dan Janosik
268736c675
Merge branch 'master' of github.com:janoside/btc-rpc-explorer
6 years ago
Dan Janosik
ef28d2f1bf
make sure .env files have been loaded before app.js pulls config.js in
6 years ago
Dan Janosik
c0c2502151
Merge pull request #99 from shesek/readme-install
Update README with easier installation instructions and new CLI utility
6 years ago
Dan Janosik
03150e36fe
Merge branch 'shesek-home-dir-config'
6 years ago
Dan Janosik
1675b615d1
Fix #84 - thanks @yuhlau
6 years ago
Nadav Ivgi
af9a2896f4
Update README with easier installation instructions and new CLI utility
6 years ago
Nadav Ivgi
cec48a62c8
Allow setting configuration options in ~/.config/btc-rpc-explorer.env
6 years ago
Dan Janosik
16e387be89
Merge branch 'shesek-checkin-radial-css'
6 years ago
Dan Janosik
312fba5c7f
Merge branch 'checkin-radial-css' of git://github.com/shesek/btc-rpc-explorer into shesek-checkin-radial-css
6 years ago
Dan Janosik
1b4ee6185d
include _HOST in .env-sample
6 years ago
Dan Janosik
94389b3622
Merge branch 'shesek-bind-host'
6 years ago
Dan Janosik
7ad945845d
Merge branch 'bind-host' of git://github.com/shesek/btc-rpc-explorer into shesek-bind-host
6 years ago
Dan Janosik
ba979dd9b5
Merge branch 'fkueen-fix-spaces'
6 years ago
Nadav Ivgi
614ed5b080
Allow configuring HTTP server bind address via BTCEXP_HOST
6 years ago
Freddy
a7cc9751b9
Fix incorrect spaces in .env sample
6 years ago
Nadav Ivgi
aa29f259a8
Check public/css/radial-progress.css into git (refs #93 )
This makes the package `npm install`able directly from github.
6 years ago
Dan Janosik
b27c3c8cfa
lodash 4.17.10 -> 4.17.11
https://nvd.nist.gov/vuln/detail/CVE-2018-16487
6 years ago
Dan Janosik
8aa38946f7
updated email
6 years ago
Dan Janosik
a2ddd0a089
style cleanup
6 years ago
Dan Janosik
a7d0391782
Merge branch 'shesek-update-cli-help'
6 years ago
Nadav Ivgi
238ecda990
Update CLI utility with BASIC_AUTH_PASSWORD & ELECTRUMX_SERVERS, alias --coin as -C
6 years ago
Dan Janosik
0899f9ae5b
code format
6 years ago
Dan Janosik
48b289a4ec
Merge branch 'shesek-no-git'
6 years ago
Dan Janosik
761a17d95b
Merge branch 'no-git' of git://github.com/shesek/btc-rpc-explorer into shesek-no-git
6 years ago
Dan Janosik
239fa68647
Merge branch 'shesek-bugfix-no-electrum'
6 years ago
Nadav Ivgi
246b2baeef
Get sourcecodeVersion and sourcecodeDate only when .git is available
It might not be when installing btc-rpc-explorer globally (npm install -g).
Without this, running btc-rpc-explorer without .git resulted in:
fatal: Not a git repository (or any parent up to mount point /home/user)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
Unhandled Rejection at: Promise Promise {
<rejected> TypeError: Cannot read property 'all' of null
at btc-rpc-explorer/app.js:334:35
6 years ago
Nadav Ivgi
3d6d383f2c
bugfix: Filter empty Electrum servers
Without this fix, running btc-rpc-explorer without setting
BTCEXP_ELECTRUMX_SERVERS was being parsed as single empty-string
server, which resulted in the following error:
btc-rpc-explorer/app/config.js:33
electrumXServers.push({protocol:uri.protocol.substring(0, uri.protocol.length - 1), host:uri.hostname, port:parseInt(uri.port)});
^
TypeError: Cannot read property 'substring' of null
at Object.<anonymous> (btc-rpc-explorer/app/config.js:33:47)
6 years ago
Dan Janosik
75eca79daa
documentation/logging improvements for rpc cookie usage
6 years ago
Dan Janosik
933a7bb359
Merge branch 'neptunix-master'
6 years ago
Dan Janosik
dac14e5e81
formatting
6 years ago