Skip to content

dev -> main#463

Closed
ryzen-xp wants to merge 107 commits into
mainfrom
dev
Closed

dev -> main#463
ryzen-xp wants to merge 107 commits into
mainfrom
dev

Conversation

@ryzen-xp
Copy link
Copy Markdown
Contributor

No description provided.

ryzen-xp and others added 30 commits April 1, 2026 13:28
feat(script): implemented deployer scrit
feat: add role-based admin controls for deployment-critical contract …
…esult returns

- Change deploy_username and transfer_username signatures to Result<(), FactoryError>
- Replace panic_with_error! with .ok_or(FactoryError::...)? and return Err(...)
- Replace .expect() with .ok_or(FactoryError::Unauthorized)?
- Update duplicate-rejection tests to use try_deploy_username and assert Err(Ok(...))
- Add deploy_username_returns_ok_on_success test (Requirements 7.3)
- Add transfer_username_returns_ok_on_success test (Requirements 7.4)
- Rebased on top of role-based admin controls (PR #408)
Documents known deployment blockers (B-01 through B-09), contract
deployment order, post-deploy configuration steps, role/access matrix,
and testnet readiness gates. Links roadmap to the new checklist.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
feat: return Result from FactoryContract functions
…ct-result-apis-and-structured-events

refactor: unify AuctionContract Result APIs and structured events
KevinMB0220 and others added 28 commits April 27, 2026 19:08
…its-in-EscrowContract

fix: reject zero-amount deposits in EscrowContract
…ss-validation

fix: return 400 on invalid Stellar address in backend routes
feat: implement add paginated auctions endpoint and user vaults retrieval API
…on-pipe

Feat/backend global validation pipe
chore: add .env.example with all required backend variables
…nchain-helpers

refactor: extract shared authorization and storage helpers across onc…
…ethods

feat: implement Stellar contract interaction methods in StellarService
…-query-functions

test: add coverage for AuctionContract singleton and query functions
…ract-structured-errors-and-events

refactor: finish EscrowContract structured errors and events
…error-handling-and-structured-events

refactor: normalize CoreContract error handling and structured events
…ging

chore: add health check and logging (#406)
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 13, 2026

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 918dddb4-5fba-4bbe-a33f-a56f1f4076be

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch dev

Tip

💬 Introducing Slack Agent: The best way for teams to turn conversations into code.

Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.

  • Generate code and open pull requests
  • Plan features and break down work
  • Investigate incidents and troubleshoot customer tickets together
  • Automate recurring tasks and respond to alerts with triggers
  • Summarize progress and report instantly

Built for teams:

  • Shared memory across your entire org—no repeating context
  • Per-thread sandboxes to safely plan and execute work
  • Governance built-in—scoped access, auditability, and budget controls

One agent for your entire SDLC. Right inside Slack.

👉 Get started


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@ryzen-xp ryzen-xp closed this May 13, 2026
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.