Skip to content

Commit

Permalink
Merge pull request #300 from vegaprotocol/299-remove-stale-sub-tools
Browse files Browse the repository at this point in the history
Remove stale sub tools
  • Loading branch information
peterbarrow authored Aug 15, 2023
2 parents ba05c3b + e89b775 commit 65df0af
Show file tree
Hide file tree
Showing 16 changed files with 82 additions and 2,777 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Unreleased

### 🚨 Breaking changes
- [](https://github.com/vegaprotocol/vegatools/pull/) -
- [299](https://github.com/vegaprotocol/vegatools/issues/299) - Removed stream, snapshot and checkpoint tools as they are migrated to the core repo

### 🗑️ Deprecation
- [](https://github.com/vegaprotocol/vegatools/pull/) -
Expand Down
18 changes: 0 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,20 +29,6 @@ go env -w CGO_ENABLED=0

## Available tools

### Stream

Stream is a simple utility used to connect to a vega validator and listen to ALL events it produce.

Here's an example of how to run it:
```console
vegatools stream --address=n09.testnet.vega.xyz:3002
```

This will listen to all event from this testnet node, run the following commands for a detailed help and filtering
```console
vegatools stream -h
```

### MarketDepthViewer

MarketDepthViewer is a utility that will display the market depth of a given market running on a node.
Expand Down Expand Up @@ -74,10 +60,6 @@ The basic command to run it is:
vegatools marketstakeviewer --address=n09.testnet.vega.xyz:3002
```

### Checkpoint

Checkpoint forces the vega node to generate a checkpoint file.

### DelegationViewer

DelegationViewer displays the amount of stake delegated to each of the nodes in the network.
Expand Down
322 changes: 0 additions & 322 deletions checkpoint/parse.go

This file was deleted.

Loading

0 comments on commit 65df0af

Please sign in to comment.