bnb-chain / opbnb

MIT License
403 stars 162 forks source link

fix(devnet): fork offset should be 0x #210

Closed welkin22 closed 2 months ago

welkin22 commented 2 months ago

Description

After the last merge of upstream code, our Devnet's batcher defaults to submitting blob spanbatch data, but the Delta and Ecotone hard fork configurations were not enabled in the genesis block, causing issues after devnet starts, with the safe block height not increasing. We need to fix this issue.

Rationale

Enable Delta and Ecotone forks in the Devnet's genesis block so that batchers can submit data of type blob spanbatch.

Example

none

Changes

Notable changes: