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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,3 +254,7 @@ Found a vulnerability? See [`docs/SECURITY.md`](./docs/SECURITY.md) for responsi
## License

MIT — see [LICENSE](./LICENSE)

## Recent Changes
- Ongoing improvements and fixes as part of active development.
- See commit history and open issues for detailed change tracking.
3 changes: 2 additions & 1 deletion ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,14 @@ The project is actively working toward **v0.2.0** (below). Open issues for this
**Targeted features:**

- Time-locked execution (enforce a configurable delay after threshold is met before execution is allowed)
- Per-owner spending limits (optional caps on proposal amounts per signer)
- Per-owner spending limits (optional caps on proposal amounts per signer)
- Multi-token treasury dashboard (aggregate balances for all held tokens)
- Mobile-responsive UI
- Security audit by an independent reviewer
- SEP-55 contract build verification in CI (GitHub Actions attestation pipeline)

**Acceptance criteria:**
**Acceptance criteria:

- [ ] Time-lock delay is configurable at initialization and enforced during execute
- [ ] Per-owner spending limits can be set and are checked on proposal creation
Expand Down
Loading