feat: testnet deployment treasury matchingpool smoke manifest#833
Merged
Cedarich merged 8 commits intoJun 5, 2026
Conversation
…loyment-treasury-matchingpool-smoke-manifest
…nt lints - Align soroban-sdk versions across all packages to v21.7.7 to prevent lockfile conflicts. - Inject missing crate-type = [cdylib] metadata block into pricing_adapter Cargo.toml to force WASM target compilation. - Remove redundant ampersand references to resolve clippy needless_borrows_for_generic_args warnings in lumenpulse-curation. - Modernize events.rs via #[contractevent] struct macro definitions, replacing deprecated manual inline topic tuple publishing. - Resolve type mismatch errors during event generation by implementing a stack allocation buffer routine to safely parse soroban_sdk::String into an on-chain Symbol reference.
|
@rachealkenny 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! 🚀 |
…cations - Record contract ID, WASM hash, and admin public key for Stellar testnet. - Document deployment verification steps and workspace compilation commands. - Detail core interface parameters for administration, round setups, and read-only methods.
- Deploy and initialize Lumen Token (7 decimals, LMT) using 'seyi' identity. - Deploy and initialize Treasury contract bound to the new token address. - Document deployment parameters, WASM hashes, and interface specs in local READMEs. - Complete on-chain handoff requirements for issue Pulsefy#756.
- Deploy pricing_adapter contract to testnet using 'seyi' deployment identity. - Initialize contract, setting 'seyi' public key as the structural admin. - Capture on-chain emission of 'InitializedEvent' confirming configuration. - Write local README documenting core interface signatures and the normalization formula.
- Map all 7 deployed contract addresses and WASM hashes to a centralized manifest - Add a JavaScript validation script to enforce manifest integrity - Implement a comprehensive Bash smoke test script to verify live testnet deployments - Update backend environment variables to include the full deployment fleet
…pool-smoke-manifest
Cedarich
approved these changes
Jun 5, 2026
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.
Summary
This PR completes the deployment and validation of Soroban contracts on Stellar testnet:
matching_poolcontract (fromapps/onchain/contracts/matching_pool) to testnet and executes initialization with required params.treasurycontract (fromapps/onchain/contracts/treasury) to testnet and initializes it with the deployed token address.contracts-manifest.json) as the single source of truth for all testnet contract IDs, including WASM hashes, admin addresses, and init parameters.scripts/smoke-test-contracts.sh) that performs at least one read call per deployed contract and outputs machine‑readable results suitable for CI gating.Linked Issue
Closes #752, #754, #755, #756
Type of Change
Validation
Documentation
Checklist
feat/,fix/, ordocs/Close #752
Close #754
Close #755
Close #756