Skip to content

Bump github.com/ethereum/go-ethereum from 1.9.12 to 1.9.15#3025

Merged
samsondav merged 6 commits intodevelopfrom
dependabot/go_modules/github.com/ethereum/go-ethereum-1.9.15
Jun 12, 2020
Merged

Bump github.com/ethereum/go-ethereum from 1.9.12 to 1.9.15#3025
samsondav merged 6 commits intodevelopfrom
dependabot/go_modules/github.com/ethereum/go-ethereum-1.9.15

Conversation

@dependabot-preview
Copy link
Copy Markdown
Contributor

@dependabot-preview dependabot-preview Bot commented Jun 8, 2020

Bumps github.com/ethereum/go-ethereum from 1.9.12 to 1.9.15.

Release notes

Sourced from github.com/ethereum/go-ethereum's releases.

Dextro Heat Sink (v1.9.15)

Geth v1.9.15 is a maintenance release containing bug fixes as well as implementations of all EIPs currently scheduled for the upcoming Berlin fork. A temporary test network for these EIPs has also been launched at https://yolonet.xyz/ and can be joined via Geth with --yolov1 flag.

The minimum Go version required to build go-ethereum is now Go 1.13.

Improvements and fixes in this release:

  • The LES 'server pool' was rewritten and can now use DNS discovery to find light servers (#20758).
  • Argument checking for natively-implemented console functions is improved (#21081, #21160).
  • Geth no longer hangs during shutdown while waiting for synced blocks to import (#21114).
  • The RPC client now sends WebSocket ping frames when connection is idle (#21142).
  • Uses of the gosigar library have been replaced by gopsutil. This restores building Geth on darwin without cgo and makes automatic database cache size selection work on OpenBSD (#21041).
  • Prometheus metrics exporting no longer sends duplicate type definitions (#21068).
  • Password input prompts in Clef now work when stdin is not a TTY (#20960).
  • Internal sync error reporting has been made more detailed (#21067).
  • EVM JUMPDEST checks are a bit faster in certain cases (#21123).
  • Fix the puppeth faucet's tweet retrieval endpoint (#21172).

The following core EIPs are implemented in this release:

  • EIP-2537: Precompile for BLS12-381 curve operations (#21018).
  • EIP-2315: JUMPSUB for the EVM (#20619).

Please note that the EIP implementations are not yet scheduled to activate and will receive further testing and development before the fork.

For a full rundown of the changes please consult the Geth 1.9.15 release milestone.


As with all our previous releases, you can find the:

Pink Marble (v1.9.14)

Geth v1.9.14 is a regular maintenance release, but is also packs a punch with some interesting new features!

Ethereum mainnet currently contains over 700M transactions. Each full node maintains a search index, stating that transactions with hash H is stored in block B. This allows you to look up an arbitrary transaction from the past (at a significant storage cost). But how often do you look up transactions from years ago?

Geth v1.9.14 ships a --txlookuplimit flag, which specifies the number of recent blocks you want to maintain the search index for (by default it's 0 = since genesis). At its most extreme, you can set it to 1, to prune all past indexes. At the time of release, this reduces your LevelDB SSD footprint by 32GB! You can modify this flag at will, Geth will unindex/reindex in the background based on the current setting. If you unindex a lot of transactions, you might need to compact your database to reclaim the space immediately via debug.chaindbCompact().

Deleting transaction indexes locally is fine since they are not used in consensus nor in synchronization, so network health is unaffected. Light servers for now do need to maintain the full index since light clients rely on them. Huge props to @rjl493456442 and @holiman for this work (#20302).

txlookuplimit

In the current release, we've reworked gas estimation so that reverting transactions will give you a proper error, bubbling up the EVM revert reason (#20830). The release also renamed most of the RPC API related flags to make them consistent with our namespace style, but don't worry, the deprecated flags will keep working for the foreseeable future (#20935).

... (truncated)
Commits
  • 0f77f34 params: go-ethereum v1.9.15 stable
  • 6512334 Merge pull request #21188 from karalabe/cht-1.9.15
  • a5c827a params: update CHTs for 1.9.15 release
  • 0b3f3be internal/ethapi: return revert reason for eth_call (#21083)
  • 88125d8 core: fix typo in comments (#21181)
  • 55f30db core/vm, crypt/bls12381: fixed comments in bls (#21182)
  • 9d93535 node: missing comma on toml tags (#21187)
  • 4b2ff14 go.mod: upgrade go-duktape to hide unused function warning (#21168)
  • cefa2ab Merge pull request #21173 from karalabe/faucet-delete-oldaccs
  • b1b75f0 accounts/keystore, cmd/faucet: return old account to allow unlock
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jun 8, 2020
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jun 8, 2020

I see that you haven't updated any CHANGELOG files. Would it make sense to do so?

@samsondav
Copy link
Copy Markdown
Contributor

Does anybody know was there some specific reason we didn't upgrade geth before?

@dependabot-preview dependabot-preview Bot force-pushed the dependabot/go_modules/github.com/ethereum/go-ethereum-1.9.15 branch from 5f316bc to f6846c4 Compare June 11, 2020 17:49
@se3000
Copy link
Copy Markdown
Contributor

se3000 commented Jun 11, 2020

IIRC there are some breaking API changes with geth in the last version.

@se3000
Copy link
Copy Markdown
Contributor

se3000 commented Jun 12, 2020

One of the downsides of upgrading past our current version of go-ethereum is that it seems to add some noise at the begining of all of our test runs:

# gopkg.in/olebedev/go-duktape.v3
In file included from _cgo_export.c:4:
debugger.go:22:13: warning: unused function '_duk_debugger_attach' [-Wunused-function]

@se3000
Copy link
Copy Markdown
Contributor

se3000 commented Jun 12, 2020

The breaking change appears to have come in this PR ethereum/go-ethereum#20895, where the function selector becomes an attribute instead of a method.

@se3000 se3000 force-pushed the dependabot/go_modules/github.com/ethereum/go-ethereum-1.9.15 branch from f6846c4 to 199fed5 Compare June 12, 2020 04:31
@samsondav samsondav merged commit 47040b6 into develop Jun 12, 2020
@dependabot-preview dependabot-preview Bot deleted the dependabot/go_modules/github.com/ethereum/go-ethereum-1.9.15 branch June 12, 2020 05:37
@JasonCoombs
Copy link
Copy Markdown

# gopkg.in/olebedev/go-duktape.v3
In file included from _cgo_export.c:4:
debugger.go:22:13: warning: unused function '_duk_debugger_attach' [-Wunused-function]

still noisy. will somebody be updating olebedev/go-duktape.v3 to remove _duk_debugger_attach or is it a required function that is only referenced at run-time when the debugger attaches?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants