19 Commits

Author SHA1 Message Date
23d3dd3a80 Adjust API for new ethers v5 API
see issue for details: https://github.com/ethers-io/ethers.js/issues/920#issuecomment-650836642
2020-06-29 17:23:08 +02:00
ef0c0c0a39
(ci) Disable all tests 2020-05-07 09:59:27 +02:00
27e5190e29 Production release to rinkeby
Deployed all apps and created a new Kredits DAO
2019-04-10 18:28:24 +02:00
d58e2d560a deploy to rinkeby 2019-04-05 00:38:51 +02:00
a24f80d44f
Change addresses 2019-04-01 14:04:11 +02:00
9512ba4334
Update contract addresses 2019-04-01 11:19:30 +02:00
901566d1ff Update network specific addresses and app ids 2019-03-28 11:11:49 +01:00
7e68dbf8c2 rinkeby deployment 2019-03-27 00:39:00 +01:00
f5973756c8 Dynamically set AppIds
AppIds are used to lookup the actual contract addresses of each app.
Because of different registry names (open.aragonpm.eth vs. aragonpm.eth)
we have to use different ids in the local dev chain and in the
testnet/mainnet. To allow this we need to set the appids dynamically.

There is an open aragon issue to solve this and also allow to use
open.aragonpm.eth in the devchain by default.
https://github.com/aragon/aragen/issues/10
2019-03-27 00:21:06 +01:00
3c2cdf4376 Deployment hacking while trying to deploy on rinkeby
This currently breaks the local usage because of the different appIds:
<name>.open.aragonpm.eth vs. <name>.aragonpm.eth (local)
2019-03-26 00:18:59 +01:00
e1fea4ed97 refactor DAO deployment 2019-03-24 22:11:24 +01:00
116f69cb12 cleanup 2019-03-24 00:20:48 +01:00
6c569239de refactor contrats with aragonos 2019-03-23 19:15:23 +01:00
92c566c13c Fix build-json to merge addresses 2018-04-21 20:01:46 +02:00
3ad9835f79 Add kovan deployment 2018-04-19 15:02:40 +02:00
d5e68e1639 Hello wrapper library 2018-04-18 18:51:27 +02:00
13799c805e Unify addresses 2018-04-04 12:54:24 +02:00
d9ece98ffa Add script to add new contirbutors
Usage:

truffle exec scripts/add-contributor.js <ethereum address> <ipfs hash>
2018-04-02 14:44:46 +02:00
5e1fc9c276 Add build-json script 2018-03-31 17:02:40 +02:00