- 06 Feb, 2023 1 commit
-
-
Kelvin Fichter authored
Adds a CITATION file as per user request.
-
- 05 Feb, 2023 1 commit
-
-
mergify[bot] authored
Update bridges.md
-
- 04 Feb, 2023 7 commits
-
-
Alex Stokes authored
-
mergify[bot] authored
specs: Fix typo & link in withdrawals section
-
mergify[bot] authored
-
Matthew Slipper authored
Remove node built in from sdk
-
Matthew Slipper authored
feat(mon): Add withdrawal monitor to chain-mon
-
mergify[bot] authored
chore(op-node): Fix two typos
-
mergify[bot] authored
-
- 03 Feb, 2023 12 commits
-
-
Mark Tyneway authored
chore(deps): bump http-cache-semantics from 4.1.0 to 4.1.1
-
Will Cory authored
-
mergify[bot] authored
fix(spec): Add missing call to engine_newPayload
-
Sebastian Stammler authored
-
Adrian Sutton authored
-
Will Cory authored
-
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.
-
dependabot[bot] authored
Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/kornelski/http-cache-semantics/releases) - [Commits](https://github.com/kornelski/http-cache-semantics/compare/v4.1.0...v4.1.1) --- updated-dependencies: - dependency-name: http-cache-semantics dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com>
-
Matthew Slipper authored
txmgr: Flatten + simplify
-
Maurelian authored
-
- 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
-