GithubHelp home page GithubHelp logo

Comments (4)

joaquim-verges avatar joaquim-verges commented on September 18, 2024

Deploying gasless-ly is dangerous because the deployer can be the gasless relayer. This is probably why you're not seeing the contracts in the contract list of the original caller. The deployer address is probably your relayer

from js.

legiarung avatar legiarung commented on September 18, 2024

@joaquim-verges

Oh i see, ie it will be deployed with the wallet registered in openzeplin. So how when a customer uses gasless to sign a contract but uses gasless, the customer is still the owner of that contract. Do you have any workarounds?
Thank you

from js.

joaquim-verges avatar joaquim-verges commented on September 18, 2024

The way it works for gasless tx is that on the relayer (like OZ defender) we use a Forwarder contract to propagate the address of the caller to the target contract. That works for regular contract calls, which can then read that original caller address, but it doesn't work for direct deploys, since those cannot extract the original caller address. It is possible to make it work using a Factory contract to deploy the contracts though

from js.

stale avatar stale commented on September 18, 2024

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

from js.

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.