https://github.com/gagliardetto/slot-list-compare
https://github.com/gagliardetto/slot-list-compare
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gagliardetto/slot-list-compare
- Owner: gagliardetto
- Created: 2023-09-04T13:16:15.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-06T09:37:36.000Z (about 2 years ago)
- Last Synced: 2025-05-20T09:38:33.953Z (5 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.