Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ecosystem/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ technology forward into new territory.

Unlike Stellar's Core development (CAPs), Stellar's Ecosystem Proposals are
intended to be a more dynamic way of introducing standards and protocols
utilized in the ecosystem that are built on top of the Stellar Network. It uses
utilized in the ecosystem that are built on top of the Stellar network. It uses
Copy link

Copilot AI Apr 22, 2026

Choose a reason for hiding this comment

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

This change lowercases the proper noun "Stellar Network" to "Stellar network", which is inconsistent with the terminology used across the repo (e.g., core/README.md "Stellar Network Goals" and cap-template.md). Consider keeping "Stellar Network" capitalized here for consistency and to avoid ambiguity with a generic network.

Suggested change
utilized in the ecosystem that are built on top of the Stellar network. It uses
utilized in the ecosystem that are built on top of the Stellar Network. It uses

Copilot uses AI. Check for mistakes.
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

see #1908

a lightweight process.

A SEPs author is responsible for a proposals adoption. Other ecosystem
Expand All @@ -135,7 +135,7 @@ Before contributing, consider the following:
the proposal forward, talk to folks in the ecosystem, or folks at SDF;
they'll often have guidance on how to move things forward, as well as
feedback regarding feasibility and how the proposal does or does not align
with the Stellar Network's goals.
with the Stellar network's goals.
Copy link

Copilot AI Apr 22, 2026

Choose a reason for hiding this comment

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

This instance also changes "Stellar Network" to "Stellar network". For consistency with the established repository terminology (e.g., core/README.md and cap-template.md), consider keeping the capitalization as "Stellar Network".

Suggested change
with the Stellar network's goals.
with the Stellar Network's goals.

Copilot uses AI. Check for mistakes.
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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


## SEP Process

Expand Down
4 changes: 2 additions & 2 deletions ecosystem/sep-0051.md
Original file line number Diff line number Diff line change
Expand Up @@ -1021,8 +1021,8 @@ Two types of breaking changes can occur in relation to XDR-JSON:

## Changelog

- `v2.0.1`: Update to `TransactionEnvelope` example to match latest
stellar-xdr definitions.
- `v2.0.1`: Update to `TransactionEnvelope` example to match latest stellar-xdr
definitions.
- `v2.0.0`: Change 64bit integer (Hyper and Unsigned Hyper) to map to JSON
strings instead of JSON numbers. Add string encoding of 128/256bit integer
types. Matches Protocol v23 XDR-JSON.
Expand Down
Loading