Skip to content
MonsieurNicolas edited this page Oct 5, 2018 · 9 revisions

Welcome to the stellar-protocol wiki!

This page is used to complement discussions of draft proposals by providing grouping and meta indexing which can in turn help with prioritization of work.

Issues can be referenced multiple times when it makes sense (that is a sign that a feature is versatile, a good thing!).

Network throttling and fee management

Make the fee specified in a transaction a max amount the user will pay

https://github.com/stellar/stellar-protocol/issues/133

Update "surge pricing" to be more fair

https://github.com/stellar/stellar-protocol/issues/75

Stronger network semantics

Enabling invariants at the protocol level

https://github.com/stellar/stellar-protocol/issues/125

Base reserve requirement for data fields is not sufficient for preventing the bloat

https://github.com/stellar/stellar-protocol/issues/112

Order book improvements

CoSigned Assets

https://github.com/stellar/stellar-protocol/issues/146

Expiring offers

https://github.com/stellar/stellar-protocol/issues/175

Indivisible Assets

https://github.com/stellar/stellar-protocol/issues/113

Payment channels and other "smart contracts"

Signatures or preauthorizations specifying flexible sequence numbers (so order doesn't matter)

https://github.com/stellar/stellar-protocol/issues/88

Ability to create accounts with predefined signers and predictable sequence numbers

https://github.com/stellar/stellar-protocol/issues/99

Non-atomic operations

It would be helpful if there were a way to have a single failed Payment operation (because the destination account does not exist) or failed CreateAccount operation (because the account already exists) not cause all other operations to fail.

Clone this wiki locally