Skip to content

Commit d52503b

Browse files
0xfnzeroclaude
andcommitted
Release v4.0.1: Fix BlockRazor gRPC endpoints and set gRPC as default transport
## Changes since v4.0.0 ### Bug Fixes - Fixed BlockRazor gRPC endpoints to use correct gRPC service URLs - Set gRPC as the default transport layer for BlockRazor with HTTP fallback This release improves the reliability and performance of BlockRazor integration by prioritizing gRPC communication while maintaining HTTP fallback compatibility. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 9e53b76 commit d52503b

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sol-trade-sdk"
3-
version = "4.0.0"
3+
version = "4.0.1"
44
edition = "2021"
55
authors = [
66
"William <byteblock6@gmail.com>",

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,14 +90,14 @@ Add the dependency to your `Cargo.toml`:
9090

9191
```toml
9292
# Add to your Cargo.toml
93-
sol-trade-sdk = { path = "./sol-trade-sdk", version = "4.0.0" }
93+
sol-trade-sdk = { path = "./sol-trade-sdk", version = "4.0.1" }
9494
```
9595

9696
### Use crates.io
9797

9898
```toml
9999
# Add to your Cargo.toml
100-
sol-trade-sdk = "4.0.0"
100+
sol-trade-sdk = "4.0.1"
101101
```
102102

103103
## 🛠️ Usage Examples

README_CN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,14 +90,14 @@ git clone https://github.com/0xfnzero/sol-trade-sdk
9090

9191
```toml
9292
# 添加到您的 Cargo.toml
93-
sol-trade-sdk = { path = "./sol-trade-sdk", version = "4.0.0" }
93+
sol-trade-sdk = { path = "./sol-trade-sdk", version = "4.0.1" }
9494
```
9595

9696
### 使用 crates.io
9797

9898
```toml
9999
# 添加到您的 Cargo.toml
100-
sol-trade-sdk = "4.0.0"
100+
sol-trade-sdk = "4.0.1"
101101
```
102102

103103
## 🛠️ 使用示例

0 commit comments

Comments
 (0)