- 03 Feb, 2023 7 commits
-
-
Sebastian Stammler authored
The batcher needs to observe two different channel timeouts. 1. the consensus channel timeout, so it knows when to resubmit a channel whose frames didn't land on L1 quickly enough and 2. the channel submission timeout, by which time it closes the channel even if the target amount of data hasn't been put into the channel yet.
-
Sebastian Stammler authored
-
Sebastian Stammler authored
-
Sebastian Stammler authored
-
mergify[bot] authored
fix(spec): Withdrawal calls are not forwarded during the proof verification call
-
Adrian Sutton authored
The spec incorrectly stated that the call was forwarded at both the proof verification call and during the finalization call.
-
Matthew Slipper authored
txmgr: Flatten + simplify
-
- 02 Feb, 2023 19 commits
-
-
mergify[bot] authored
-
mergify[bot] authored
op-heartbeat: fix formatting
-
protolambda authored
-
mergify[bot] authored
op-node: Remove duplicated word in comment.
-
Adrian Sutton authored
-
mergify[bot] authored
op-heartbeat: allow more versions in heartbeat service
-
protolambda authored
-
mergify[bot] authored
test(ctb): Add bridge tests for the new bridge interface
-
mergify[bot] authored
-
mergify[bot] authored
[op-node] Fix ReadStorageAt for 0-prefixed values
-
Michael de Hoog authored
-
Michael de Hoog authored
-
Maurelian authored
-
Maurelian authored
-
Maurelian authored
-
Maurelian authored
-
Maurelian authored
chore(ctb): Add comments, rebuild fix(ctb): Refactor and fix the L2 bridge tests fix(ctb): Ensure consistent event ordering using super The _emit methods in child contracts now use super to call emit the new events. The legacy events now always precedes the new event. test(ctb): Use kwargs syntax in _preBridgeX() funcs chore(ctb): Improve doc comments on _emit funcs
-
Maurelian authored
fix(ctb): Add _emitETHBridgeInitiated fix(ctb): Add _emitERC20BridgeFinalized fix(ctb): Add remaining event wrapper functions
-
Mark Tyneway authored
ctp: remove final hh tests
-
- 01 Feb, 2023 14 commits
-
-
mergify[bot] authored
-
Mark Tyneway authored
-
mergify[bot] authored
feat(specs): language changes
-
mergify[bot] authored
-
Joshua Gutow authored
This flattens out function definitions & removes some unused functions. This also simplifies the configuration and emphasizes the SimpleTxManager.
-
Mark Tyneway authored
-
Mark Tyneway authored
-
mergify[bot] authored
feat(mon): set up chain-mon package
-
Mark Tyneway authored
This commit gets the foundry tests up to parity for the `AssetReceiver` and `Transactor` and then deletes the hardhat tests. Now this package only has foundry based tests which makes it much easier to standardize longer term with a single way of developing smart contracts in the monorepo.
-
mergify[bot] authored
-
Ori Pomerantz authored
-
Mark Tyneway authored
ctp: delete hh dripcheck tests
-
Mark Tyneway authored
maint(ctb): clean up Alias and Bytes tests
-
mergify[bot] authored
⚡ add node_modules and .vscode to dockerignore
-