Closed j-chimienti closed 6 years ago
fixes #218
issue:
finding contract abi via name runs into errors if multiple functions w/ same name
changes:
updates to ethFuncs, uiFuncs, and contract class to handle multiple functions in abi w/ same name
contract class and ethFuncs / uiFuncs accept contract interaction to accept function or name of function
Promisify sending tx or executing contract to make code more maintainable
reduce rewritten code for user notification
testing
https://github.com/EthereumCommonwealth/etherwallet/issues/218#issuecomment-415083751
fixes #241
clear rawTx and signedTx if user changes values
add tx unit
set gasLimit and value as numbers
gasLimit min = 21,000
value min = 0
fixes #218
issue:
finding contract abi via name runs into errors if multiple functions w/ same name
changes:
updates to ethFuncs, uiFuncs, and contract class to handle multiple functions in abi w/ same name
contract class and ethFuncs / uiFuncs accept contract interaction to accept function or name of function
Promisify sending tx or executing contract to make code more maintainable
reduce rewritten code for user notification
testing
https://github.com/EthereumCommonwealth/etherwallet/issues/218#issuecomment-415083751