Skip to content

Feat/new feature#615

Merged
Haroldwonder merged 2 commits into
Haroldwonder:mainfrom
Zarmaijemimah:feat/new-feature
Jun 2, 2026
Merged

Feat/new feature#615
Haroldwonder merged 2 commits into
Haroldwonder:mainfrom
Zarmaijemimah:feat/new-feature

Conversation

@Zarmaijemimah

@Zarmaijemimah Zarmaijemimah commented Jun 1, 2026

Copy link
Copy Markdown

Closes #524


Feat/new feature

Stellar TipJar Dev added 2 commits June 1, 2026 16:30
- Enhanced run_validate to provide specific field-level error messages
- Ported validation logic from validate_config_strict.py to Rust
- Added comprehensive schema validation for contract, attestors, and sessions
- Implemented URL validation with security checks (HTTPS required, no localhost)
- Added duplicate detection for attestor names and addresses
- Added warning system for non-blocking best practice recommendations
- Created test files and comprehensive documentation

Resolves issue: run_validate now indicates which field failed and why
…tibility

- Updated MIN_RUST_MINOR from 56 to 74 in src/bin/anchorkit.rs
- Added comprehensive test suite in tests/doctor_tests.rs
- Tests verify version parsing, comparison logic, and doctor command
- Prevents false positives for Rust 1.56-1.73 which cannot compile the project
@Zarmaijemimah

Copy link
Copy Markdown
Author

close #524

@drips-wave

drips-wave Bot commented Jun 1, 2026

Copy link
Copy Markdown

@Zarmaijemimah Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@Haroldwonder Haroldwonder merged commit 527db9a into Haroldwonder:main Jun 2, 2026
0 of 8 checks passed
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.

cli: doctor command checks Rust version against MIN_RUST_MAJOR=1 MIN_RUST_MINOR=56 which is outdated

2 participants