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

Add transaction expiry slot for pending transactions #1879

Merged
merged 9 commits into from
Oct 9, 2020

Commits on Oct 9, 2020

  1. Configuration menu
    Copy the full SHA
    52008cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b83368 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e0f788b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    932409b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f54c3ed View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4119672 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7db4d33 View commit details
    Browse the repository at this point in the history
  8. Straighten out slot and block references in API

    ApiBlockReference is just ApiSlotReference with block information
    added -- block references gain slot info.
    
    ApiNetworkTip is replaced with ApiSlotReference -- so it gains a
    "time" field.
    
    The Haskell API types have SlotId and block info nested rather than
    inline. I hope in future that we can change the swagger spec to
    match. But for now there are some non-generic Aeson instances to
    maintain backwards compatibility.
    rvl committed Oct 9, 2020
    Configuration menu
    Copy the full SHA
    6183cd6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    327e021 View commit details
    Browse the repository at this point in the history