Skip to content

feat: upgrade to stellar protocol 27 - #549

Merged
zachfedor merged 8 commits into
mainfrom
feat/protocol-27-upgrade
Jun 29, 2026
Merged

feat: upgrade to stellar protocol 27#549
zachfedor merged 8 commits into
mainfrom
feat/protocol-27-upgrade

Conversation

@zachfedor

Copy link
Copy Markdown
Contributor
  • Upgrade entire stack to Protocol 27: stellar-cli v27, soroban-sdk 27.0.0-rc.1, stellar-xdr 27.0.0, stellar-rpc-client 27.0.0
  • Fix CI: update stellar/stellar-cli action to v27.0.0 in both build and test jobs
  • Remove admin-sep dependency for test fixtures; rewrite hello_v1/hello_v2 fixtures with minimal inline upgrade logic
  • Fix soroban-cli v27 breaking API changes

Includes stellar-cli, stellar-xdr, soroban-sdk, and stellar-rpc-client
dependencies. Also removes admin-sep dependency for test fixtures.
@zachfedor
zachfedor requested review from b4sen, chadoh and willemneal June 24, 2026 02:26
@socket-security

socket-security Bot commented Jun 24, 2026

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatedcargo/​tokio@​1.52.1 ⏵ 1.52.35810093100100
Updatedcargo/​soroban-sdk@​23.5.2 ⏵ 27.0.0-rc.181 -1100 +293100100
Updatedcargo/​serde_json@​1.0.149 ⏵ 1.0.1508210093100100
Updatedcargo/​stellar-xdr@​26.0.0 ⏵ 27.0.093100100100100
Updatedcargo/​soroban-spec-tools@​26.0.0 ⏵ 27.0.010010093100100

View full report

@socket-security

socket-security Bot commented Jun 24, 2026

Copy link
Copy Markdown

Warning

Review the following alerts detected in dependencies.

According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.

Action Severity Alert  (click "▶" to expand/collapse)
Warn High
Obfuscated code: cargo tokio is 90.0% likely obfuscated

Confidence: 0.90

Location: Package overview

From: Cargo.lockcargo/tokio@1.52.3

ℹ Read more on: This package | This alert | What is obfuscated code?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore cargo/tokio@1.52.3. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

View full report

Comment thread CLAUDE.md
@chadoh
chadoh marked this pull request as draft June 24, 2026 15:22
@zachfedor
zachfedor marked this pull request as ready for review June 24, 2026 21:04
@zachfedor
zachfedor requested a review from chadoh June 25, 2026 16:45
chadoh
chadoh previously approved these changes Jun 25, 2026

@chadoh chadoh left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice work here, @zachfedor! This is way out of your typical wheelhouse and is some error-prone and frustrating work, but it looks like you found a way to make it less error-prone! 👏🏼 👏🏼 👏🏼

I'd love a couple quick confirmations from @willemneal on my questions below before we merge.

Comment thread crates/stellar-scaffold-cli/build.rs
Comment thread crates/stellar-scaffold-cli/build.rs Outdated
@zachfedor
zachfedor merged commit 5013348 into main Jun 29, 2026
9 checks passed
@zachfedor
zachfedor deleted the feat/protocol-27-upgrade branch June 29, 2026 18:52
@github-actions github-actions Bot mentioned this pull request Jun 29, 2026
zachfedor pushed a commit that referenced this pull request Jun 29, 2026
## 🤖 New release

* `stellar-build`: 0.0.6 -> 0.0.7
* `stellar-scaffold-ext-types`: 0.0.2 -> 0.0.3
* `stellar-scaffold-cli`: 0.0.24 -> 0.0.25 (✓ API compatible changes)
* `stellar-scaffold-macro`: 0.8.14 -> 0.8.15
* `stellar-scaffold-reporter`: 0.1.0 -> 0.1.1 (✓ API compatible changes)

<details><summary><i><b>Changelog</b></i></summary><p>

## `stellar-build`

<blockquote>

##
[0.0.7](stellar-build-v0.0.6...stellar-build-v0.0.7)
- 2026-06-29

### Other

- extract scaffold-cli from monorepo
([#535](#535))
</blockquote>

## `stellar-scaffold-ext-types`

<blockquote>

##
[0.0.3](stellar-scaffold-ext-types-v0.0.2...stellar-scaffold-ext-types-v0.0.3)
- 2026-06-29

### Other

- extract scaffold-cli from monorepo
([#535](#535))
</blockquote>

## `stellar-scaffold-cli`

<blockquote>

##
[0.0.25](stellar-scaffold-cli-v0.0.24...stellar-scaffold-cli-v0.0.25)
- 2026-06-29

### Added

- upgrade to stellar protocol 27
([#549](#549))
- add version flag
([#492](#492))

### Other

- Template Monorepo
([#543](#543))
- extract scaffold-cli from monorepo
([#535](#535))
- Feat/pkg manager improvements
([#491](#491))
</blockquote>

## `stellar-scaffold-macro`

<blockquote>

##
[0.8.15](stellar-scaffold-macro-v0.8.14...stellar-scaffold-macro-v0.8.15)
- 2026-06-29

### Other

- extract scaffold-cli from monorepo
([#535](#535))
- *(deps)* bump the cargo-minor group across 1 directory with 16 updates
([#487](#487))
</blockquote>

## `stellar-scaffold-reporter`

<blockquote>

##
[0.1.1](stellar-scaffold-reporter-v0.1.0...stellar-scaffold-reporter-v0.1.1)
- 2026-06-29

### Other

- extract scaffold-cli from monorepo
([#535](#535))
- *(deps)* bump the cargo-minor group across 1 directory with 16 updates
([#487](#487))
</blockquote>


</p></details>

---
This PR was generated with
[release-plz](https://github.com/release-plz/release-plz/).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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.

3 participants