Fix/update adding contributors #108
Reference in New Issue
Block a user
Delete Branch "feature/add_contributor"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@@ -136,2 +140,3 @@.then((data) => {return this.kredits.Contributor.add(attributes, { gasLimit: 350000 }).then(data => {console.debug('[kredits] add contributor response', data);as this is only for development we should set this manually in the metamask interface.
I have the "Advanced gas controls" setting turned on - so the gas settings form is directly displayed when the transaction needs to be confirmed. This makes it easy to change them.
@@ -136,2 +140,3 @@.then((data) => {return this.kredits.Contributor.add(attributes, { gasLimit: 350000 }).then(data => {console.debug('[kredits] add contributor response', data);Without this, I don't even get to the confirmation screen. The error happens beforehand, because the limit is too high.
@@ -136,2 +140,3 @@.then((data) => {return this.kredits.Contributor.add(attributes, { gasLimit: 350000 }).then(data => {console.debug('[kredits] add contributor response', data);hmmm, will test it here again tomorrow. thought it worked for me, but maybe I was missing something.
do you have an idea how we can best handle this? because so far it seems it is some development issue - and is not needed with rinkeby.
@@ -136,2 +140,3 @@.then((data) => {return this.kredits.Contributor.add(attributes, { gasLimit: 350000 }).then(data => {console.debug('[kredits] add contributor response', data);It happens to me on Rinkeby.
Removed WIP, because the contributor management UI is actually part of the next milestone. But this already works in general, so is good to merge.