Skip to content

Release op-node,batcher,proposer v1.1.2

Compare
Choose a tag to compare
@trianglesphere trianglesphere released this 14 Aug 23:15
· 7235 commits to develop since this release
0ecda15

This is a minor release and upgrading is optional.

User Facing Changes

  • Overwrite bootnodes if --p2p.bootnodes is provided in the op-node.
  • Updates to P2P scoring
  • Adds admin_sequencerActive RPC method to the op-node

Docker Images:

https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node:v1.1.2
https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-batcher:v1.1.2
https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-proposer:v1.1.2

Partial Change Log

  • op-service: Log a warning when an RPC request has to be retried by @ajsutton in #6070
  • op-node: Add peer score diffs to increment and decay application scores by @ajsutton in #6068
  • fix: overwrite bootnodes if --p2p.bootnodes provided by @keroro520 in #6060
  • op-node: log shutdown before releasing client waitgroup by @protolambda in #6101
  • go: update to urfave v2, merge endpoint-monitor and op-heartbeat into main go module by @protolambda in #6098
  • op-node: Add application specific peer scores for p2p alt-sync by @ajsutton in #6069
  • require fee increase & gas re-estimation for retried transactions by @roberto-bayardo in #6031
  • op-node: Add metrics for p2p sync application scores by @ajsutton in #6115
  • fix(docs/op-stack): Changes related to the move from hardhat to foundry by @qbzzt in #6147
  • op-node: Persist synchroniser state by @ajsutton in #6105
  • op-node: Add admin_sequencerActive RPC method by @ajsutton in #6190
  • op-node: Reduce weight and cap for p2p sync error responses. by @ajsutton in #6252
  • op-node: Set DialBackoff when dialing op-geth by @trianglesphere in #6304
  • Add Base Mainnet chain ID and contracts by @wilsoncusack in #6315

New Contributors

Full Changelog: op-node/v1.1.1...v1.1.2