Skip to content

Commit

Permalink
feat(relayer): two-step bridge + watchdog + full merkle proof (#15669)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Wang <dan@taiko.xyz>
Co-authored-by: Daniel Wang <99078276+dantaik@users.noreply.github.com>
Co-authored-by: maskpp <maskpp266@gmail.com>
Co-authored-by: xiaodino <ruby@taiko.xyz>
Co-authored-by: David <david@taiko.xyz>
  • Loading branch information
6 people authored Mar 4, 2024
1 parent a520cc1 commit 1039a96
Show file tree
Hide file tree
Showing 94 changed files with 12,070 additions and 7,447 deletions.
1 change: 0 additions & 1 deletion packages/protocol/simulation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,3 @@ Assuming you are in this directory.
### Understanding the Outcome

The parameters set in the `test_eip1559_math` test simulate approximations of possible mainnet scenarios (e.g., 10x the Ethereum gas target). Run the commands as described above to become familiar with the simulation outcome and generated plots.

106 changes: 53 additions & 53 deletions packages/protocol/test/automata-attestation/assets/0923/v3quote.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions packages/protocol/test/signal/SignalService.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
pragma solidity 0.8.24;

import "../TaikoTest.sol";
import "forge-std/src/console2.sol";

contract MockSignalService is SignalService {
function _verifyHopProof(
Expand Down
13 changes: 13 additions & 0 deletions packages/relayer/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,19 @@
.l1processor.env
.l1indexer.env
.l2indexer.env
.l2al2bindexer.env
.l2al2bprocessor.env
.l1l2aindexer.env
.l1l2bindexer.env
.l1l2bprocessor.env
.l2l1indexer.katla.env
.l2bl1indexer.katla.env
.l1l2aprocessor.env
.l2al1indexer.env
.l2al1processor.env
.l2bl1indexer.env
.l2bl1processor.env

main
relayer
coverage.txt
Expand Down
6 changes: 3 additions & 3 deletions packages/relayer/.golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ linters:

linters-settings:
funlen:
lines: 250
statements: 80
lines: 350
statements: 100
gocognit:
min-complexity: 55
min-complexity: 75

issues:
exclude-rules:
Expand Down
Loading

0 comments on commit 1039a96

Please sign in to comment.