forked from forks/go-ethereum
* 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> |
||
|---|---|---|
| .. | ||
| accounts.go | ||
| android_test.go | ||
| big.go | ||
| bind.go | ||
| common.go | ||
| context.go | ||
| discover.go | ||
| doc.go | ||
| ethclient.go | ||
| ethereum.go | ||
| geth.go | ||
| geth_android.go | ||
| geth_ios.go | ||
| geth_other.go | ||
| init.go | ||
| interface.go | ||
| interface_test.go | ||
| logger.go | ||
| p2p.go | ||
| params.go | ||
| primitives.go | ||
| shhclient.go | ||
| types.go | ||
| vm.go | ||