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

feat: support persist active api #78

Merged
merged 22 commits into from
Oct 30, 2023
Merged

Conversation

owen-reorg
Copy link
Collaborator

@owen-reorg owen-reorg commented Oct 27, 2023

Description

Merge a previous PR #24 to develop branch.

Rationale

The previous pull request, #24, introduced the rpc.admin-state flag for the op-node, enabling high availability scenarios. Initially, it only existed on a separate branch. We have now merged it into the develop branch.

Example

Add --rpc.admin-state=/server/admin-state.log parameter for op-node to enable this feature.

Changes

Notable changes:

  • Add rpc.admin-state flag for op-node.

trianglesphere and others added 22 commits June 1, 2023 16:53
* copy over develop chainsgo

* stage rollup config changes

* final rollup config values
Update to upstream optimism(v1.1.0) release
* chore: update readme, add testnet assets

* doc: clarify readme
…ain#11)

* ci: add the ci code used to package and release docker images (bnb-chain#7)

* ci: add the ci code used to package and release docker images

Co-authored-by: Welkin <[email protected]>

* fix: add latest tag for docker image (bnb-chain#9)

Co-authored-by: Welkin <[email protected]>

* try to use cache for docker build (bnb-chain#10)

Co-authored-by: Welkin <[email protected]>

---------

Co-authored-by: Welkin <[email protected]>
Improve commenting/organisation.

(cherry picked from commit a370ecf)
Log info about loaded sequencer state

(cherry picked from commit 9d5c144)
Returns true if the node is actively sequencing, otherwise false. This is essentially a parallel with the `eth_mining` API from execution clients.

(cherry picked from commit ef9c209)
@owen-reorg owen-reorg marked this pull request as ready for review October 27, 2023 11:41
@owen-reorg owen-reorg requested review from xuan-cu and bnoieh and removed request for krish-nr and redhdx October 27, 2023 11:41
@owen-reorg owen-reorg merged commit 2d0895f into bnb-chain:develop Oct 30, 2023
10 checks passed
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.

8 participants