GithubHelp home page GithubHelp logo

Comments (4)

arajasek avatar arajasek commented on August 25, 2024 1

Opened a draft PR specing out the proposed change just for clarity, but we're late enough in the game that I don't actually want this change anymore.

from fips.

dkkapur avatar dkkapur commented on August 25, 2024

@arajasek would love to understand this more, what should I look at / read to get a better handle on consequences of a new design?

from fips.

arajasek avatar arajasek commented on August 25, 2024

@dkkapur Sorry about the very delayed response here!

Short answer: no consequences, it isn't a new design at all.

Long answer: FIP-0044 adds a new way for actors to validate signatures. In addition to the validate_signature syscall (which is what the verifreg uses today), there is a new method called AuthenticateMessage that actors can choose to implement -- currently only the account actor does so.

The verified registry can thus either continue to call validate_signature, or instead start invoking the new AuthenticateMessage method. The difference is immaterial today, except that calls to RemoveVerifiedClientDataCap might cost slightly more gas. The long-term impact is that with the FVM, it would become possible for this method to be called by contracts (thus, it would be one step towards having programmatic verifiers if we so wanted).

Truthfully, my motivation is more around code cleanliness -- I'd rather unify around the "new" way to authenticate signatures than have two. Should be no impact at all to the UX of verifiers.

from fips.

dkkapur avatar dkkapur commented on August 25, 2024

@arajasek thanks! sounds like we don't need to change anything on the tooling front today and can hopefully leverage this with FVM easier in the future! appreciate the explanation!

from fips.

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.