Skip to content

Conversation

@linh-nguyenbao
Copy link
Collaborator

#341

  • Addresses: Base58 strict (decodes and ≥ 32 bytes).
  • amount: required, length ≤ 128 (uint256 string).
  • text_data: length ≤ 512 and matches regex.
  • extra_info: length ≤ 2048.
  • signature: required, length ≤ 2048.
  • tx_hash: length ≤ 128.
  • tag : only latest | pending.
  • Injection pattern detection
  • safe-character regex; length capped

  • JSON-RPC: require Content-Type application/json.
  • JSON-RPC: reject unknown fields.
  • JSON-RPC: Body 4MB, Response 20MB.
  • gRPC: MaxRecv 4MB, MaxSend 20MB.

@linh-nguyenbao linh-nguyenbao changed the base branch from master to develop October 31, 2025 05:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants