deployments
deployments copied to clipboard
Real-world deployments of code powering Aragon organizations to Ethereum networks
I was just looking at the bounties for GoodDollar and I saw one for adding an Aragon fork on fuse.io (an EVM sidechain). https://github.com/GoodDollar/Bounties/issues/14 The GoodDollar project is pretty big...
Agent v5 currently has `initialize()` in its `deprecatedFunctions` declaration, which is a tooling limitation (aragonCLI / buidler unable to understand contract inheritance).
Our current MiniMeTokenFactory does not emit events when creating tokens, which makes it difficult to dynamically register new tokens in off-chain tools like subgraphs. We should redeploy this (and all...
See https://medium.com/the-ethereum-name-service/ens-registry-migration-bug-fix-new-features-64379193a5a
A non-essential part of the 0.8 deployments, but one that we should still do. Having this would allow the frontend to know which proxies are the newer ones that have...
The permanent ENS registrar has been deployed to both Rinkeby and Ropsten, and names can be claimed via https://manager.ens.domains/name/aragonpm.eth It's a bit of a hassle, but at some point we...
We should document what steps were taken, who took them, and any comments or concerns raised (e.g. from external security partners) before and during a deployment. This is especially important...