Skip to content

feat(soroban): add deployments telemetry schema registry and validation#735

Merged
SheyeJDev merged 1 commit into
Split-Naira:mainfrom
mijinummi:eployments-telemetry-schema
Jun 29, 2026
Merged

feat(soroban): add deployments telemetry schema registry and validation#735
SheyeJDev merged 1 commit into
Split-Naira:mainfrom
mijinummi:eployments-telemetry-schema

Conversation

@mijinummi

Copy link
Copy Markdown
Contributor

Description

This PR addresses Issue #687, implementing deterministic deployment ledger records and build verification tracking modules for smart contracts.

Key Modifications

  • Telemetry Registry Definition: Established an updated deployments.json layout tracking deployed IDs, ledger increments, and workspace git state hashes.
  • Rust Build Automation: Modified deployer.rs with automated workspace process executors (git rev-parse) to update configuration tracking files immediately upon network confirmation.
  • Bytecode Integrity Validators: Authored an analytical JavaScript tool fetching live network telemetry through standard CLI instances to compare runtime hashes against versioned states.

Closes #687

@drips-wave

drips-wave Bot commented Jun 28, 2026

Copy link
Copy Markdown

@mijinummi 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! 🚀

Learn more about application limits


// Query network state through native Stellar developer CLI tool mirrors
const cliOutput = execSync(
`stellar contract id status --id ${record.contractId} --network ${networkArg}`,
@SheyeJDev SheyeJDev merged commit 3505bb5 into Split-Naira:main Jun 29, 2026
6 of 9 checks passed
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.

deployments.json: Version and Checksum Tracking

3 participants