File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ docker logs local-da
6262
6363Expected output:
6464
65- ```
65+ ``` text
6666INF NewLocalDA: initialized LocalDA component=da
6767INF Listening on component=da host=0.0.0.0 maxBlobSize=1970176 port=7980
6868INF server started component=da listening_on=0.0.0.0:7980
@@ -98,7 +98,7 @@ docker compose -f docker-compose.da.local.yml logs -f
9898
9999A healthy startup looks like:
100100
101- ```
101+ ``` text
102102single-sequencer | 🚀 INIT: Starting EVM Sequencer initialization
103103single-sequencer | ✅ SUCCESS: Sequencer initialization completed
104104single-sequencer | ✅ SUCCESS: Exported genesis.json to /volumes/sequencer_export/genesis.json
Original file line number Diff line number Diff line change @@ -240,8 +240,8 @@ github.com/jackpal/go-nat-pmp v1.0.2 h1:KzKSgb7qkJvOUTqYl9/Hg/me3pWgBmERKrTGD7Bd
240240github.com/jackpal/go-nat-pmp v1.0.2 /go.mod h1:QPH045xvCAeXUZOxsnwmrtiCoxIr9eob+4orBN1SBKc =
241241github.com/jbenet/go-temp-err-catcher v0.1.0 h1:zpb3ZH6wIE8Shj2sKS+khgRvf7T7RABoLk/+KKHggpk =
242242github.com/jbenet/go-temp-err-catcher v0.1.0 /go.mod h1:0kJRvmDZXNMIiJirNPEYfhpPwbGVtZVWC34vc5WLsDk =
243- github.com/klauspost/compress v1.18.0 h1:c/Cqfb0r+Yi+JtIEq73FWXVkRonBlf0CRNYc8Zttxdo =
244- github.com/klauspost/compress v1.18.0 /go.mod h1:2Pp+KzxcywXVXMr50+X0Q/Lsb43OQHYWRCY2AiWywWQ =
243+ github.com/klauspost/compress v1.18.5 h1:/h1gH5Ce+VWNLSWqPzOVn6XBO+vJbCNGvjoaGBFW2IE =
244+ github.com/klauspost/compress v1.18.5 /go.mod h1:cwPg85FWrGar70rWktvGQj8/hthj3wpl0PGDogxkrSQ =
245245github.com/klauspost/cpuid/v2 v2.3.0 h1:S4CRMLnYUhGeDFDqkGriYKdfoFlDnMtqTiI/sFzhA9Y =
246246github.com/klauspost/cpuid/v2 v2.3.0 /go.mod h1:hqwkgyIinND0mEev00jJYCxPNVRVXFQeu1XKlok6oO0 =
247247github.com/koron/go-ssdp v0.0.6 h1:Jb0h04599eq/CY7rB5YEqPS83HmRfHP2azkxMN2rFtU =
Original file line number Diff line number Diff line change 1+ {
2+ "ignorePatterns" : [
3+ {
4+ "pattern" : " ^/"
5+ },
6+ {
7+ "pattern" : " ^https?://localhost(:[0-9]+)?(/.*)?$"
8+ },
9+ {
10+ "pattern" : " ^https://rpc\\ .your-chain\\ .com$"
11+ },
12+ {
13+ "pattern" : " ^https://docs\\ .celestia\\ .org/(how-to-guides|learn|tutorials)/"
14+ },
15+ {
16+ "pattern" : " ^https://faucet\\ .celestia-arabica\\ .com/?$"
17+ },
18+ {
19+ "pattern" : " ^https://github\\ .com/evstack/ev-node/blob/main/specs/src/adr/adr-022-validator-network\\ .md$"
20+ },
21+ {
22+ "pattern" : " ^https://github\\ .com/ignite/apps/blob/main/evolve/template/init\\ .go#L48-L60$"
23+ },
24+ {
25+ "pattern" : " ^https://github\\ .com/libp2p/go-libp2p$"
26+ },
27+ {
28+ "pattern" : " ^https://docs\\ .cosmos\\ .network/main"
29+ },
30+ {
31+ "pattern" : " ^https://medium\\ .com/zeeve/exploring-data-availability-layer-and-its-importance-in-rollups-0a4fbf2e0ffc$"
32+ }
33+ ]
34+ }
You can’t perform that action at this time.
0 commit comments