8f0d7e5196
6.0.0
2020-07-17 13:22:59 +02:00
c2dcedfe58
Update to ethers 5
2020-06-24 01:20:04 +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
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
b7eac4202c
Adjust deploy script and readme for updates
2020-02-10 14:30:03 +01:00
9431bc22a6
Re-add package lock fix script
...
m(
2020-02-08 16:36:29 -05:00
78c8052629
Update dependencies
...
Dance the update dance with me.
2020-02-08 16:28:13 -05:00
ddeeb5ffd7
Merge pull request #162 from 67P/dev/aragon_truffle
...
Remove Aragon CLI, document system deps
2019-08-09 18:38:40 +02:00
819fbc547a
Add contract publish options
...
This removes most of the features we don't need/want and minimizes
prompts during the bootstrap process.
2019-08-09 18:18:36 +02: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
6e8c994a0a
Fix package script command deploy:kit
2019-08-04 19:37:31 +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
a45c8d14be
Downgrade IPFS package
...
The new version uses generators which breaks the build on kredits-web.
2019-07-01 16:12:22 +02:00
61fe9add1b
Add support to use IPFS gateway to read ipfs data
...
This makes caching of IPFS documents easier. Browsers should cache those
by default
2019-07-01 15:53:18 +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
1d89759c49
merge
2019-06-19 13:47:58 +01:00
9906fde7ef
Use postshrinkwrap instead of postinstall
...
`postinstall` is executed before package-lock.json is written to disk.
https://github.com/npm/npm/issues/18798
2019-06-19 00:52:48 +02:00
c7e1f118a6
Add postinstall lockfile fix
...
https://github.com/67P/kredits-contracts/pull/140
2019-06-19 00:52:47 +02: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
810a2eb5fd
Merge pull request #134 from 67P/chore/update-dependencies
...
Update dependencies
2019-06-10 13:19:29 +02:00
f639e3aa19
Add pre-commit hook and setup script ( #129 )
...
Add pre-commit hook and setup script
Runs the appropriate linter on staged files before committing.
2019-06-09 13:53:40 +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
c9fed46054
Add contract test linting
2019-04-24 19:56:37 +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
4771c0c8a0
Merge branch 'master' into feature/pagination
2019-04-17 13:52:53 +00: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
42df6fe310
Fix solhint invocation
2019-04-13 01:10:40 +02:00
e405644b1d
Add eslint and solhint
2019-04-13 00:03:16 +02:00
f6189bf910
Add pagination for .all methods
...
I removed rsvp as a dependency as we only use Promise.all
2019-04-12 21:21:19 +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
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