plugeth/accounts/abi
Marius van der Wijden 2d08c99009
ethclient/simulated: implement new sim backend (#28202)
This is a rewrite of the 'simulated backend', an implementation of the ethclient interfaces
which is backed by a simulated blockchain. It was getting annoying to maintain the old
version of the simulated backend feature because there was a lot of code duplication with
the main client. 

The new version is built using parts that we already have: an in-memory geth node instance
running in developer mode provides the chain, while the Go API is provided by ethclient.
A backwards-compatibility wrapper is provided, but the simulated backend has also moved to
a more sensible import path: github.com/ethereum/go-ethereum/ethclient/simulated

---------

Co-authored-by: Felix Lange <fjl@twurst.com>
Co-authored-by: Gary Rong <garyrong0905@gmail.com>
2024-01-10 16:45:08 +01:00
..
bind ethclient/simulated: implement new sim backend (#28202) 2024-01-10 16:45:08 +01:00
abi_test.go accounts: run tests in parallel (#28544) 2023-12-04 14:55:06 +01:00
abi.go all: fix typos in comments (#28662) 2023-12-13 23:33:46 +01:00
abifuzzer_test.go accounts: run tests in parallel (#28544) 2023-12-04 14:55:06 +01:00
argument.go accounts, cmd: fix typos (#28526) 2023-11-20 08:44:05 +01:00
doc.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
error_handling.go accounts/abi: fix integer encoding/decoding (#26568) 2023-02-07 08:32:27 -05:00
error.go accounts/abi: context info on unpack-errors (#28529) 2023-11-21 09:16:57 +01:00
event_test.go accounts: run tests in parallel (#28544) 2023-12-04 14:55:06 +01:00
event.go accounts/abi/bind: fix duplicate field names in the generated go struct (#24924) 2022-06-07 08:38:54 +02:00
method_test.go accounts: run tests in parallel (#28544) 2023-12-04 14:55:06 +01:00
method.go accounts/abi: improve readability of method-to-string conversion (#28530) 2023-11-15 14:30:35 +01:00
pack_test.go accounts: run tests in parallel (#28544) 2023-12-04 14:55:06 +01:00
pack.go accounts,cmd,console,les,metrics: refactor some errors checked by (ST1005) go-staticcheck (#28532) 2023-11-15 14:36:57 +02:00
packing_test.go accounts/abi: ABI explicit difference between Unpack and UnpackIntoInterface (#21091) 2020-09-28 14:10:26 +02:00
reflect_test.go accounts: run tests in parallel (#28544) 2023-12-04 14:55:06 +01:00
reflect.go accounts,cmd,console,les,metrics: refactor some errors checked by (ST1005) go-staticcheck (#28532) 2023-11-15 14:36:57 +02:00
selector_parser_test.go accounts: run tests in parallel (#28544) 2023-12-04 14:55:06 +01:00
selector_parser.go accounts: replace noarg fmt.Errorf with errors.New (#27331) 2023-05-25 08:25:58 -04:00
topics_test.go accounts/abi: fix bigInt topic encoding (#28764) 2024-01-09 14:55:09 +01:00
topics.go accounts/abi: fix bigInt topic encoding (#28764) 2024-01-09 14:55:09 +01:00
type_test.go accounts: run tests in parallel (#28544) 2023-12-04 14:55:06 +01:00
type.go accounts, cmd/evm: fix docstrings (#27703) 2023-07-12 06:01:55 -04:00
unpack_test.go accounts: run tests in parallel (#28544) 2023-12-04 14:55:06 +01:00
unpack.go account/abi: convert if-else-if chain to tagged switch (#27869) 2023-08-23 09:53:38 -04:00
utils.go build: upgrade to go 1.19 (#25726) 2022-09-10 13:25:40 +02:00