55 Commits

Author SHA1 Message Date
f11c4f7764
Add script for finding block closest to given date
Useful for manual grant cycle management.
2021-05-20 15:09:56 +02:00
8f0d7e5196 6.0.0 2020-07-17 13:22:59 +02:00
4add0c7d96 package-lock 2020-07-17 13:22:24 +02:00
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
606350eb5e Update solc
our contracts still use an older version, but I guess it is good to have
the latest solc package
2020-05-27 10:53:31 +02:00
a330a8eedf npm upgrade 2020-05-27 10:46:41 +02:00
a4ef2398be update dependencies 2020-05-27 10:06:06 +02:00
d246531cfa
Update package lockfile 2020-05-07 09:40:58 +02:00
3c49c688d2 Add missing dev dependencies and update dependencies 2020-04-15 20:43:46 +02:00
47f59126a7 5.5.0 2020-03-01 12:46:22 +01:00
4c6ed12167
Re-add fixed package lock 2020-02-08 16:41:08 -05:00
78c8052629
Update dependencies
Dance the update dance with me.
2020-02-08 16:28:13 -05:00
7236b04b4b
Remove Aragon CLI, document system deps
In order to prevent regular issues with the notoriously npm-issue-ridden
Aragon CLI module, this removes it as a direct dependency and requires
it to be installed as a system dependency.

Also adds Truffle as a system dependency to the docs (which was missing
before).
2019-08-09 18:04:21 +02:00
Haythem Sellami
eb4e06edf1 Contributor app tests (#143)
Adds tests for the contributor contract
2019-07-22 06:55:22 +00:00
87a468bc91 5.4.0 2019-07-02 16:27:26 +02:00
03b9f69d22
Fix compile command
The Aragon one is failing now, but just using the underlying Truffle
command works. So it appears to be the passing of the argument in aragon
that's broken.

Co-authored-by: Michael Bumann <hello@michaelbumann.com>
2019-07-01 12:24:56 +02:00
e485bd90c0 install packages 2019-06-19 14:34:14 +01:00
d653b3715f Update package-lock 2019-06-19 14:10:44 +02:00
124287b977 Updated latest package-json 2019-06-19 01:00:53 +02:00
77c6c11800 Remove npm cache and use LTS node on travis 2019-06-19 00:52:05 +02:00
d5322530c3 Update aragon CLI to latest version 2019-06-13 18:37:33 +02:00
36666fd417
Update package lockfile 2019-06-12 16:07:38 +02:00
84b4461ba6 Update dependencies 2019-06-08 19:05:35 +02:00
a3590d7c16
Update kosmos-schemas
Includes the new "special" contribution kind, as discussed in our last
call.
2019-05-10 13:14:56 +02:00
a87d5326bf Oh my package-lock 2019-04-24 20:17:03 +02:00
145b3ea766 Merge branch 'master' into chore/linter
# Conflicts:
#	lib/contracts/contribution.js
#	lib/contracts/contributor.js
#	lib/contracts/proposal.js
#	lib/kredits.js
#	lib/serializers/contributor.js
#	yarn.lock
2019-04-24 19:12:18 +02:00
8539b56a48
5.3.0 2019-04-24 14:22:53 +01:00
542ebaf3f3
5.2.0 2019-04-23 13:52:46 +01:00
2a1ae117e8
5.1.1 2019-04-16 12:50:07 +01:00
00b58dec66 Update kosmos-schema dependency 2019-04-16 13:16:05 +02:00
80ad9db630
5.1.0 2019-04-13 12:41:49 +01:00
e405644b1d Add eslint and solhint 2019-04-13 00:03:16 +02:00
9c5a517fb9
5.0.0 2019-04-11 08:45:49 +02:00
130e2a7797
Validate contribution docs against schema
Currently requires an open PR branch for the schemas, which is adding
date and time for contributions.

refs #30
2019-04-10 18:37:02 +02:00
6778b9060f
4.0.2 2019-04-09 12:47:59 +02:00
4d36f78824
4.0.1 2019-04-09 12:47:37 +02:00
93e0b30b35
4.0.0 2019-04-05 15:44:51 +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
65c129eafd
Update package locks 2019-04-01 11:17:26 +02:00
c93a81808a
Update package lock 2019-04-01 10:34:48 +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
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
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
db2e12c750 3.0.1 2018-05-03 13:20:06 +02:00
b13b93122e 3.0.0 2018-05-03 12:04:10 +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