You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,23 @@
1
1
# Changelog
2
2
3
+
## v0.5.4
4
+
5
+
This is a minor release for opBNB Mainnet and Testnet.
6
+
7
+
It enables the TxDAG generation feature.
8
+
When it's enabled in the sequencer, it will generate TxDAG of the block and append it to the last transaction calldata.
9
+
The TxDAG can be used for acceleration of the block execution along with the parallel evm feature released in [v0.5.1-pevm.alpha](https://github.com/bnb-chain/op-geth/releases/tag/v0.5.1-pevm.alpha).
10
+
11
+
It's optional to upgrade to this version since the new feature only works in the sequencer node.
12
+
13
+
### What's Changed
14
+
* feat: TxDAG generation v0.1 version by @welkin22 in https://github.com/bnb-chain/op-geth/pull/187
0 commit comments