07e45d136f
Major changes: - Switch BlockRazor default transport from gRPC to HTTP to avoid FRAME_SIZE_ERROR - gRPC mode still available via explicit SwqosTransport configuration - Fix ZeroSlot Binary-Tx JSON-RPC 2.0 response parsing - Properly handle success responses with "result" field - Properly handle error responses with "error" field containing code and message - Update version to 4.0.0 - Update README files to reflect new version Technical details: - BlockRazor: HTTP mode is now the default (SwqosTransport::Http or None) - ZeroSlot: Parse JSON-RPC 2.0 format responses instead of plain text - Proto code: Pre-generated gRPC code for BlockRazor (no protoc required) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
13 lines
293 B
Plaintext
Executable File
13 lines
293 B
Plaintext
Executable File
# Proto 生成工具和生成的代码(用户不需要)
|
|
/proto/gen/
|
|
|
|
# 预生成的 proto Rust 代码(提交到仓库,但用户不应修改)
|
|
# /src/swqos/pb/serverpb.rs <- 这个文件已经提交,用户不应修改
|
|
|
|
# Build artifacts
|
|
/target/
|
|
Cargo.lock
|
|
|
|
# Proto sources
|
|
/proto/
|