Git Product home page Git Product logo

Comments (4)

Jon-Becker avatar Jon-Becker commented on June 3, 2024 1

Which transaction? Can you upload some examples? Have you tried on nightly (bifrost +nightly)?

from heimdall-rs.

Jon-Becker avatar Jon-Becker commented on June 3, 2024 1

resolved in the newest nightly commit

from heimdall-rs.

fomotrader avatar fomotrader commented on June 3, 2024

This contract is not verified and on 0.7.2 it worked fine, but since upgrading to 0.7.3 it did not work and it also does not work on nightly. I think it's a regression where if it can't find a matching func selector it does not decode even though it can

https://etherscan.io/tx/0xaf3ea7e53d7520e269b8ed6c7f5d7237eabae8364eadfde243e669becda2a25b

from heimdall-rs.

Jon-Becker avatar Jon-Becker commented on June 3, 2024

Ah, nightly (heimdall 0.7.3+nightly.f52a4db) is bugged actually. You'll need to pass -vvv to see the decoded trace. This will be fixed in the next day or so.

As for 0.7.2-0.7.3 changes, this function:

ShurikenSwapMEVFees(uint256[] e,address[] v,tuple ee,string r) 

is not registered in our signature resolver, Openchain, so it won't be decoded using traditional means and will default to decoding raw calldata.

Edit: add --skip-resolving when running on heimdall 0.7.3, and the raw calldata will be decoded. This will be resolved in 0.8.0.

from heimdall-rs.

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.