explorer
Here are 365 public repositories matching this topic...
-
Updated
May 24, 2020 - PHP
-
Updated
Jun 9, 2020 - C++
Number of Validators
As an enhancement to the block explorer, I would like to see the total number of validators that are currently on chain via the getValidators() function from the smart contract. Ideally, this would be shown on the homepage to give an overview of how decentralized the current chain is. Any suggestions on where to modify this in particular? I would be happy to make a pull request on further investig
-
Updated
Jun 5, 2020 - JavaScript
-
Updated
Jul 20, 2018 - JavaScript
-
Updated
Jun 5, 2020 - Java
> EthereumClassicExplorer@0.2.0 start /opt/eth/explorer
> concurrently "node tools/sync.js " "node app.js"
[0] config.json found.
[0] Connecting 95.161.190.118:8545...
[0] (node:13032) DeprecationWarning: `open()` is deprecated in mongoose >= 4.11.0, use `openUri()` instead, or set the `useMongoClient` option if using `connect()` or `createConnection()`. See http://mongoosejs.com/docs/
For educative mode it would be nice to understand better what the Bits mean.
Bits = 0x190102B1
Target = 2 ^ ( 8 * ( 0x19 - 3 ) ) * 0x 0102B1 = 0x000000000000000102B100000000000000000000000000000000000000000000
so also split "bits" into its two parts (if I understood that right). Bits = 0x190102B1 = 0x19 0x0102B1.
首页节点端口全部为0
区块链浏览器参数说明
The Explorer Version 3.0 is a standalone frontend application.
The URL of Lisk Service should be configurable, ideally without the need for rebuild everytime the URL is changed. There should be a possibility to easily choose between HTTP and HTTPS.
-
Updated
Apr 26, 2020 - C#
-
Updated
May 28, 2020 - C#
-
Updated
May 30, 2019
Describe the bug
I have a validator setup wrongly and updated all the info, but it still shows the outdated messages in : https://cosmos.bigdipper.live/validator/240DE97689433F94FA8A9961E2A0405A0B6080C3
The name of the validator was updated to "Deparecated" and the logo was removed, detailed message also changed.
Please help to check why it still caches the outdated message
Thanks
-
Updated
Jun 7, 2020 - JavaScript
I sometimes perform similar or few different search replaces often so it would be nice if the rename dialog could remember the previously used expression combinations which I can recall easily.
Improve this page
Add a description, image, and links to the explorer topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the explorer topic, visit your repo's landing page and select "manage topics."

When using
AUFSas the storage driver in docker (or podman, etc.) then the maximum number of layers that can have data is "42".This is because each layer that has data is unpacked into the file-system and then union mounted over each other.
AUFSonly allows a maximum of 42 layers to be mounted over each other.The hard-limit is 127 data layers which is due to the maximum number of argu