Skip to content

Commit

Permalink
Merge pull request #295 from EpicsDAO/changeset-release/main
Browse files Browse the repository at this point in the history
Firedancer/Geyser setup support
  • Loading branch information
POPPIN-FUMI authored Oct 4, 2024
2 parents ab1426a + 27a44b2 commit 2cac671
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 27 deletions.
26 changes: 0 additions & 26 deletions .changeset/big-socks-exist.md

This file was deleted.

27 changes: 27 additions & 0 deletions packages/solv/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# @epics-dao/solv

## 4.6.2

### Patch Changes

- [#294](https://github.com/EpicsDAO/solv/pull/294) [`602f0c3`](https://github.com/EpicsDAO/solv/commit/602f0c3aecc4125d02c563cb7eee71b3e703e52a) Thanks [@POPPIN-FUMI](https://github.com/POPPIN-FUMI)! - ## New Features - solv v4.6.x Release

Now you can easily setup Yellowstone Geyser plugin and Firedancer!

### Yellowstone Geyser gRPC Interface Support

```bash
solv setup --geyser
```

- Yellowstone Geyser Doc - [https://github.com/rpcpool/yellowstone-grpc](https://github.com/rpcpool/yellowstone-grpc)

### Firedancer Setup Support (Frankendancer)

```bash
solv setup --firedancer
```

Please update the VALIDATOR_TYPE value to `frankendancer` in the `solv4.config.json` file.
solv start will automatically read firedancer.service instead of solv.service.

- Firedancer Doc - [https://firedancer-io.github.io/firedancer/](https://firedancer-io.github.io/firedancer/)

## 4.6.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/solv/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@epics-dao/solv",
"version": "4.6.1",
"version": "4.6.2",
"description": "Solana Validator CLI SOLV",
"main": "dist/index.js",
"type": "module",
Expand Down

0 comments on commit 2cac671

Please sign in to comment.