Skip to content

Commit

Permalink
Release 0.1.15
Browse files Browse the repository at this point in the history
jito-block-engine@0.1.15
jito-core@0.1.15
jito-relayer@0.1.15
jito-relayer-web@0.1.15
jito-transaction-relayer@0.1.15

Generated by cargo-workspaces
  • Loading branch information
segfaultdoc committed Jul 16, 2024
1 parent 47c9a2c commit f425e1a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ members = [
resolver = "1"

[workspace.package]
version = "0.1.14"
version = "0.1.15"
authors = ["Jito Network <support@jito.network>"]
repository = "https://github.com/jito-foundation/jito-relayer"
homepage = "https://jito.network/"
Expand All @@ -34,11 +34,11 @@ futures-util = "0.3"
histogram = "0.6.9"
hostname = "0.3"
itertools = "0.10.5"
jito-block-engine = { path = "block_engine", version = "=0.1.14" }
jito-core = { path = "core", version = "=0.1.14" }
jito-block-engine = { path = "block_engine", version = "=0.1.15" }
jito-core = { path = "core", version = "=0.1.15" }
jito-protos = { path = "jito-protos", version = "=0.1.14" }
jito-relayer = { path = "relayer", version = "=0.1.14" }
jito-relayer-web = { path = "web", version = "=0.1.14" }
jito-relayer = { path = "relayer", version = "=0.1.15" }
jito-relayer-web = { path = "web", version = "=0.1.15" }
jito-rpc = { path = "rpc", version = "=0.1.14" }
jwt = { version = "0.16.0", features = ["openssl"] }
keyed_priority_queue = "0.4.1"
Expand Down
1 change: 1 addition & 0 deletions core/src/fetch_stage.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ impl FetchStage {
}
}

// packets -> relayer (drop any connections with stake less than 15k SOL and for anything under then only allow up to 200 connections)
/// Copies tpu_forward packets to tpu channel. marks as forwarded
fn handle_forwarded_packets(
tpu_forwards_receiver: &PacketBatchReceiver,
Expand Down

0 comments on commit f425e1a

Please sign in to comment.