Open welkin22 opened 1 month ago
Mainly includes the following contents:
Version 0.1 of the TxDAG generation code is based on https://github.com/bnb-chain/op-geth/pull/149 with some minor modifications.
Add two parameters to geth:
--parallel.txdag --parallel.txdagsenderpriv=xxx
--parallel.txdag will enable the TxDAG generation feature, while parallel.txdagsenderpriv specifies the private key of the sender for the transaction into which the generated TxDAG data is inserted.
--parallel.txdag
parallel.txdagsenderpriv
Description
Mainly includes the following contents:
Rationale
Version 0.1 of the TxDAG generation code is based on https://github.com/bnb-chain/op-geth/pull/149 with some minor modifications.
Example
Add two parameters to geth:
--parallel.txdag
will enable the TxDAG generation feature, whileparallel.txdagsenderpriv
specifies the private key of the sender for the transaction into which the generated TxDAG data is inserted.