Coder Social home page Coder Social logo

Comments (5)

knarz avatar knarz commented on May 23, 2024 1

The test used an old magnitude (18), so I changed it to use the DefaultMinWeightMagnitude constant, and the trytes were for another mwm.
Also the HasValidNonce was counting trailing 9 trytes, which works fine for any mwm mod 3 == 0 but would fail for the current mwm of 14.

I think that's everything.

from iota.go.

jeffwillette avatar jeffwillette commented on May 23, 2024

I am looking into fixing that too. It is caused by the Hash function. It was introduced in 5ef65e7 and if I change the numberOfRounds in curl.go back to 27 (the value before this commit), it passes.

This is my first time looking into this code so I am unsure about how everything is working and I haven't been able to come up with a fix so far...

from iota.go.

jeffwillette avatar jeffwillette commented on May 23, 2024

Reading over the spec and the javascript implementation and tests (https://github.com/iotaledger/iota.lib.js/blob/433f5d37a684abf875aaa6f1fb97082ab06218f0/lib/utils/inputValidator.js#L94) I think this is just a mistake in the test...

It looks like Curl-P-27 ends with 6 9's, but Curl-P-81 just needs to be 81 valid trytes...

from iota.go.

knarz avatar knarz commented on May 23, 2024

This should be fixed with the latest commit.

We need to count the trailing zeros of the transaction hash and have >= mwm zeroes at the end.

Please re-open if there are any more problems.

from iota.go.

jeffwillette avatar jeffwillette commented on May 23, 2024

@knarz it looks like the problem was the input trytes into the test?

I am trying to understand the code here, so if you have time for a short explanation of why the input trytes were wrong, I would appreciate it!

from iota.go.

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.