Giter Site home page Giter Site logo

Comments (6)

marty-nilli avatar marty-nilli commented on May 18, 2024

I'm seeing this same error on Ubuntu. When I run the same setup on Mac, it does work properly (and the frontend returns transactions made against Hardhat). It may have to do with host.docker.internal reference that seemingly doesn't exist on Linux the same way it does on Mac/Win??

from blockscout.

zeGzD avatar zeGzD commented on May 18, 2024

This issue is still there with the last version.

from blockscout.

zeGzD avatar zeGzD commented on May 18, 2024

@vbaranov Still not working with the last release.
The backend log keeps getting spammed with things like:
{"time":"2024-04-15T15:16:25.828Z","severity":"error","message":"failed to fetch block: [%{code: 404, data: %{number: 6}, message: \"Not Found\"}]. Block will be retried by catchup indexer.","metadata":{"block_number":6,"fetcher":"block_realtime"}}

from blockscout.

vbaranov avatar vbaranov commented on May 18, 2024

Please provide all steps to reproduce the issue.

from blockscout.

zeGzD avatar zeGzD commented on May 18, 2024
  1. Grab blockscout for docker-compose : https://github.com/blockscout/blockscout/tree/master/docker-compose
  2. Add one container running hadhat with, by example, this config:
require("hardhat-tracer");

module.exports = {
    defaultNetwork: "hardhat",  
    networks: {
      hardhat: {
        chainId: 31337,
        gas: 30000000,
        blockGasLimit: 0x1fffffffffffff,
        gasPrice: 20000000000,
        mining: {
          auto: true
        },
      },
    },
    solidity: "0.8.21"
};
  1. Up the container stack and wait for every single container to be running
  2. Setup metamask on the hardhat container and verify the default wallet addresses actually own 1000 ETH
  3. Start making basic transferts from those addresses and verify in the hardhat node log the transactions are passed (and in metamask the balances have changed)
  4. Check the blockscout frontend to see no data are populated, then check the blockscout backend container log to see the errors I told about previously

from blockscout.

zeGzD avatar zeGzD commented on May 18, 2024

@vbaranov feel free to let me know if you need more details

from blockscout.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.