elucidsoft / dotnet-stellar-sdk

Stellar API SDK for .NET 6.x
Apache License 2.0
116 stars 55 forks source link

Protocol 16 support #311

Closed 2opremio closed 3 years ago

2opremio commented 3 years ago

This issue lists the changes to the Horizon API introduced by CAP-35. This CAP comprises the public-facing changes in Stellar Protocol 16. The first Horizon version with the updated API is Horizon 2.1.0.

This protocol upgrade is purely additive. We expect a protocol 16 compliant SDK to be able to run successfully against a protocol 16 network.

We are aiming for the following tentative timeline:

March 30: Horizon released with protocol 16 support (done)
Begining of April: Core release with protocol 16 support
May: Protocol 16 deployed to Testnet
June: Protocol 16 Prodnet-deployment vote

New objects

None

Modified objects

New endpoints

None

Modified endpoints

None

New Operations

New effects ✅

Deprecations

Kirbyrawr commented 3 years ago

PR already opened, a teammate will review it soon and check if anything is missing or if anything is wrong.

2opremio commented 3 years ago

Fantastic! Thanks for the quick turnaround!

On April 8, 2021, GitHub @.***> wrote:

PR already opened, a teammate will review it soon and check if anything is missing or if anything is wrong.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/elucidsoft/dotnet-stellar- sdk/issues/311#issuecomment-815249681, or unsubscribe https://github.com/notifications/unsubscribe- auth/AASA4JGVWZSYPV7RWSHTPELTHS7ZBANCNFSM42FSLCCA.

2opremio commented 3 years ago

Update: CAP35 will now be included in Protocol 17

Version 16 of the protocol was used to resolve an issue in the network. (If interested, there is a blogpost explaining the details).

As a result, CAP35 will be included in Protocol 17. In other words, all the references to Protocol 16 above, now apply to Protocol 17.