vbaranov on master
Cut CSS export tests (compare)
vbaranov on master
Cut CSS export from master bran… (compare)
./apps/indexer/lib/indexer
. For instance, batch size and concurrency of internal transactions fetcher is managed at these lines https://github.com/poanetwork/blockscout/blob/master/apps/indexer/lib/indexer/fetcher/internal_transaction.ex#L23-L24. Similarly, is for other fetchers.
i am running mix phx.server
and the error i am getting is:
make: Entering directory '/home/danish/work_space/blockscout/deps/keccakf1600/c_src'
LD keccakf1600.so
/usr/bin/ld: cannot find -lerl_interface
collect2: error: ld returned 1 exit status
Makefile:140: recipe for target '/home/danish/work_space/blockscout/deps/keccakf1600/c_src/../priv/keccakf1600.so' failed
make: *** [/home/danish/work_space/blockscout/deps/keccakf1600/c_src/../priv/keccakf1600.so] Error 1
make: Leaving directory '/home/danish/work_space/blockscout/deps/keccakf1600/c_src'
===> Hook for compile failed!
** (Mix) Could not compile dependency :keccakf1600, "/home/danish/.mix/rebar3 bare compile --paths /home/danish/work_space/blockscout/_build/dev/lib/*/ebin" command failed. You can recompile this dependency with "mix deps.compile keccakf1600", update it with "mix deps.update keccakf1600" or clean it with "mix deps.clean keccakf1600"
Don't now what's the problem is even i am following each and every step properly. All the packages are properly installed
any one there know how to fix it.
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?