Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Release notes (pending)
--ecbp1100.nodisable
as a mechanism to disable ECBP1100 auto-shutoff mechanisms (low peers and stale head) (Feat/ecip1100 force enable #303).newSideBlocks
(Websocket, IPC, andinproc
only), creating a subscription to side-chain import events (blocks written but not considered canonical) (eth/filters,ethclient,node: install newSideHeads subscription #293).rpc.discover
schema compliance tests (node: add test for the discovery endpoint to validate OpenRPC compliance #295).cmd/faucet
to fix some bugs and add some features, including...faucet --attach
flag to allow you to run a faucet on top of an existing node instance (instead of only on top of a dedicated light client) (Feat/faucet attach 2 #269).faucet --syncmode
flag to allow you to pick the syncmode if you want the faucet to manage it's own node (Feat/fast faucet #268).<datadir>/MultiFaucet
to<datadir>/CoreFaucet
. The data migration logic should handle this automatically for you, but if you're using a custom setup you may need to reconfigure (Feat/migrate faucet node datadir: MultiFaucet -> CoreFaucet #279).geth console
bug where--jspath
and--preload
together would generate a bad path (utils: MakeConsolePreloads agnostic of --jspath (console assets dir/docroot) #274).cmd/puppeth
to reduce footprint and trim feature-creep (rm -rf cmd/puppeth #270).(docs: Add static site generator for generating documentation page #291, build,Makefile: add 'make mkdocs-serve' #294, Improve existing docs #300)
etclabscore/core-geth
.