plugeth/accounts/abi/bind
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
..
backends core: initial version of state snapshots 2020-02-25 12:51:04 +02:00
auth.go accounts, cmd, contracts, les: integrate clef for transaction signing (#19783) 2019-07-03 22:54:59 +03:00
backend.go accounts/abi/bind: support event filtering in abigen 2018-01-24 10:54:13 +02:00
base_test.go accounts/abi: Fix method overwritten by same name methods. (#17099) 2019-07-01 16:51:21 +02:00
base.go accounts/abi: implement new fallback functions (#20764) 2020-04-15 09:23:58 +02:00
bind_test.go accounts/abi: implement new fallback functions (#20764) 2020-04-15 09:23:58 +02:00
bind.go accounts/abi: implement new fallback functions (#20764) 2020-04-15 09:23:58 +02:00
template.go accounts/abi: implement new fallback functions (#20764) 2020-04-15 09:23:58 +02:00
topics_test.go accounts/abi/bind: fixed erroneous filtering of negative ints (#20865) 2020-04-09 10:54:57 +02:00
topics.go accounts/abi/bind: fixed erroneous filtering of negative ints (#20865) 2020-04-09 10:54:57 +02:00
util_test.go accounts/abi/bind: support closing a simulated backend 2019-07-31 11:35:57 +03:00
util.go all: import "context" instead of "golang.org/x/net/context" 2017-03-22 20:49:15 +01:00