plugeth/accounts/abi/bind
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
..
backends ethclient/simulated: implement new sim backend (#28202) 2024-01-10 16:45:08 +01:00
auth.go all: fix typos in comments (#28662) 2023-12-13 23:33:46 +01:00
backend.go ethclient/simulated: implement new sim backend (#28202) 2024-01-10 16:45:08 +01:00
base_test.go accounts: run tests in parallel (#28544) 2023-12-04 14:55:06 +01:00
base.go all: fix typos in comments (#28662) 2023-12-13 23:33:46 +01:00
bind_test.go ethclient/simulated: implement new sim backend (#28202) 2024-01-10 16:45:08 +01:00
bind.go all: fix typos in comments (#28662) 2023-12-13 23:33:46 +01:00
template.go all: remove trailing whitespace (#27741) 2023-08-05 00:24:32 +02:00
util_test.go ethclient/simulated: implement new sim backend (#28202) 2024-01-10 16:45:08 +01:00
util.go accounts/abi/bind: improve WaitMined error handling (#24321) 2022-02-01 16:42:51 +01:00