c2dcedfe58
Update to ethers 5
2020-06-24 01:20:04 +02:00
5044d8fe41
fix syntax error
2020-04-15 20:44:13 +02:00
3db89b0fa3
Refactor kredits related configuration in arapp.json
...
we use an environment specific entry for the daoAddress.
Locally we deploy our own, but for rinkeby and other public networks
we use the official entries.
To make deployments easy we store the address in the arapp.json
2020-02-10 15:55:16 +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
fa3e99d404
Fix send-funds script to use new web3 API
...
The API changed with the recent aragon/truffle update.
2019-07-18 16:25:06 +02:00
2316e8f15a
Remove IPFS pinner
...
The pinner now lives in its own npm package
2019-07-02 19:09:26 +02:00
16141ed482
Merge pull request #136 from 67P/feature/ipfs-pinner
...
Add IPFS pinning script
2019-07-01 13:06:45 +02:00
1702c22084
Make sure fix lockfile uses the correct file path
2019-06-19 00:52:47 +02:00
ac83573438
I don't know why this is needed but it fixes an npm issue
...
if install fails node scripts/fix-package-lock.js might help
2019-06-19 00:52:47 +02:00
86bbe49c0b
Fix seeds script to support new web3 version
2019-06-13 18:39:25 +02:00
9fd9dbc1b5
Handle errors in IPFS pin script
2019-06-13 18:31:47 +02:00
6c8491e67b
Handle errors in seed funding
2019-06-13 17:38:34 +02:00
6d6c6056f0
Refactor IPFS pinner
2019-06-12 01:08:07 +02:00
b09c2830c8
Make IPFS node configurable
2019-06-11 23:45:27 +02:00
fc5a41123a
Add IPFS pinning script
...
This script loads the IPFS hashes for contributors and contributions and
pins them on the connected IPFS node.
usage:
$ node script/ipfs-pinner.js
$ ETH_RPC_URL=http://localhost:7547 APM_DOMAIN=aragonpm.eth node scripts/ipfs.pinner.js
2019-06-11 21:48:50 +02:00
e55a209343
Merge pull request #133 from 67P/feature/list-totals
...
Print total unconfirmed and confirmed contribution kredits
2019-06-09 13:58:42 +02:00
4919605664
Merge pull request #130 from 67P/feature/kredits-kit-wrapper
...
Add JS wrapper for Kit contract
2019-06-09 13:56:32 +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
055d8bc0ef
Print total unconfirmed and confirmed contribution kredits
2019-06-08 17:42:20 +02:00
516b8b31ac
Add script to claim contributions for one contributor
2019-05-20 13:48:15 +02:00
27a746261c
Add JS wrapper for kredits kit
...
This makes it easier to deploy new DAOs and the deploy script is less
dependent on truffle
2019-05-17 15:54:52 +02:00
a1f51428d0
Add script for vetoing via console
2019-04-28 15:09:18 +01:00
5c375f764f
Update scripts/deploy-kit.js
...
Co-Authored-By: bumi <hello@michaelbumann.com>
2019-04-25 20:05:03 +00:00
b04d572b9a
Fix apps lookup
...
We use the directories in ./apps to load available app names.
For this we need to make sure that we only use directories.
2019-04-25 16:45:39 +02:00
58db57ee45
Merge branch 'master' into feature/kredits-formatter
2019-04-24 13:10:48 +00:00
6f53c8097e
Wrap anything that could break in the try/catch block
2019-04-24 14:55:35 +02:00
6b2ac15f56
Improve error handling for list-contributors script
2019-04-24 13:46:27 +01:00
359989f235
Fix function name for total kredits issued/earned
2019-04-24 13:45:56 +01:00
48c8f6b9b3
Merge branch 'master' into feature/kredits-formatter
2019-04-23 12:56:55 +00:00
bdb2cee0c4
Merge pull request #110 from 67P/feature/contribution-balances
...
Add contract calls for total contribution balances
2019-04-23 13:47:50 +01:00
e591742e40
Add Contributor validation against JSON schema
...
based on the Contribution validation.
2019-04-20 01:10:46 +02:00
ad034d7712
Naming is hard
2019-04-19 14:15:30 +02:00
375d8f3275
Cleanup
2019-04-19 13:34:39 +02:00
59135bf312
Add contract calls for total contribution balances
...
Those methods return the total kredits amounts of contribtions.
2019-04-19 13:06:36 +02:00
1d771c43e8
Handle errors in contributor list script
2019-04-19 12:02:28 +01:00
952b5153fd
Validate proposed contributions
2019-04-11 13:46:42 +02:00
4c0bb879e8
Show IPFS hash in list script output
2019-04-11 11:01:45 +02:00
b00ddda312
Merge pull request #92 from 67P/feature/contribution_schema
...
Validate contribution docs against schema
2019-04-11 08:40:38 +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
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
f21c4cf9de
Fix confirmed contribution check
...
If the blocknumber is higher or equal the contribution.confirmedAt block
number then the contribution is confirmed and can be claimed.
2019-04-09 22:30:17 +02:00
26c2710149
Improve list-contributions script
...
* Improve sort order of table columns
* Print if the contribution is confirmed
* Log error if something goes wrong
2019-04-06 17:56:48 +02:00
766463b57b
Dynamic function to test for core contributor flag
...
This removes the isCore flag and allows us to dynamically calculate the
core flag for contributors.
For now this is just us (the first 6 contirbutors)
Also we do not need the default contributor anymore because the deploy
user has the role to manage contributors and can create the first real
contributors.
2019-04-05 18:55:21 +02:00
551edcfa72
Fix init kredits for readonly providers
...
The apm option was not passed on to kredits
2019-04-05 01:05:16 +02:00
99394e7f14
Merge pull request #73 from 67P/feature/contribution_owner
...
Convert contribution owner to ID, use smaller number formats
2019-04-04 21:40:16 +00:00
8ceab08bfc
ups
2019-04-04 23:23:02 +02:00
40c5d2a275
Merge branch 'master' into feature/contribution_owner
2019-04-04 23:12:16 +02:00
a049f2eedb
Adjust proposals for format changes
2019-04-04 23:11:43 +02:00