Skip to content
#

explorer

Here are 365 public repositories matching this topic...

docwhat
docwhat commented Aug 19, 2019

When using AUFS as 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. AUFS only 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

blockscout
crossoveranx
crossoveranx commented Nov 26, 2019

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

djdeniro
djdeniro commented Oct 26, 2018
> 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/
Giszmo
Giszmo commented Mar 19, 2016

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.

calvinzhou-rockx
calvinzhou-rockx commented Sep 20, 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

Improve this page

Add a description, image, and links to the explorer topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the explorer topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.