Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upstream proxyd/v4.13.0 #6

Open
wants to merge 17 commits into
base: main
Choose a base branch
from
Open

Conversation

Vui-Chee
Copy link

Contains support for Redis cluster.

mininny and others added 17 commits December 3, 2024 16:57
…ereum-optimism#59)

* feat: integrate op-signer with op-node for block payload signing

* Update README.md

* Add missing erorr handling

* Modify to use BlockPayloadArgs and use the new opsigner rpc namespace

* Temporarily update go.mod to use counterpart monorepo pr

* Add tests for blockPayload signing
Bumps [github.com/rs/cors](https://github.com/rs/cors) from 1.9.0 to 1.11.0.
- [Commits](rs/cors@v1.9.0...v1.11.0)

---
updated-dependencies:
- dependency-name: github.com/rs/cors
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
…ce-active-sequencer (ethereum-optimism#101)

* feat(op-conductor-ops): halt-sequencer command

* chore(op-conductor-ops): pre-flight check to have all conductors paused when running force-active-sequencer

---------

Signed-off-by: Yashvardhan Kukreja <[email protected]>
…thereum-optimism#103)

* fix: conductor_overrideLeader to work with correct params

* feat: support forced leadership transfer on unhealthy sequencers

Signed-off-by: Yashvardhan Kukreja <[email protected]>

---------

Signed-off-by: Yashvardhan Kukreja <[email protected]>
…abot/go_modules/op-conductor-mon/github.com/rs/cors-1.11.0

Bumps [github.com/rs/cors](https://github.com/rs/cors) from 1.9.0 to 1.11.0.
- [Commits](rs/cors@v1.9.0...v1.11.0)

---
updated-dependencies:
- dependency-name: github.com/rs/cors
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [github.com/btcsuite/btcd](https://github.com/btcsuite/btcd) from 0.24.0 to 0.24.2.
- [Release notes](https://github.com/btcsuite/btcd/releases)
- [Changelog](https://github.com/btcsuite/btcd/blob/master/CHANGES)
- [Commits](btcsuite/btcd@v0.24.0...v0.24.2)

---
updated-dependencies:
- dependency-name: github.com/btcsuite/btcd
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
…dabot/go_modules/peer-mgmt-service/github.com/btcsuite/btcd-0.24.2

Bumps [github.com/btcsuite/btcd](https://github.com/btcsuite/btcd) from 0.24.0 to 0.24.2.
- [Release notes](https://github.com/btcsuite/btcd/releases)
- [Changelog](https://github.com/btcsuite/btcd/blob/master/CHANGES)
- [Commits](btcsuite/btcd@v0.24.0...v0.24.2)

---
updated-dependencies:
- dependency-name: github.com/btcsuite/btcd
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
feat: add redis cluster config option. update redis.Client to redis.UniversalClient
…m-optimism#97)

Bumps [github.com/golang-jwt/jwt/v4](https://github.com/golang-jwt/jwt) from 4.5.0 to 4.5.1.
- [Release notes](https://github.com/golang-jwt/jwt/releases)
- [Changelog](https://github.com/golang-jwt/jwt/blob/main/VERSION_HISTORY.md)
- [Commits](golang-jwt/jwt@v4.5.0...v4.5.1)

---
updated-dependencies:
- dependency-name: github.com/golang-jwt/jwt/v4
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…um-optimism#96)

Bumps [github.com/golang-jwt/jwt/v4](https://github.com/golang-jwt/jwt) from 4.5.0 to 4.5.1.
- [Release notes](https://github.com/golang-jwt/jwt/releases)
- [Changelog](https://github.com/golang-jwt/jwt/blob/main/VERSION_HISTORY.md)
- [Commits](golang-jwt/jwt@v4.5.0...v4.5.1)

---
updated-dependencies:
- dependency-name: github.com/golang-jwt/jwt/v4
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
[tag-service-release] Tag proxyd at v4.13.0

* tag 'proxyd/v4.13.0':
  fix: don't count replacement underpriced errors (ethereum-optimism#112)
  chore(deps): bump github.com/golang-jwt/jwt/v4 in /op-txproxy (ethereum-optimism#96)
  chore(deps): bump github.com/golang-jwt/jwt/v4 in /op-signer (ethereum-optimism#97)
  proxyd: add Redis cluster support (ethereum-optimism#100)
  op-conductor-ops: shorten status table titles (ethereum-optimism#110)
  Add sequencer voting column in status table (ethereum-optimism#108)
  chore(deps): bump github.com/btcsuite/btcd in /peer-mgmt-service
  feat: support un-overriding the leader with safeguards (ethereum-optimism#104)
  fix conductor_overrideLeader and support forced leadership transfer (ethereum-optimism#103)
  Make proxyd error handling more generic for different backend implementations
  op-conductor-ops: halt-sequencer command and pre-flight checks to force-active-sequencer (ethereum-optimism#101)
  chore(deps): bump github.com/rs/cors in /op-conductor-mon
  feat: Integrate op-node with op-signer for block payload signing (ethereum-optimism#59)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

10 participants