Git Product home page Git Product logo

Comments (5)

frankbraun avatar frankbraun commented on August 12, 2024

See also #2.

from aurora-engine.

birchmd avatar birchmd commented on August 12, 2024

This one appears to be an issue with the rinkeby genesis state initialization with the bully. The failing tx is the very first one on the chain and it is a simple transfer from one address to another. The source address in that tx is 0x31b98d14007bdee637298086988a0bbd31184523, which is funded with effectively infinite ether at genesis (this can be seen on etherscan).

In the Aurora state provided to repro the failure, that address has a balance of only 2 Wei, which is incorrect based on the genesis state. This is why I think the problem was with the initialization. Assigning this one back to @frankbraun to investigate.

from aurora-engine.

frankbraun avatar frankbraun commented on August 12, 2024

@birchmd You were right in the discussion in #30, RawU256 must be big-endian (what the EVM uses) and not little-endian (what WebAssembly uses). So the balance was encoded wrongle by the evm-bully (fixed in aurora-is-near/evm-bully@7705c27) and that caused this error.

from aurora-engine.

frankbraun avatar frankbraun commented on August 12, 2024

Still fails on newest HEADs of nearcore and aurora-engine (master): rinkeby-block-55-tx-0.tar.gz

But with different error message:

{
  "Failure": {
    "ActionError": {
      "index": 0,
      "kind": {
        "FunctionCallError": {
          "ExecutionError": "Smart contract panicked: Failed read storage [src/connector.rs:69:71]"
        }
      }
    }
  }
}

Ropsten and Görli now also fail with the same error message on the first transaction.

Might be related to #2.

from aurora-engine.

birchmd avatar birchmd commented on August 12, 2024

This is now resolved. Rinkeby now makes it all the way to block 34300 (see https://github.com/aurora-is-near/aurora-engine/runs/3971726940?check_suite_focus=true )

from aurora-engine.

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.