Skip to content

Commit 882f535

Browse files
committed
change from main to latest
1 parent a50a850 commit 882f535

3 files changed

Lines changed: 4 additions & 22 deletions

File tree

tools/blob-decoder/README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,7 @@ The `blob-decoder` tool provides a web interface for decoding protobuf-encoded b
1111
Install using `go install`:
1212

1313
```bash
14-
go install github.com/evstack/ev-node/tools/blob-decoder@latest
15-
```
16-
17-
Or install a specific version:
18-
19-
```bash
20-
go install github.com/evstack/ev-node/tools/blob-decoder@v1.0.0-beta.6
14+
go install github.com/evstack/ev-node/tools/blob-decoder@main
2115
```
2216

2317
After installation, the `blob-decoder` binary will be available in your `$GOPATH/bin` directory.
@@ -117,4 +111,4 @@ curl -X POST http://localhost:8090/api/decode \
117111
- Inspect block structure and content
118112
- Validate blob encoding and decoding
119113
- Troubleshoot sync issues related to blob data
120-
- Educational tool for understanding ev-node data structures
114+
- Educational tool for understanding ev-node data structures

tools/cache-analyzer/README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,7 @@ This usually means the `DA_START_HEIGHT` is too late. This tool allows clearly t
1111
Install using `go install`:
1212

1313
```bash
14-
go install github.com/evstack/ev-node/tools/cache-analyzer@latest
15-
```
16-
17-
Or install a specific version:
18-
19-
```bash
20-
go install github.com/evstack/ev-node/tools/cache-analyzer@v1.0.0-beta.6
14+
go install github.com/evstack/ev-node/tools/cache-analyzer@main
2115
```
2216

2317
After installation, the `cache-analyzer` binary will be available in your `$GOPATH/bin` directory.

tools/da-debug/README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,7 @@ The `da-debug` tool provides a command-line interface to interact with DA layers
1111
Install using `go install`:
1212

1313
```bash
14-
go install github.com/evstack/ev-node/tools/da-debug@latest
15-
```
16-
17-
Or install a specific version:
18-
19-
```bash
20-
go install github.com/evstack/ev-node/tools/da-debug@v1.0.0-beta.6
14+
go install github.com/evstack/ev-node/tools/da-debug@main
2115
```
2216

2317
After installation, the `da-debug` binary will be available in your `$GOPATH/bin` directory.

0 commit comments

Comments
 (0)