go-ethereum/beacon/light/sync
Felix Lange 1e97148249
all: fix inconsistent receiver name and add lint rule for it (#29974)
* .golangci.yml: enable check for consistent receiver name

* beacon/light/sync: fix receiver name

* core/txpool/blobpool: fix receiver name

* core/types: fix receiver name

* internal/ethapi: use consistent receiver name 'api' for handler object

* signer/core/apitypes: fix receiver name

* signer/core: use consistent receiver name 'api' for handler object

* log: fix receiver name
2024-06-12 10:45:42 +03:00
..
head_sync_test.go core, beacon, ethdb: fix typos (#29748) 2024-05-10 19:48:14 +02:00
head_sync.go beacon/light: request finality update explicitly when necessary (#29567) 2024-04-23 13:31:32 +02:00
test_helpers.go all: fix inconsistent receiver name and add lint rule for it (#29974) 2024-06-12 10:45:42 +03:00
types.go beacon/light: request finality update explicitly when necessary (#29567) 2024-04-23 13:31:32 +02:00
update_sync_test.go beacon/light: request finality update explicitly when necessary (#29567) 2024-04-23 13:31:32 +02:00
update_sync.go beacon/light: request finality update explicitly when necessary (#29567) 2024-04-23 13:31:32 +02:00