- 15 Feb, 2023 2 commits
-
-
Joshua Gutow authored
This handles the case that a transaction is being resubmitted while the L1 Basefee & Tip have not increased. In this case we reuse the previous values. If the new values are between the old values & the threshold, we then increase that value to the threshold. If it is larger than the threshold, we then use the suggested value. We need to not always bump the transaction price to ensure that we don't go exponential when resubmitting transactions.
-
Joshua Gutow authored
This prevents the transaction manager from resubmiting transactions that do not have a price increase that is large enough to pass geth's checks. The other option is to increase the gas price bump, but because the gas price has not changed much in the intervening period, it seems better to leave the currently existing transaction in the mempool.
-
- 14 Feb, 2023 24 commits
-
-
Mark Tyneway authored
maint: add CITATION file
-
Joshua Gutow authored
txmgr: Simplify resubmit logic and scaffolding
-
Joshua Gutow authored
This makes the transaction manager responsible for determining the gas price. It also provides the ability to easily add a check if the gas price bump is correct or not. This fixes the bug where the proposer fails when it redoes gas estimation. Gas re-estimation is no longer done. This is fine because we have a minimal set of different transactions that use a consistent amount of gas.
-
Matthew Slipper authored
go: Remove individual versions for bedrock code
-
Matthew Slipper authored
-
mergify[bot] authored
fix(op-node): Include chainID in p2p signing hash
-
Adrian Sutton authored
-
Adrian Sutton authored
-
Adrian Sutton authored
-
Joshua Gutow authored
-
Joshua Gutow authored
-
Joshua Gutow authored
The following packages had their go.mod file removed: * op-e2e * op-batcher * op-bindings * op-chain-ops * op-node * op-proposer * op-service * op-signer They all had cross dependencies previously and used a go.work file to assume they could be built on the latest code rather than on the versioned code. This means that all of these packages are versioned with the root go.mod. For packages that still have a mod file, they are versioned independently.
-
mergify[bot] authored
Release v0.10.14 for op go modules
-
Joshua Gutow authored
-
Joshua Gutow authored
-
Joshua Gutow authored
-
Joshua Gutow authored
-
Joshua Gutow authored
-
mergify[bot] authored
fix(ctb): Loosen re-prove requirements in the `OptimismPortal`
-
mergify[bot] authored
-
clabby authored
-
mergify[bot] authored
op-node: Log on L1 Info deposit mismatch
-
mergify[bot] authored
-
Matthew Slipper authored
ci, ctb: Reduce devnet sequencer drift
-
- 13 Feb, 2023 14 commits
-
-
mergify[bot] authored
-
mergify[bot] authored
op-node: Monitor static peers in a background process
-
mergify[bot] authored
-
mergify[bot] authored
fix: wrong arg name
-
mergify[bot] authored
-
Joshua Gutow authored
-
mergify[bot] authored
-
mergify[bot] authored
op-chain-ops: Ignore messages from sources other than the L2XDM
-
mergify[bot] authored
-
Matthew Slipper authored
Co-authored-by:
protolambda <proto@protolambda.com>
-
clabby authored
-
clabby authored
-
clabby authored
-
clabby authored
-