Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gagliardetto/slot-list-compare
https://github.com/gagliardetto/slot-list-compare
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gagliardetto/slot-list-compare
- Owner: gagliardetto
- Created: 2023-09-04T13:16:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-06T09:37:36.000Z (over 1 year ago)
- Last Synced: 2024-10-12T01:30:42.026Z (3 months ago)
- Language: Go
- Size: 27.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# slot-list-compare
## Description
This is a simple tool to compare two lists of slots. It can be used to compare the slots from faithful and a solana RPC.
## Usage
```bash
$ slot-list-compare --rpc=https://api.mainnet-beta.solana.com --epoch 490 --faithful 490.slots.txt
``````It will fetch the slot list for epoch 490 from the RPC and compare it to the slot list from faithful. It will print the slots that are missing in the RPC and the slots that are missing in faithful.