Skip to content

add readme - #3

Merged
yugocabrio merged 1 commit into
mainfrom
readme
Jul 10, 2025
Merged

add readme#3
yugocabrio merged 1 commit into
mainfrom
readme

Conversation

@yugocabrio

Copy link
Copy Markdown
Contributor

No description provided.

@yugocabrio
yugocabrio merged commit 503f6b9 into main Jul 10, 2025
2 checks passed
@yugocabrio
yugocabrio deleted the readme branch July 11, 2025 00:08
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
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.

1 participant