Skip to content

Releases: scroll-tech/go-ethereum

scroll-v3.1.5

19 Apr 05:59
scroll-v3.1.5
d274ef1
Compare
Choose a tag to compare

scroll-v3.1.5 improves the l2geth configuration to make it easier to run a node and connect to the Scroll Alpha testnet. Upgrading to this version is optional but highly recommended.

⚠️ This release changes the genesis config format. If you run l2geth with a custom genesis.json file, please update it to the new format and run l2geth init with the new genesis.json file.

Notable changes

  • Scroll config flags are now under "scroll" in the genesis config #262
  • l2geth now supports the --scroll-alpha flag to set the genesis config and bootnodes automatically #261

Minor changes and bugfixes

  • build(docker): auto docker push when pushing git tags #258
  • build(docker): update docker trigger tag prefix #259
  • Fix return type in tx receipt for l1fee type #254

Full Changelog: scroll-v3.1.2...scroll-v3.1.5

scroll-v3.1.2

30 Mar 20:18
scroll-v3.1.2
b986f1e
Compare
Choose a tag to compare
Consider L1 fee in eth_call and eth_estimateGas