Git Product home page Git Product logo

contracts-libs's People

Contributors

0xhiroshi avatar 0xjurassicpunk avatar 0xshisui avatar dependabot[bot] avatar stonehengelr avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

contracts-libs's Issues

Add MerkleTreeChecker

  • Is your feature request related to a problem? Please describe.
    It would be useful to have a tool for verifying Merkle proofs for a given Merkle tree.

Add transfer helpers and low-level calls

  • Is your feature request related to a problem? Please describe.
    It would be useful to add transfer helpers that can be building blocks for future smart contracts.

  • Describe the solution you'd like
    It can include low-level calls (e.g., ETH, ERC20, ERC721, ERC1155) that can be re-used for many future contract iterations.

Add timelock for renounceOwnership in OwnableTwoSteps

  • Is your feature request related to a problem? Please describe.
    Unlike Ownable's library from OpenZeppelin, it is currently not possible to renounce the ownership of a contract. One of the reasons was that it is not possible to make it a 2-step process since the recipient shouldn't control the keys to "accept the transfer of ownership".

  • Describe the solution you'd like
    A two-step process can be included to renounce ownership by adding a timelock: 1. renounce of ownership / 2. validate the ownership change to address(0)/burn address after timelock

  • Describe alternatives you've considered
    Not adding this feature (as it is now)

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.