- 03 Feb, 2023 5 commits
-
-
mergify[bot] authored
fix(spec): Add missing call to engine_newPayload
-
Adrian Sutton authored
The process to create a new block via the engine API only returns the block and doesn't import it. So an explicit call to engine_newPayload is required to import the payload before making it canonical. The actual code performs this call, but it was missed in the spec description.
-
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 16 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 -
Ori Pomerantz authored
-
Ori Pomerantz authored
-