1
0
Fork 0
forked from forks/go-ethereum
go-ethereum-modded-tocallarg/accounts/abi
Ceyhun Onur 9eb91542de
accounts/abi/bind, ethclient/simulated: check SendTransaction error in tests (#30349)
In few tests the returned error from `SendTransaction` is not being
checked. This PR checks the returned err in tests.

Returning errors also revealed tx in `TestCommitReturnValue` is not
actually being sent, and returns err ` only replay-protected (EIP-155)
transactions allowed over RPC`. Fixed the transaction by using the
`testTx` function.
2024-08-27 17:11:50 +02:00
..
bind accounts/abi/bind, ethclient/simulated: check SendTransaction error in tests (#30349) 2024-08-27 17:11:50 +02:00
abi.go all: fix typos in comments (#28881) 2024-02-05 22:16:32 +01:00
abi_test.go accounts/abi: handle ABIs with contract type parameter (#30315) 2024-08-20 12:26:35 +02:00
abifuzzer_test.go accounts: run tests in parallel (#28544) 2023-12-04 14:55:06 +01:00
argument.go all: fix mismatched names in comments (#29348) 2024-03-26 21:01:28 +01:00
doc.go
error.go accounts/abi: context info on unpack-errors (#28529) 2023-11-21 09:16:57 +01:00
error_handling.go
event.go
event_test.go accounts: run tests in parallel (#28544) 2023-12-04 14:55:06 +01:00
method.go
method_test.go accounts: run tests in parallel (#28544) 2023-12-04 14:55:06 +01:00
pack.go
pack_test.go accounts: run tests in parallel (#28544) 2023-12-04 14:55:06 +01:00
packing_test.go
reflect.go all: fix various typos (#29542) 2024-04-16 15:44:00 +03:00
reflect_test.go accounts: run tests in parallel (#28544) 2023-12-04 14:55:06 +01:00
selector_parser.go
selector_parser_test.go accounts: run tests in parallel (#28544) 2023-12-04 14:55:06 +01:00
topics.go accounts/abi: fix bigInt topic encoding (#28764) 2024-01-09 14:55:09 +01:00
topics_test.go accounts/abi: fix bigInt topic encoding (#28764) 2024-01-09 14:55:09 +01:00
type.go accounts/abi: handle ABIs with contract type parameter (#30315) 2024-08-20 12:26:35 +02:00
type_test.go all: fix various typos (#29600) 2024-04-23 13:09:42 +03:00
unpack.go
unpack_test.go accounts: run tests in parallel (#28544) 2023-12-04 14:55:06 +01:00
utils.go