add readme - #3
Merged
Merged
Conversation
yugocabrio
pushed a commit
that referenced
this pull request
Jan 28, 2026
feat: add automated function invoking script
Oghma
pushed a commit
that referenced
this pull request
May 27, 2026
* refactor: restructure project into a Cargo workspace - Added root Cargo.toml workspace - Moved crates into `contracts/` and `crates/` directories - Unified dependency management and cleaned up paths - Fixed test artifacts and WASM paths to match new layout * test: restore wasm-cost budget test in release mode Re-enable wasm-cost test flow for tornado mixer tests and run budget checks against release WASM contracts. - restore wasm-cost feature wiring (with testutils) - load release wasm artifacts at runtime instead of compile-time include_bytes/contractimport - auto-build missing release wasm artifacts so tests work from clean checkouts - keep wasm-cost budget path working for already built workspaces - enforce release-only execution for wasm-cost budget test with a clear assertion message * refactor: simplify code and address clippy warnings - Added `#[allow(clippy::should_implement_trait)]` for clarity. - Replaced `.err().expect` calls with `.expect_err` for improved readability. - Removed unnecessary `.clone()` calls, replacing with direct references. - Optimized loop usage with `iter_mut` for cleaner code. - Improved clarity in conditional checks using `is_multiple_of`. * docs: Update README.md with requirements * feat: add deployment and verification scripts for Soroban contract * feat: enhance performance measurement and verification scripts * feat: improve script stack and centralize config - Create config.sh to manage shared network and path variables - Add .env file support for local overrides - Update modular scripts to use centralized config - Add deployment retries and health check windows - Refactor run_localnet_e2e.sh to use modular scripts - Scale timeouts when GITHUB_ACTIONS is detected - Add setup.sh to automate environment prep * feat: update CI configuration and setup script for improved environment setup * feature: Add justfile and fix deployment bug * cleanup: Remove stray .DS_Store file * feature: update CI configurations for dev branch and add E2E workflow
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.
No description provided.