Skip to content

Commit

Permalink
Draft of CAP-0034 (change closetime semantics)
Browse files Browse the repository at this point in the history
First draft of CAP-0034, intended to address
stellar-protocol issue stellar#622, by changing the semantics of
the combination of candidates by the SCP ballot protocol
from producing an unsigned form of union of the candidates
(taking, for example, the maximum closetime of all
candidates as the closetime to externalize) to selecting
one particular signed, nominated StellarValue (comprising
transaction set, closetime, and upgrades) as the one to
externalize.
  • Loading branch information
rokopt committed Jul 8, 2020
1 parent 284dd16 commit f223651
Show file tree
Hide file tree
Showing 2 changed files with 344 additions and 0 deletions.
1 change: 1 addition & 0 deletions core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
| [CAP-0029](cap-0029.md) | AllowTrust when not AUTH_REQUIRED | Tomer Weller | Draft |
| [CAP-0032](cap-0032.md) | Trustline Preauthorization | Jonathan Jove | Draft |
| [CAP-0033](cap-0033.md) | Sponsored Reserve with EphemeralSponsorshipEntry | Jonathan Jove | FCP |
| [CAP-0034](cap-0034.md) | Single-Candidate Externalized Values | Terence Rokop | Draft |

### Rejected Proposals
| Number | Title | Author | Status |
Expand Down

0 comments on commit f223651

Please sign in to comment.