wormhole/node/pkg/watchers/evm
Jeff Schroeder bdb69c3e44 node: remove implicit memory aliasing in a loop
Caught by an upgraded golangci-lint with the gosec linter:

    ::medium file=node/pkg/watchers/evm/connectors/batch_poller.go,line=226,col=8::G601: Implicit memory aliasing in for loop. (gosec)
    ::medium file=node/pkg/watchers/evm/connectors/batch_poller.go,line=285,col=8::G601: Implicit memory aliasing in for loop. (gosec)
    ::medium file=node/pkg/watchers/evm/connectors/batch_poller_test.go,line=128,col=37::G601: Implicit memory aliasing in for loop. (gosec)

See also: https://husni.dev/beware-of-implicit-memory-aliasing-in-go-foor-loop/
2024-04-19 14:08:19 -04:00
..
connectors node: remove implicit memory aliasing in a loop 2024-04-19 14:08:19 -04:00
finalizers/optimismctcabi Node: Remove Neon support (#3732) 2024-01-25 12:55:02 -06:00
blocks_by_timestamp.go ci: switch from ganache to anvil 2024-04-12 10:13:27 -04:00
blocks_by_timestamp_test.go ci: switch from ganache to anvil 2024-04-12 10:13:27 -04:00
by_transaction.go node: move watchers to dedicated package (#1647) 2022-09-28 15:27:13 +02:00
ccq.go Node/CCQ: Concurrent queries (#3844) 2024-03-20 08:42:31 -05:00
ccq_backfill.go node: remove implicit memory aliasing in a loop 2024-04-19 14:08:19 -04:00
ccq_backfill_test.go CCQ/Node/EVM: Backfill cache (#3558) 2024-03-15 14:26:11 -05:00
ccq_test.go CCQ: eth_call_by_timestamp (#3449) 2023-10-19 10:32:23 -05:00
config.go CCQ/Node/EVM: Backfill cache (#3558) 2024-03-15 14:26:11 -05:00
utils.go node: move watchers to dedicated package (#1647) 2022-09-28 15:27:13 +02:00
utils_test.go node: move watchers to dedicated package (#1647) 2022-09-28 15:27:13 +02:00
watcher.go eth,node,sdk: XLayer, Linea and Berachain to testnet (#3871) 2024-04-15 22:45:43 -04:00
watcher_test.go Node/EVM: Make it log the message ID (#3865) 2024-03-29 14:11:10 -05:00