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.
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.
raucao
(Migrated from github.com)
reviewed 2019-04-25 22:18:57 +00:00
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.
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.
raucao
(Migrated from github.com)
reviewed 2019-04-25 22:27:17 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
@@ -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.