varasev on va-staking-address-to-id
Use unique pool ID instead of s… (compare)
varasev on va-staking-address-to-id
Use unique pool ID instead of s… (compare)
vbaranov on vb-staking-buttons-reorganize
vbaranov on master
Reorganize staking buttons Fix gettext Merge pull request #3688 from p… (compare)
vbaranov on vb-staking-buttons-reorganize
Fix gettext (compare)
hello! Trying to install local instance of blockscout via docker on CatalinaOS. On step [13/14] getting an error==> Checking PostrgeSQL container
==> Starting PostgreSQL container
Error response from daemon: Failed to inspect container postgres: error during connect: Get "http://%2Fvar%2Frun%2Fdocker.sock/v1.24/containers/postgres/json": EOF
Error: failed to start containers: postgres
make: *** [postgres] Error 1
which also causes the Docker Daemon to fail with 2020-11-24T22:30:54Z dockerd time="2020-11-24T22:30:54.892067393Z" level=info msg="ClientConn switching balancer to \"pick_first\"" module=grpc
have run docker pull postgres
successfully. Any other actions I can take?
[0x1f9840a85d5af5bf1d1762f925bdaddc4201f984,0xe91d153e0b41518a2ce8dd3d7944fa863463a97d]
at either getAmountsIn or getAmountsOut
I'm doing a containerized deployment. So I can't change files inside the application directory. But I can template in files in other paths or change the command, of course. So there are some things that can't be changed via env vars (e.g. https://github.com/poanetwork/blockscout/blob/master/apps/indexer/lib/indexer/fetcher/coin_balance.ex#L24)
How do I override this value via env var, cmd parameters, or external configuration file?
sed
though :see_no_evil:
Hi! I've been trying all day to have a contract verified, but something is wrong. I used truffle-flattener
and the output works fine on remix (I can interact with the contract), but blockscout keeps saying bytecode didn't match. I also enabled the optimizer with 200 runs.
This is the contract https://blockscout.com/poa/xdai/address/0xEEB618686fb36F6B07b44b763B1A5C4267f0c5d7/contracts
And this is the truffle compilation https://github.com/uprtcl/stairwise-token/blob/main/build/contracts/StaircaseBondingCurve.json
The contract has arrays as constructor parameters, beside this, is a rather simple one.
Any advice on how to find what might be the issue here?
Thanks!!
internal_transactions_indexed_at
field in the table internal_transactions
anymore. Nowadays, status of the internal transactions fetching is checked within pending_block_operations
table.