DEV Community

Beetbix
Beetbix

Posted on • Updated on

Scala+Stellar Weekly Update June 14, 2020

🧠 Thinking about

There are many ecosystem proposals (SEPs) that are not yet supported by the SDK. The experience this week starting to implement SEP-7 highlights how it would be valuable to implement these even before they are finalised. Building them as a reference implementation would help to identify missing edge cases before they are locked in stone. In particular, the replace field in SEP 7, which is a declaration of transaction fields values that a user must provide whilst signing, is slightly ambiguous in its format definition. I think I should attempt to work on promising/interesting SEPs before they get the stamp of approval.

πŸ”™ Last Week

Reverted support for multiplexed accounts, as this is not yet an approved protocol change. Released this in v0.12.2.

Started implementing SEP 7, with methods for generating and parsing transaction signing request URIs. Support is done for xdr and replace arguments.

Updated the integration test docker image to use the newly released Horizon v1.4.0.

Shared a Github Actions recipe for automatically building & pushing the quickstart docker image to dockerhub.

πŸ• Planned (Jun-Aug)

  • SEP-0007 - URI Scheme to Facilitate Delegated Signing
  • SEP-0010 - Stellar Web Authentication
  • Ongoing SDK rebuild effort.

Top comments (0)