forked from cerc-io/plugeth
2d08c99009
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> |
||
---|---|---|
.. | ||
bind | ||
abi_test.go | ||
abi.go | ||
abifuzzer_test.go | ||
argument.go | ||
doc.go | ||
error_handling.go | ||
error.go | ||
event_test.go | ||
event.go | ||
method_test.go | ||
method.go | ||
pack_test.go | ||
pack.go | ||
packing_test.go | ||
reflect_test.go | ||
reflect.go | ||
selector_parser_test.go | ||
selector_parser.go | ||
topics_test.go | ||
topics.go | ||
type_test.go | ||
type.go | ||
unpack_test.go | ||
unpack.go | ||
utils.go |