34 Commits

Author SHA1 Message Date
6778b9060f
4.0.2 2019-04-09 12:47:59 +02:00
4d36f78824
4.0.1 2019-04-09 12:47:37 +02:00
98ecf28262
Merge pull request #87 from 67P/dev/dependency_install
Rename postinstall script
2019-04-09 12:45:41 +02:00
8cbef8458d
Rename postinstall script
Prevents it being run when contracts are installed as dependency.
2019-04-09 09:48:00 +02:00
dfe38e7d21
Don't run npm install on bootstrap
When one wants to install, they can install. When one wants to
bootstrap, they should be able to only bootstrap.
2019-04-09 08:44:56 +02:00
65d9cf2a06 Fix bootstrap
This runs npm install for every app through a postinstall hook.
2019-04-08 18:10:13 +02:00
93e0b30b35
4.0.0 2019-04-05 15:44:51 +02:00
db312dafbf Add some helpers to reset a fresh DAO 2019-04-04 19:27:57 +02:00
70b9edbcac Update ipfs package 2019-04-03 21:01:51 +02:00
9984ca66ba Use namehash from ethers.utils
no need for the additional dependency
2019-04-03 10:24:11 +02:00
51e5da414f Update ethers.js to latest version v4
The main change is how ethers loads the networkId which is now async.
Thus the init process had to change a bit
2019-03-29 18:13:51 +01:00
c568263fea update eth-provider to support different providers
Ideally eth-provider checks which connection is available and uses the
available one.
frame => local node => infura

But it seems there is still a bug and it raises an error if frame is not
available.
But at least we can use frame now for testnet/mainnet deployments
2019-03-29 12:08:07 +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
12341d1526 Add script to print current DAO address 2019-03-24 16:09:00 +01:00
b03095e149 Cleanup and readme
simplify bootstrap
2019-03-24 15:40:46 +01:00
e7affdb531 updated npm scripts 2019-03-24 00:58:56 +01:00
6c569239de refactor contrats with aragonos 2019-03-23 19:15:23 +01:00
c9a4b1decc Update truffle and ganache-cli 2018-09-29 19:52:14 +02:00
7ce100e819 3.0.2 2018-06-15 09:44:11 +02:00
8a7abba486 Add keywords to package config 2018-05-03 13:31:49 +02:00
db2e12c750 3.0.1 2018-05-03 13:20:06 +02:00
b13b93122e 3.0.0 2018-05-03 12:04:10 +02:00
c23e7f2df8 Start with old npm package version 2018-05-03 12:03:19 +02:00
6ca23de343 Lock ethers.js at 3.0.15 2018-04-21 10:44:09 +02:00
2503ac7c73 Refactor helper scripts to use kredits module
This reuses the kredits library functions in the helper scripts and
seeds. We no longer need to add IPFS hashes manually but simply can
provider contributor/proposal data.
2018-04-20 12:56:09 +02:00
9669f0137b Use prompt instead of argv arguments in scripts
This makes it easier to handle truffle arguments which we for example
need to specify the network.
So we ask the user for input instead on using the argv array which might
change.
2018-04-20 00:22:09 +02:00
d5e68e1639 Hello wrapper library 2018-04-18 18:51:27 +02:00
4b1cbbd0f7 Persist ganache DB and use fixed Mnemonic
This persists the state of the ganache db and uses a fixed mnemonic
code to create accounts.
It now acts more like a local presistent database and no need to
send funds to the accounts after restart.
2018-04-15 21:03:12 +02:00
13799c805e Unify addresses 2018-04-04 12:54:24 +02:00
78b6b2e14f Add seeds script
Allows to seed the smart contract with development data specified in
config/seeds.js

Usage:

truffle exec scripts/seeds.js

or

npm run bootstrap which runs them all:
* truffle migrate --reset
* truffle exec scripts/seeds.js
* npm run build-json
2018-04-02 13:25:03 +02:00
5e1fc9c276 Add build-json script 2018-03-31 17:02:40 +02:00
f0caa1208d Add truffle and ganache-cli as dev dependency 2018-03-15 09:01:26 +01:00
f0211ff4c1 Add proper Token contract 2018-03-15 08:55:17 +01:00