elucidsoft / dotnet-stellar-sdk

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

Muxed accounts should now be enabled by default. #349

Closed Shaptic closed 2 years ago

Shaptic commented 2 years ago

Muxed accounts (introduced into the protocol in CAP-27 and defined in its string form in SEP-23) should now be supported by default. Previously, we asked that they be hidden behind an opt-in feature flag; now, they should always be supported.

The following fields are muxed accounts and can thus be either a standard G... or a muxed M... address:

While the list above should be comprehensive, you can always refer to the XDR for an authoritative source of truth.

Refer to the following releases for reference implementations:

Additional documentation is available in the glossary.

elucidsoft commented 2 years ago

PR #351

This is working, we are going to add missing unit tests for each operation to ensure nothing was missed. Once all those are passing we will publish.