Skip to content

ci: Add abigen to go builder#2572

Merged
mergify[bot] merged 2 commits intoethereum-optimism:developfrom
mslipper:feat/abigen-go-builder
May 17, 2022
Merged

ci: Add abigen to go builder#2572
mergify[bot] merged 2 commits intoethereum-optimism:developfrom
mslipper:feat/abigen-go-builder

Conversation

@mslipper
Copy link
Collaborator

No description provided.

@changeset-bot
Copy link

changeset-bot bot commented May 17, 2022

🦋 Changeset detected

Latest commit: b08a771

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 2 packages
Name Type
@eth-optimism/js-builder Patch
@eth-optimism/go-builder Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@mergify mergify bot requested review from Inphi and tuxcanfly May 17, 2022 05:36
@mslipper mslipper force-pushed the feat/abigen-go-builder branch 2 times, most recently from 50f6f56 to 6af7ed3 Compare May 17, 2022 06:04
@mslipper mslipper force-pushed the feat/abigen-go-builder branch from 6af7ed3 to f37f2e8 Compare May 17, 2022 06:12
@mergify mergify bot requested a review from Inphi May 17, 2022 14:11
@mergify
Copy link
Contributor

mergify bot commented May 17, 2022

This PR has been added to the merge queue, and will be merged soon.

@mergify
Copy link
Contributor

mergify bot commented May 17, 2022

This PR is next in line to be merged, and will be merged as soon as checks pass.

@mergify mergify bot merged commit 10e0775 into ethereum-optimism:develop May 17, 2022
theochap added a commit that referenced this pull request Dec 10, 2025
## Description

This PR spikes the remote signer for kona node's sequencer. In
particular it:
- Introduces a new `BlockSigner` enum which encapsulates the behavior of
a `LocalSigner` and a `RemoteSigner`
- Propagates the changes of the `BlockSigner` enum along the stack.
Still use the `LocalSigner` everywhere
- Adds the core of the remote signer code. In particular, it ensures we
implement the `op-signer` interface, we handle CA and client
certificates and support hot reloads for certificates through a file
watcher (like the op-node does)

Follow-up: add CLI options to activate remote signer from the command
line.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-ops Area: ops

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants