meowsbits
meowsbits
Merges with latest version of upstream ethereum/go-ethereum branch release/1.10.
The following command produces a type Go file with `head` as below ``` > open-rpc-typings --output-go goout -d https://raw.githubusercontent.com/open-rpc/examples/master/service-descriptions/petstore-expanded-openrpc.json > head goout/index.go type StringDoaGddGA string type UnorderedSetOfStringDoaGddGADvj0XlFa []StringDoaGddGA type Integer2AHOqbcQ...
Rel #575, #563. Merges https://github.com/ethereum/go-ethereum/releases/tag/v1.13.5.
Supersedes #621 --- ## What's Changed - bump min Go version to 1.21 ## Fixed - --- Comparison with last release: [v1.13.1..v1.12.19](https://github.com/etclabscore/core-geth/compare/v1.13.1..v1.12.19) Docker images published under [etclabscore/core-geth](https://hub.docker.com/r/etclabscore/core-geth/builds).
Reports like #567 and others in other channels (mostly Discord) suggest some kind of vague issue with peering. This is a WIP to explore the problem and potential solutions.
https://github.com/etclabscore/core-geth/blob/master/.github/workflows/audit-bootnodes.yml https://github.com/etclabscore/core-geth/pull/589 Our bootnodes audit workflow currently audits ALL hardcoded bootnodes. Many (or all) of the unresponsive bootnodes are upstream, and merging the PR would create _another_ difference with upstream...
Rel #506. Commit history assumes and includes #505. --- - To see the specific tasks where the Asana app for GitHub is being used, see below: - https://app.asana.com/0/0/1203831005140156
Fixes https://github.com/etclabscore/core-geth/issues/521 The race was discoverable with `go test -race ./eth` or under 'slow' machine conditions, eg. GOMAXPROCS=1 and/or a 'slower' machine. The race was around the `minArtificialFinalityPeers` value, which...
Core-Geth supports the use of a few tools (`geth`, `evm`) with an external EVM via `--vm.evm`, for example [EVMOne](https://github.com/ethereum/evmone). The flag should point to a shared object file. Core-Geth does...