1
0
Fork 0
forked from forks/go-ethereum
go-ethereum-modded-tocallarg/mobile
gary rong 00064ddcfb
accounts/abi: implement new fallback functions (#20764)
* 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: Guillaume Ballet <gballet@gmail.com>
2020-04-15 09:23:58 +02:00
..
accounts.go
android_test.go mobile: fix CopyFile switch to package cp 2019-11-20 14:42:36 +02:00
big.go
bind.go accounts/abi: implement new fallback functions (#20764) 2020-04-15 09:23:58 +02:00
common.go mobile: fix mobile interface (#19180) 2019-06-27 11:48:13 +03:00
context.go
discover.go
doc.go
ethclient.go
ethereum.go
geth.go cmd: deprecate --testnet, use named networks instead (#20852) 2020-04-09 12:09:58 +03:00
geth_android.go
geth_ios.go
geth_other.go mobile: initial wrappers for mobile support 2016-11-14 17:56:58 +02:00
init.go
interface.go
interface_test.go
logger.go
p2p.go
params.go cmd: deprecate --testnet, use named networks instead (#20852) 2020-04-09 12:09:58 +03:00
primitives.go mobile: fix mobile interface (#19180) 2019-06-27 11:48:13 +03:00
shhclient.go
types.go
vm.go core/vm: move Log to core/types 2017-01-06 14:15:22 +01:00