Skip to content

fakebeacon: a fake beacon api server for op-stack.#2678

Merged
zzzckck merged 1 commit intobnb-chain:developfrom
node-real:dike-opstack
Sep 4, 2024
Merged

fakebeacon: a fake beacon api server for op-stack.#2678
zzzckck merged 1 commit intobnb-chain:developfrom
node-real:dike-opstack

Conversation

@jhgdike
Copy link
Copy Markdown
Contributor

@jhgdike jhgdike commented Sep 3, 2024

Description

add a description of your changes here...

Rationale

tell us why we need these changes...

We want to deploy a new chain like OP Mainnet/Testnet with OP-Stack for BSC Mainnet/Testnet, but OP-Stack uses some APIs of the beacon chain to fetch blobs' info. The problem is that our BSC doesn't have a chain like the beacon chain, and blobs on the BSC are associated with the transaction itself.

add an example CLI or API response...

[FakeBeacon]
Enable = true
Addr = "0.0.0.0"
Port = 8686

OR

geth ....
--fake-beacon
--fake-beacon.addr="0.0.0.0"
--fake-beacon.port=8686

Notable changes:

  • add each change in a bullet point here
  • ...

@bnb-chain bnb-chain deleted a comment from jhgdike Sep 3, 2024
@bnb-chain bnb-chain deleted a comment from jhgdike Sep 3, 2024
@zzzckck zzzckck merged commit 094519d into bnb-chain:develop Sep 4, 2024
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.

4 participants