6 Commits

Author SHA1 Message Date
7216522d83 Update Operator ABI 2018-06-15 09:42:29 +02:00
d5e68e1639 Hello wrapper library 2018-04-18 18:51:27 +02:00
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
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
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
5e1fc9c276 Add build-json script 2018-03-31 17:02:40 +02:00