Giter Club home page Giter Club logo

Comments (6)

esaulpaugh avatar esaulpaugh commented on May 28, 2024 1

Specifically, they are reusing the same offset value (2848) for two distinct items (index 7 and index 8). I assume they are doing it intentionally (to save gas?), but it is best to be sure.

from headlong.

onesuper avatar onesuper commented on May 28, 2024 1

Problem solved. Many thanks!

image

The result of decoding OpenSea Contract from datawaves

from headlong.

esaulpaugh avatar esaulpaugh commented on May 28, 2024

A backwards jump (where the destination offset is less than the current offset) would indicate that bytes that have already been decoded should be decoded again, and for a different purpose. As a security precaution and sanity check, I have not been allowing this.

Could you contact the creator of the data to determine if they really intend to do this and if so, why?

from headlong.

onesuper avatar onesuper commented on May 28, 2024

I am glad you reply. I will contact the author to figure out what's the intention.

Should we consider relaxing the restriction only if the outcome is right? But I'm not sure whether it is a good choice from the API perspective. Maybe this case (reusing the same offset) is not very common.

We have some customers who are facing this issue. It begs the question: How can I patch the code to avoid the error? Maybe I can craft a patch to work around the problem temporarily.

from headlong.

esaulpaugh avatar esaulpaugh commented on May 28, 2024

I added a commit which should allow any number of elements to share the same offset, but which will not allow backwards jumps in other circumstances: e042a12

If you are able to test this change on the full dataset, please do.

In any case, I will most likely release a new version with this change included soon.

from headlong.

onesuper avatar onesuper commented on May 28, 2024

Cool! I will test it right now (I will come back if I get testing results). The patch looks great to me.

from headlong.

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.