Code Monkey home page Code Monkey logo

Comments (5)

jordanalexandermeyer avatar jordanalexandermeyer commented on May 27, 2024 1

The auctions should be permissioned at first. Only whitelisted addresses should be able to issue bonds but eventually we should make this permissionless using a verified/unverified model.

As for who can buy the bonds, we should support the allowlist.

from v1-core.

RusseII avatar RusseII commented on May 27, 2024 1

The current process for this would be:

  1. The DAO specifies a signer address of who they would like to manage the allow-list
  2. The DAO creates the gnosis auction passing in that addresses
  3. Someone who has the PK for that signer address does git clone https://github.com/gnosis/ido-contracts
  4. The owner of the signer address created a file your_address_inputs.txt with comma separated addresses that should be allow-listed for the auction
  5. They run
export NETWORK=<Your Network>
export INFURA_KEY=<Your infura key>
export PK=<Your private key _for the signing address_. The address for this key should not hold any ETH>
yarn hardhat generateSignatures --auction-id "Your auctionId" --file-with-address "./your_address_inputs.txt" --network $NETWORK --post-to-api

This could be done at any time to add to add new address to the allow-list. Not sure if addresses are able to be removed after being added.

from v1-core.

RusseII avatar RusseII commented on May 27, 2024

@jordanalexandermeyer do we still need to support an allow-list for the bond auctions with them being over-collateralized?

from v1-core.

RusseII avatar RusseII commented on May 27, 2024

We should be able to address this post audit

from v1-core.

RusseII avatar RusseII commented on May 27, 2024

duplicate of #172

from v1-core.

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.