Râu Cao
2b3fd1241d
WIP Remove claims, add withdrawals
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2022-08-25 11:44:38 +02:00
Râu Cao
9dd9d298cc
Allow setting confirmedAtBlock and vetoed during migration
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2022-08-23 16:20:50 +01:00
bumi
936115afb9
Cleanup aragon ABIs
2022-05-19 18:34:09 +02:00
bumi
ba52e61d50
Load contract APIs from hardhat artifacts
2022-05-19 18:06:56 +02:00
basti
1721c33620
Update ABIs
2022-05-16 19:18:41 +02:00
bumi
2c567fa71a
Use contributorId instead or address for reimbursements
2020-06-12 00:29:59 +02:00
bumi
7fdeb78617
Support multiple expenses in one reimburesement
2020-05-29 18:47:49 +02:00
bumi
a0b0183beb
Add Reimbursement app
2020-05-29 10:46:55 +02:00
basti
17bc4e7d8f
Merge pull request #121 from 67P/refactor/amounts_vs_counts
...
Improve totalKreditsEarned
2019-06-09 13:57:44 +02:00
bumi
00905eb269
Update ABIs
2019-06-08 17:53:26 +02:00
bumi
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
basti
d82ffba75e
Update ABI
2019-04-23 13:52:37 +01:00
bumi
24b66daf2a
Update ABI
2019-04-19 14:16:40 +02:00
bumi
7967dc26f2
Update ABIs
2019-04-19 13:20:25 +02:00
bumi
f717968402
Better function naming to update contributor profiles
2019-04-06 15:42:16 +02:00
bumi
14d7fbd75e
Rename ipfsHash to hashDigest in Contributor
...
naming should be consistent with the other contracts and digest is more
correct.
2019-04-06 15:24:44 +02:00
basti
7eb1fedb42
Merge pull request #76 from 67P/features/dynamic-core-flag
...
Dynamic function to test for core contributor flag
2019-04-06 15:19:01 +02:00
bumi
a0e4f5410d
Set veto period to 1 week
...
This makes a contribution claimable after roughly 7 days
2019-04-05 20:30:02 +02:00
bumi
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
basti
896db5e047
Update abi
2019-04-04 23:16:23 +02:00
basti
e4c3d9a468
Update abi
2019-04-04 16:28:34 +02:00
basti
f1e2c65b9e
Use smaller numbers where appropriate
2019-04-04 15:28:18 +02:00
basti
20acfc70e3
Use ID instead of address for contribution owner
2019-04-04 14:43:38 +02:00
bumi
6351db3057
Add balance when loading contributor
...
This is a regression introduced by the latest contract updates.
Now we return the balance again when loading contributor data.
2019-04-03 13:56:52 +02:00
bumi
94832d4d07
Add ACL contract wrapper
...
this mainly allows us to check if an account has a certain role and thus
if the account can call specific contract functions.
At some point we might want to extend that to support the check if an
account can call the function. For that we would need to have a mapping
between function names and roles, which we have not right now.
2019-03-28 12:39:04 +01:00
bumi
5d4be8f176
Update ABIs used by wrapper
2019-03-28 11:09:49 +01:00
bumi
116f69cb12
cleanup
2019-03-24 00:20:48 +01:00
bumi
6c569239de
refactor contrats with aragonos
2019-03-23 19:15:23 +01:00
bumi
dae44cac70
Continue Contribution contract and JS wrapper
2018-09-29 19:46:37 +02:00
bumi
7216522d83
Update Operator ABI
2018-06-15 09:42:29 +02:00
bumi
d5e68e1639
Hello wrapper library
2018-04-18 18:51:27 +02:00
bumi
baa26a85bb
Add getContributorById
...
Similiar to directly accessing the contributors mapping this method also
returns the balance of the contributor.
2018-04-07 20:10:55 +02:00
bumi
4d2ba2a4bf
Store contract names in registry as bytes32 hashes
...
This allows use to call the methods with a string but still store the
name as bytes32.
I also had some issues when calling the methods from ethers.js and a
string parameter so this is easier and safer.
2018-04-03 20:23:36 +02:00
bumi
f55e95c7ae
Split IPFS hash for proposals to use bytes32
...
Uses the same method as in Contrbutors to store proposal hashes
2018-04-02 18:09:12 +02:00
fsmanuel
5e1fc9c276
Add build-json script
2018-03-31 17:02:40 +02:00