plugeth/accounts/abi/bind
Martin Holst Swende 8d1db1601d
eth/filters, core/rawdb: remove unused param, refactor filtering-loop (#27891)
This change removes a chainconfig parameter passed into rawdb.ReadLogs, which is not used nor needed.
It also modifies the filter loop slightly, avoiding a labeled break and instead using a method.

This change does not modify any behaviour.
2023-08-10 06:49:05 -04:00
..
backends eth/filters, core/rawdb: remove unused param, refactor filtering-loop (#27891) 2023-08-10 06:49:05 -04:00
auth.go all: replace uses of ioutil with io and os (#24869) 2022-05-16 11:59:35 +02:00
backend.go core: replace instances of 'suicide' with 'selfdestruct' to improve code consistency. (#27716) 2023-07-15 10:35:30 -04:00
base_test.go accounts/abi/bind: handle UnpackLog with zero topics (#26920) 2023-03-31 02:35:29 -04:00
base.go accounts/abi/bind: handle UnpackLog with zero topics (#26920) 2023-03-31 02:35:29 -04:00
bind_test.go accounts/abi: resolve name conflict for methods starting with a number (#26999) 2023-05-02 14:27:37 +02:00
bind.go accounts/abi: resolve name conflict for methods starting with a number (#26999) 2023-05-02 14:27:37 +02:00
template.go all: remove trailing whitespace (#27741) 2023-08-05 00:24:32 +02:00
util_test.go accounts/abi/bind: fix bounded contracts and sim backend for 1559 (#23038) 2021-06-15 13:56:14 +03:00
util.go accounts/abi/bind: improve WaitMined error handling (#24321) 2022-02-01 16:42:51 +01:00