Commit graph

82 commits

Author SHA1 Message Date
Johnathan Ross d1c2d23270 Add ONS Lookup capability 2021-06-11 19:18:27 +10:00
Johnathan Ross 9dbbd57255 Remove old paths to sn page: 2021-06-09 13:22:44 +10:00
Johnathan Ross 65e3c1ae7d Add json dump to SN page 2021-06-09 12:09:15 +10:00
Jason Rhinelander 9155a22b9c Add workarounds for devnet batching testing 2021-06-08 21:51:39 -03:00
Jason Rhinelander 22e5805abc Add support for .snode addresses in the search box
This lets you paste in a .snode to find it.  (Doesn't work on dual key
pubkeys, though, because the RPC endpoint doesn't let you search by
ed25519 key, and those nodes have different primary/ed25519 keys for
now).
2021-05-14 18:58:39 -03:00
Jason Rhinelander 10e4322d2c Fix next block text showing prev block height/hash
Remove the next block's hash (since we don't have it on this page; we
were showing the prev hash).

Also replace « and » with ⏴ ⏵ which better match the ⏭ for latest block.
2021-05-11 13:59:21 -03:00
Jason Rhinelander 9f4d6dca89 Add next-test time to SN details page 2021-04-30 12:52:57 -03:00
Jason Rhinelander 77b7617ab7 Add swarm_id to SN details 2021-04-21 19:06:48 -03:00
Jason Rhinelander afc31a7f1b Add SN pubkey QR code 2021-04-03 02:22:41 -03:00
Jason Rhinelander c8023b3769 Remove duplicate variable 2021-04-03 02:22:00 -03:00
Jason Rhinelander 7e1d07ec95 Add HF18 decomm/dereg reason display 2021-03-27 17:41:50 -03:00
Jason Rhinelander 11ed3f64f6 Another solo/fee display fix 2021-03-24 22:04:57 -03:00
Jason Rhinelander e25e800b50 100% fee display, part 2
Previous commit missed some things.
2021-03-24 22:01:14 -03:00
Jason Rhinelander 99554ac8c4 Show fee for non-solo, 100% fee nodes 2021-03-24 18:22:27 -03:00
Jason Rhinelander 21e5538eb7 Add /api/service_node_stats 2021-02-18 00:51:49 -04:00
Jason Rhinelander 6bf12dd40e Style redux 2021-01-08 13:04:40 -04:00
Jason Rhinelander 417f6bdb7a Another stake_amount fix for 8.1.4 2021-01-07 22:51:15 -04:00
Jason Rhinelander d6952d4435 Fix display when stake_amount isn't available
(i.e. for pre-8.1.5 lokid)
2021-01-07 19:10:26 -04:00
Jason Rhinelander 9a89a453b3 Fix error when calling up old state_change txes
Testing quorum will likely not be available for non-recent blocks.
2021-01-07 19:09:30 -04:00
Jason Rhinelander 2dcbe45cdf Fixed missing loki -> oxen 2021-01-07 19:05:57 -04:00
Jason Rhinelander 007baea846 Loki -> Oxen 2021-01-07 18:04:00 -04:00
Jason Rhinelander 868fd7dc0b
Merge pull request #2 from KeeJef/master
Oxen colours
2021-01-07 18:02:52 -04:00
Jason Rhinelander 99974f11eb
Merge pull request #1 from loki-project/UpdateBuildInstructions
Build Instructions
2021-01-06 22:43:54 -04:00
Jason Rhinelander 698b22dee3 Add and display stake amount for staking txes
(Requires loki-core PR #1381)
2021-01-05 23:10:32 -04:00
Kee Jefferys 8bac558d6f
Update README.md 2021-01-06 02:10:19 +11:00
Kee Jefferys 45638914b9
Oxen colours 2021-01-06 01:18:30 +11:00
Kee Jefferys 2fe889d703
Build Instructions
This is what i needed to build
2021-01-06 00:25:28 +11:00
Jason Rhinelander 77f0eec3e9 Add file for local site config options 2021-01-04 13:54:59 -04:00
Jason Rhinelander 443b2d21cf Add caching CoinGecko price api endpoint
/api/prices returns all supported CoinGecko vs currencies;
/api/price/btc (or any other base) returns the price in the given base
(if supported by CoinGecko).
2021-01-04 13:40:47 -04:00
Jason Rhinelander c69390ef04 Increase max message size
Huge mempools on test were hitting this limit.
2021-01-04 13:07:39 -04:00
Jason Rhinelander b678445d77 Update lokinet URLs with LNS names 2021-01-04 13:07:01 -04:00
Jason Rhinelander fcd36177fc pulse & checkpoint participation; SS reachable
SS reachable unfortunately can't be done easily here as we only conduct
reachability tests if lokid is actually running as a SN.
2020-10-19 16:32:35 -03:00
Jason Rhinelander 4716efc67e Allow cross-origin requests 2020-10-12 23:07:23 -03:00
Jason Rhinelander ae0af9c1a5 Add /txpool 2020-10-12 21:14:24 -03:00
Jason Rhinelander 8b40fb11ae Show SN version on SN details page 2020-10-12 20:34:57 -03:00
Jason Rhinelander 156ca75895 Highlight the current pulse quorum
Like we do for blink/testing.
2020-10-12 20:00:33 -03:00
Jason Rhinelander 321b4619c4 Add links to access over lokinet 2020-10-12 20:00:09 -03:00
Jason Rhinelander 84d52cbd42 Fix checkpoint signature/crosses
Signatures were always showing the x marks on the end, rather than at
the proper position.  Drawing logic should be based on `.voter_index`,
not loop index.
2020-10-12 19:55:42 -03:00
Jason Rhinelander 3d774df82d Update repository URL 2020-10-12 03:47:13 -03:00
Jason Rhinelander 841cff22c6 Fix timezone issues 2020-10-12 03:42:13 -03:00
Jason Rhinelander 7ffbbb2d7e Add SN and quorum info to state change tx page 2020-10-11 18:32:29 -03:00
Jason Rhinelander 419746d017 Add API calls
These are similar to (but not identical to) the old explorer; care was
taken to ensure that emission and circulating_supply endpoints return
the same values as before as these are likely being used externally.
2020-10-11 18:31:17 -03:00
Jason Rhinelander 3869e53bdd Add blink quorums, highlight currently active quorum 2020-10-11 01:27:49 -03:00
Jason Rhinelander 453416fac3 Allow "Contributors" to be hyphenated to save space 2020-10-11 00:22:17 -03:00
Jason Rhinelander 77d6a4f715 Only show pulse quorums header if there are pulse quorums 2020-10-11 00:21:59 -03:00
Jason Rhinelander 8c048e2192 Remove obsolete timing info 2020-10-11 00:09:04 -03:00
Jason Rhinelander fc90738a0e Add quorum details page
This is completely different from the old one, made much more compact
and usable using the full list of truncated SN pubkeys in flex boxes.
2020-10-11 00:07:20 -03:00
Jason Rhinelander cecaddc18a Add setup instructions 2020-10-06 23:11:43 -03:00
Jason Rhinelander 3c4d5d10bc Add GPLv3 license 2020-10-06 21:33:07 -03:00
Jason Rhinelander 987be9e95e Fix and tweak pulse/miner display
- Pulse info wasn't showing up
- move pulse random and validator bits, and miner nonce into the info
attribute rather than giving them full visible fields.
2020-09-30 16:39:36 -03:00