Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ for contract upgrades.
- Pre-commit hook (`make install-hooks`) running `cargo fmt` and `cargo clippy` before every commit.
- CHANGELOG.md tracking all significant changes per release.
- Inline doc comments explaining the purpose of each test scenario across all test files.
- Inline `///` rustdoc for every public function in `src/contract.rs` (one-line
summary, `# Arguments`, `# Panics`, and `# Example`).
- Error code catalog (`docs/error-codes.md`) mapping every panic string to its
module, cause, and recommended caller handling.
- Architecture document (`docs/architecture.md`) covering module responsibilities,
data flow, storage layout, auth model, events, and integration points.
- `transfer_recurring_payer` — transfer a recurring payment to a new payer with
Expand Down
Loading