• 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
..
bind Loading commit data...
abi.go Loading commit data...
abi_test.go Loading commit data...
argument.go Loading commit data...
doc.go Loading commit data...
error.go Loading commit data...
event.go Loading commit data...
event_test.go Loading commit data...
method.go Loading commit data...
method_test.go Loading commit data...
numbers.go Loading commit data...
numbers_test.go Loading commit data...
pack.go Loading commit data...
pack_test.go Loading commit data...
reflect.go Loading commit data...
reflect_test.go Loading commit data...
type.go Loading commit data...
type_test.go Loading commit data...
unpack.go Loading commit data...
unpack_test.go Loading commit data...