You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, near as I can tell, the contract.html example code won't work if the user presses the second button before waiting for the contract to be confirmed first. (at least when using the go-ethereum client)
Shouldn't there be some code that waits for the contract to be confirmed before enabling the ability to call?
This would be especially valuable since there is little documentation as to how one actually can tell when a transaction has confirmed... I realize I can use "web3.eth.filter('latest').watch()", but that function doesn't seem to give me any info on a specific transaction's confirmation status...
Also: I believe your examples are still missing the "From" parameter that is required by the latest go-ethereum client.
The text was updated successfully, but these errors were encountered:
Hi, near as I can tell, the contract.html example code won't work if the user presses the second button before waiting for the contract to be confirmed first. (at least when using the go-ethereum client)
Shouldn't there be some code that waits for the contract to be confirmed before enabling the ability to call?
This would be especially valuable since there is little documentation as to how one actually can tell when a transaction has confirmed... I realize I can use "web3.eth.filter('latest').watch()", but that function doesn't seem to give me any info on a specific transaction's confirmation status...
Also: I believe your examples are still missing the "From" parameter that is required by the latest go-ethereum client.
The text was updated successfully, but these errors were encountered: