mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
/*/ # * eth: fix sync bloom panic (#19757). # * eth: fix sync bloom panic. # * eth: delete useless test cases. * mobile: fix mobile interface (#19180) * mobile: fix mobile interface * mobile, accounts: generate correct java binding * accounts: fix java type binding * mobile: support integer slice * accounts/abi/bind, cmd/abigen: implement java binding tests * les: prefer nil slices over zero-length slices (#19081) * all: on-chain oracle checkpoint syncing (#19543) * all: implement simple checkpoint syncing cmd, les, node: remove callback mechanism cmd, node: remove callback definition les: simplify the registrar les: expose checkpoint rpc services in the light client les, light: don't store untrusted receipt cmd, contracts, les: discard stale checkpoint cmd, contracts/registrar: loose restriction of registeration cmd, contracts: add replay-protection all: off-chain multi-signature contract params: deploy checkpoint contract for rinkeby cmd/registrar: add raw signing mode for registrar cmd/registrar, contracts/registrar, les: fixed messages * cmd/registrar, contracts/registrar: fix lints * accounts/abi/bind, les: address comments * cmd, contracts, les, light, params: minor checkpoint sync cleanups * cmd, eth, les, light: move checkpoint config to config file * cmd, eth, les, params: address comments * eth, les, params: address comments * cmd: polish up the checkpoint admin CLI * cmd, contracts, params: deploy new version contract * cmd/checkpoint-admin: add another flag for clef mode signing * cmd, contracts, les: rename and regen checkpoint oracle with abigen * accounts/abi: Fix method overwritten by same name methods. (#17099) * accounts/abi: Fix method overwritten by same name methods. * accounts/abi: Fix method overwritten by same name methods. * accounts/abi: avoid possible name conflict Co-authored-by: Guillaume Ballet <gballet@gmail.com> * Delete COPYING * Create LICENSE /*/ |
||
|---|---|---|
| .. | ||
| csvlogger | ||
| flowcontrol | ||
| api.go | ||
| api_backend.go | ||
| api_test.go | ||
| backend.go | ||
| benchmark.go | ||
| bloombits.go | ||
| checkpointoracle.go | ||
| commons.go | ||
| costtracker.go | ||
| distributor.go | ||
| distributor_test.go | ||
| execqueue.go | ||
| execqueue_test.go | ||
| fetcher.go | ||
| fetcher_test.go | ||
| freeclient.go | ||
| freeclient_test.go | ||
| handler.go | ||
| handler_test.go | ||
| helper_test.go | ||
| metrics.go | ||
| odr.go | ||
| odr_requests.go | ||
| odr_test.go | ||
| peer.go | ||
| peer_test.go | ||
| protocol.go | ||
| randselect.go | ||
| randselect_test.go | ||
| request_test.go | ||
| retrieve.go | ||
| server.go | ||
| serverpool.go | ||
| servingqueue.go | ||
| sync.go | ||
| sync_test.go | ||
| txrelay.go | ||
| ulc.go | ||
| ulc_test.go | ||