Jeremy Rubin
Jeremy Rubin
This proposes a new operation which is equivalent of a shrink_to_fit for trustlines. The core purpose of this operation is to avoid a situation where attempts at closing a trustline...
Currently, the **TimePoint** data structure used for transaction minTime and maxTime refers to unix time stamps rather than ledger heights. Referring to ledger numbers instead of wall clock times is...
Currently when using pre-authorized transactions, it is common to want one pre-auth to remove another. E.g. ``` PreAuth A: Pay Account Alice 10 XLM Remove PreAuth B PreAuth B: Pay...
One issue with Pre-Auth transactions is that there is no way of guaranteeing there will be sufficient fee and reserves at the time it executes for it to properly execute....
The two existing current non-native Asset Code types are currently guaranteed to be non-overlapping without the enum tag by length. Given that there are no functional differences between asset code...
I'm proposing that we add an ecosystem proposal to support MuSig (or similar construction) for the purpose of having a single account key which requires signatures from multiple signers. This...
See https://github.com/stellar/stellar-protocol/pull/199 for some discussion. The data entries API doesn't really make sense for most use cases -- in most cases; the person is better served doing the thing off-chain....
Currently in Stellar, if a Key K exists on an Account A and an Account B with full privilege, then a transaction sourced from A with an operation from B...
SimulSig
I'm opening this issue to discuss a new signature type which makes it easier to construct complex protocols on Stellar. I'd love for the discussion to focus on the: utility...
Currently a signer may only sign with 100% of their authorization. Adding a mechanism by which a signer may specify the amount of threshold they are intending to grant would...