Results 193 comments of Victor Baranov

https://docs.blockscout.com/for-developers/configuration-options/branding-configs

https://docs.blockscout.com/for-developers/manual-deployment

For assignee: checksum redirect function bug

@ss75710541 the issue probably fixed in the master branch with https://github.com/blockscout/blockscout/pull/6091 and will be available in the next release.

@nikitosing I've launched Rust microservice locally, set env variables in order to enable microservice integration in Blockscout: ``` export ENABLE_RUST_VERIFICATION_SERVICE=true export RUST_VERIFICATION_SERVICE_URL=http://0.0.0.0:8043/ ``` And the list of compiler versions is...

@nikitosing let's define env variables in runtime config instead of regular config in order to change them without recompiling?

@nikitosing ~~when chosing multi-part verification, `/verify-via-flattened-code/new` path is opened. I suppose, this is the bug?~~ Fixed by running `mix phx.digest`

> Is this the official docker image? yes

@ongrid could you try to remove all comments from tracer.js (https://github.com/blockscout/blockscout/blob/master/apps/ethereum_jsonrpc/priv/js/ethereum_jsonrpc/geth/debug_traceTransaction/tracer.js)? Not sure, but probably it could resolve your issue. You can test tracer.js by running from the folder `apps/ethereum_jsonrpc/priv/js/ethereum_jsonrpc/geth/debug_traceTransaction`:...