Skip to content

Commit b36eae4

Browse files
authored
Revert "# feat: Add Jetstreamer as a Data Source to Vixen (#163)"
This reverts commit 3b42a83.
1 parent 3b42a83 commit b36eae4

File tree

8 files changed

+1771
-7949
lines changed

8 files changed

+1771
-7949
lines changed

Cargo.lock

Lines changed: 1767 additions & 7026 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ publish = false
1414

1515
[workspace.dependencies]
1616
async-trait = "^0.1"
17-
anyhow = "1.0"
1817
borsh = "1.5.5"
1918
bs58 = "^0.5.1"
2019
hex = "^0.4.3"
@@ -52,12 +51,9 @@ solana-account-info = "^2.2.0"
5251
solana-cpi = "^2.2.0"
5352
solana-decode-error = "^2.2.0"
5453
solana-pubkey = "^2.2.0"
55-
solana-sysvar = { version = "=3.0.0", features = ["serde"] }
56-
solana-hash = { version = "=3.0.0", features = ["serde"] }
5754
solana-instruction = "^2.2.0"
5855
solana-msg = "^2.2.0"
5956
solana-program-entrypoint = "^2.2.0"
60-
solana-transaction = "2.2.0"
6157
solana-program-error = "^2.2.0"
6258
solana-transaction-status = "^2.2.0"
6359
solana-ledger = "^2.2.0"
@@ -81,14 +77,10 @@ tonic-build = "^0.12.1"
8177
toml = "^0.8.0"
8278
topograph = "^0.4.0"
8379
tokio = "^1.37.0"
84-
tokio-util="0.7.17"
8580
tracing = "^0.1.40"
8681
quote = "1"
8782
zstd = "^0.13.0"
8883
bytemuck = "^1"
89-
jetstreamer-firehose = "0.1"
90-
jetstreamer-utils = "0.1"
91-
warp = "0.3"
9284

9385
yellowstone-fumarole-client = "^0.2.0"
9486
yellowstone-grpc-client = { version = "9" }
@@ -124,6 +116,3 @@ yellowstone-vixen-solana-rpc-source = { path = "crates/solana-rpc-source", versi
124116
yellowstone-vixen-yellowstone-grpc-source = { path = "crates/yellowstone-grpc-source", version = "0.6.0" }
125117
yellowstone-vixen-yellowstone-fumarole-source = { path = "crates/yellowstone-fumarole-source", version = "0.6.0" }
126118
yellowstone-vixen-solana-snapshot-source = { path = "crates/solana-snapshot-source", version = "0.6.0" }
127-
yellowstone-vixen-jetstream-source = { path = "crates/jetstreamer-source", version = "0.6.0" }
128-
129-

Vixen.example.toml

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,10 @@ x-token = "<X-TOKEN>"
1616
timeout = 60
1717

1818
# # Only needed if you are using Fumarole as a source.
19-
# # [source]
20-
# # endpoint = "https://index.rpcpool.com"
21-
# # x-token = "<X-TOKEN>"
22-
# # subscriber-name = "my_subscribe_group"
23-
24-
# # Only needed if you are using Jetstream as a source.
25-
# # [source]
26-
# # archive-url = "https://api.old-faithful.net"
27-
# # epoch = 800
28-
# # threads = 4
29-
# # network = "mainnet"
30-
# # compact-index-base-url = "https://files.old-faithful.net"
31-
# # network-capacity-mb = 1000
19+
# [source]
20+
# endpoint = "https://index.rpcpool.com"
21+
# x-token = "<X-TOKEN>"
22+
# subscriber-name = "my_subscribe_group"
3223

3324
# Metrics configuration section.
3425
# Uncomment the following lines if you are running Prometheus

crates/jetstreamer-source/Cargo.toml

Lines changed: 0 additions & 44 deletions
This file was deleted.

0 commit comments

Comments
 (0)