Skip to content

Commit 4a4cc47

Browse files
authored
chore: clean up example (#24709)
1 parent 87a52a7 commit 4a4cc47

File tree

4 files changed

+2
-55
lines changed

4 files changed

+2
-55
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ vagrant
5252
.dir-locals.el
5353
.vscode
5454

55+
.venv
56+
5557
# Depinject & Graphviz
5658
dependency-graph.png
5759
debug_container.dot

store/streaming/abci/README.md

-12
Original file line numberDiff line numberDiff line change
@@ -169,12 +169,6 @@ just trying the examples, you can skip ahead to the [Testing](#testing) section.
169169
make proto-gen
170170
```
171171

172-
* stdout plugin; from inside the `store/` dir, run:
173-
174-
```shell
175-
go build -o streaming/abci/examples/stdout/stdout streaming/abci/examples/stdout/stdout.go
176-
```
177-
178172
* file plugin (writes to `~/`); from inside the `store/` dir, run:
179173

180174
```shell
@@ -185,12 +179,6 @@ go build -o streaming/abci/examples/file/file streaming/abci/examples/file/file.
185179

186180
Export a plugin from one of the Go or Python examples.
187181

188-
* stdout plugin
189-
190-
```shell
191-
export COSMOS_SDK_ABCI="{path to}/cosmos-sdk/store/streaming/abci/examples/stdout/stdout"
192-
```
193-
194182
* file plugin (writes to ~/)
195183

196184
```shell
-22.8 MB
Binary file not shown.

store/streaming/abci/examples/stdout/stdout.go

-43
This file was deleted.

0 commit comments

Comments
 (0)