• gary rong's avatar
    accounts/abi: implement new fallback functions (#20764) · 00064ddc
    gary rong authored
    * accounts/abi: implement new fackball functions
    
    In Solidity v0.6.0, the original fallback is separated
    into two different sub types: fallback and receive.
    
    This PR addes the support for parsing new format abi
    and the relevant abigen functionalities.
    
    * accounts/abi: fix unit tests
    
    * accounts/abi: minor fixes
    
    * accounts/abi, mobile: support jave binding
    
    * accounts/abi: address marius's comment
    
    * accounts/abi: Work around the uin64 conversion issue
    Co-authored-by: 's avatarGuillaume Ballet <gballet@gmail.com>
    00064ddc
Name
Last commit
Last update
..
abi Loading commit data...
external Loading commit data...
keystore Loading commit data...
scwallet Loading commit data...
usbwallet Loading commit data...
accounts.go Loading commit data...
accounts_test.go Loading commit data...
errors.go Loading commit data...
hd.go Loading commit data...
hd_test.go Loading commit data...
manager.go Loading commit data...
sort.go Loading commit data...
url.go Loading commit data...
url_test.go Loading commit data...