3c72fa3a8b
run npm upgrade in every app
...
are those package-lock.json there actually used?
2020-05-27 10:31:12 +02:00
190d3b77d5
Update tests
...
getContract now seems to return a Promise
2020-02-10 14:59:22 +01:00
93aeea69c6
Fix test commands
...
Aragon CLI does not come with the contracts command anymore.
2020-02-08 17:37:26 -05:00
e7700d5ec7
Remove @aragon/cli from app package configs
...
We're assuming a global install now.
2020-02-08 17:36:48 -05:00
580d6e8f51
Remove yarn lockfiles
2019-08-09 19:03:29 +02:00
Haythem Sellami
fd844a00fd
Test token app ( #157 )
...
* test token app
* update travis config
2019-07-31 15:17:38 +00:00
Haythem Sellami
eb4e06edf1
Contributor app tests ( #143 )
...
Adds tests for the contributor contract
2019-07-22 06:55:22 +00:00
e485bd90c0
install packages
2019-06-19 14:34:14 +01:00
1d89759c49
merge
2019-06-19 13:47:58 +01:00
32a123a825
Default to open.aragonpm.eth
...
it is now also available on the devchain
2019-06-19 00:52:47 +02:00
ca0a6f6ef9
user 7545 port for tests
2019-06-17 23:35:53 +01:00
4614c454a5
test setup
2019-06-17 12:13:35 +01:00
d5322530c3
Update aragon CLI to latest version
2019-06-13 18:37:33 +02:00
c9fed46054
Add contract test linting
2019-04-24 19:56:37 +02:00
24933f31a7
Add yarn lock files
2019-04-15 17:34:48 +02:00
1dbf3b5742
Cosmetic cleanups
2019-04-12 20:16:24 +02:00
4d2e0ea84b
Update Token symbol
2019-04-10 15:50:33 +02:00
26d12ba239
Store kredits tokens as wei with 18 decimals
...
This stores the tokens with 18 decimals as most other tokens and as
assumed by a potential future token standard EIP 777.
2019-04-10 13:59:00 +02:00
f1e2c65b9e
Use smaller numbers where appropriate
2019-04-04 15:28:18 +02:00
197a31b9e1
Remove whitespace
2019-04-04 14:47:25 +02:00
65c129eafd
Update package locks
2019-04-01 11:17:26 +02: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
b03095e149
Cleanup and readme
...
simplify bootstrap
2019-03-24 15:40:46 +01:00
0d9b2d7d58
readme
2019-03-24 11:01:59 +01:00
6c569239de
refactor contrats with aragonos
2019-03-23 19:15:23 +01:00