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.
This commit is contained in:
2019-04-05 18:52:47 +02:00
parent 6510dca4b1
commit 766463b57b
4 changed files with 11 additions and 20 deletions

File diff suppressed because one or more lines are too long

View File

@@ -67,7 +67,6 @@ class Contributor extends Base {
ipfsHashAttr.hashDigest,
ipfsHashAttr.hashFunction,
ipfsHashAttr.hashSize,
contributorAttr.isCore,
];
return this.functions.addContributor(...contributor, callOptions);