Skip to main content
We welcome and encourage AI-assisted contributions. Using Claude, Copilot, ChatGPT, or other AI tools is perfectly fine.

Prompt Requirement

You MUST include your prompts in the PR. PRs without prompts will not be accepted under any circumstances unless:
  • The change is trivial (typo fix, single-line change)
  • You are a known trusted contributor

Example PR Format

## AI Prompts Used

### Prompt 1:
"Add validation for RLP encoded data to prevent buffer overflows"

### Prompt 2:
"Write tests for the new validation logic"

## Summary
Adds input validation for RLP decoding. Fixes #123.