Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delegation design Update #279

Merged
merged 17 commits into from Mar 6, 2019
Merged

Delegation design Update #279

merged 17 commits into from Mar 6, 2019

Commits on Mar 6, 2019

  1. Fix that rewards go to treasury if reward key unregistered.

    We can not move them to the rewards pool -- if we did, it would create an
    incentive for all other leaders to censor a certificate that caused the pool to
    use a valid certificate.
    Philipp Kant committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    ee07d74 View commit details
    Browse the repository at this point in the history
  2. Elaborate on certificate replay protection

    The paragraph was not entirely true, it said there was only one possible source
    of funds in addition to UTxO entries, but with rewards accounts, there is
    another one.
    Philipp Kant committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    cd0b890 View commit details
    Browse the repository at this point in the history
  3. Rewording requirements on witnesses for certificates

    I had written that a "witness must be signed by key x", when I meant to say that
    the witness should contain a signature of that key.
    Philipp Kant committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    70d513e View commit details
    Browse the repository at this point in the history
  4. Streamlining information on deposits

    Replacing an explanation of the concept with a link to the section where it's
    already explained.
    
    Fixed a reference.
    Philipp Kant committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    f2d2394 View commit details
    Browse the repository at this point in the history
  5. Capture choice of KES scheme in design doc.

    Philipp Kant committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    3bdabb7 View commit details
    Browse the repository at this point in the history
  6. Adding a CHANGELOG.md for the delegation design doc

    Philipp Kant committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    d56d4ae View commit details
    Browse the repository at this point in the history
  7. Elaborating further on why stake pool registrations will not be censo…

    …red.
    Philipp Kant committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    efa2fa6 View commit details
    Browse the repository at this point in the history
  8. Update Stake pool metadata

      Specify the format for the metadata, and how it is provided.
    
      Streamline the different sections that touch stake pool metadata.
    Philipp Kant committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    7ee5ee7 View commit details
    Browse the repository at this point in the history
  9. Add a couple of todo items.

    Philipp Kant committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    a5889d5 View commit details
    Browse the repository at this point in the history
  10. Decision: transactions will need >0 UTxO inputs

    Philipp Kant committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    cfa20f8 View commit details
    Browse the repository at this point in the history
  11. Fix deposits mechanism

    The subsection was named "Theoretical Proposal", but since we have since
    discussed it at length and will go for this proposal, "Mechanism" is a more
    fitting heading.
    Philipp Kant committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    aede5b9 View commit details
    Browse the repository at this point in the history
  12. Make Operational Keys Compulsory

    Philipp Kant committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    ce012db View commit details
    Browse the repository at this point in the history
  13. Another todo, regarding the transition phase.

    Philipp Kant committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    0893aa8 View commit details
    Browse the repository at this point in the history
  14. Slight Change in Validity Rules for Operational Certs

    Philipp Kant committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    9059e0b View commit details
    Browse the repository at this point in the history
  15. Fix link and spelling in meeting requirements section

    Philipp Kant committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    d6d2078 View commit details
    Browse the repository at this point in the history
  16. Changes/Additions during review of PR.

    Philipp Kant committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    a4b0cc7 View commit details
    Browse the repository at this point in the history
  17. Spelling Corrections

    Update docs/delegation_design_spec/delegation_design_spec.tex
    
    Co-Authored-By: kantp <philipp.kant7@gmail.com>
    2 people authored and Philipp Kant committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    409e46a View commit details
    Browse the repository at this point in the history