Show ETH value input for payable methods (fix for solidity v0.6x)#1717
Show ETH value input for payable methods (fix for solidity v0.6x)#1717dasanra merged 3 commits intodevelopmentfrom
Conversation
|
CLA Assistant Lite All Contributors have signed the CLA. |
ESLint Summary View Full Report
Report generated by eslint-plus-action |
|
Travis automatic deployment: |
|
Travis automatic deployment: |
|
Travis automatic deployment: |
|
Travis automatic deployment: |
|
Travis automatic deployment: |
|
Travis automatic deployment: |
|
I tried using the ABI that Tobi gave as example and the method "Deposit" showed the ETH field
Also used a contract compiled with an older version of solidity, to make sure that old contracts still work with this fix I test the same scenarios in the new tx builder with the fix and it worked fine as well Looks good to me |
Closes partially #1680