Implement shared validators for params/state/auth#1
Draft
Shecodes174 wants to merge 174 commits into
Draft
Conversation
…kbook#275) - Add rlib to crate-type in Cargo.toml to enable snapshot generation - Rewrite tests to use client pattern (register_contract + client calls) - Convert should_panic tests to try_* pattern for proper error handling - Add snapshot testing documentation to guides/testing.md
…/Soroban-Cookbook- into feat/256-Add-Events-Tests
…-auth-integration-tests feat: add multi-party auth integration tests (2-of-3, 3-of-3, cross-f…
Added error handling tests
Demonstrate Panic vs Errors
Issue#283: Define structured event schemas and topic taxonomy
…rage-job ci: run full test suite with coverage
…ce-storage docs: document instance storage pattern
…adme feat: add main readme
…nt-error-propagation [259] Implement Error Propagation
…/issue-209-example-categories chore: define example categories (Issue Soroban-Cookbook#209)
…ssue-155-scripts-documentation docs(scripts): add parameter descriptions to scripts/README.md
…ssue-189-docs-index docs: create docs/README.md documentation index (Soroban-Cookbook#189)
…for-each-category Feat/readme for each category
…/issue-212-rust-toolchain build: configure soroban rust toolchain (Issue Soroban-Cookbook#212)
…mple-readme docs(04-events): add comprehensive README for structured event patterns
…asics-readme-update docs(basics): update README with all examples, difficulty ratings, an…
docs: create comprehensive examples index for basics
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR implements shared validation utilities for Soroban smart contracts.
Summary
Acceptance Criteria Met