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

Tendermint Block Pruning #7265

Merged
merged 29 commits into from
Sep 14, 2020
Merged

Tendermint Block Pruning #7265

merged 29 commits into from
Sep 14, 2020

Commits on Sep 8, 2020

  1. Configuration menu
    Copy the full SHA
    996ec85 View commit details
    Browse the repository at this point in the history
  2. Add CLI flag hook

    alexanderbez committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    d181ced View commit details
    Browse the repository at this point in the history
  3. update config doc

    alexanderbez committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    4e3bb9e View commit details
    Browse the repository at this point in the history
  4. update baseapp opts

    alexanderbez committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    b5f6d5b View commit details
    Browse the repository at this point in the history
  5. update simapp

    alexanderbez committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    7436c83 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2020

  1. Configuration menu
    Copy the full SHA
    a918473 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ecec1da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    277e7cc View commit details
    Browse the repository at this point in the history
  4. update tests

    alexanderbez committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    5a2ce12 View commit details
    Browse the repository at this point in the history
  5. Update ABCI Commit

    alexanderbez committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    a019645 View commit details
    Browse the repository at this point in the history
  6. use int64

    alexanderbez committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    d0fe264 View commit details
    Browse the repository at this point in the history
  7. cl++

    alexanderbez committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    a2d008e View commit details
    Browse the repository at this point in the history
  8. add zero check

    alexanderbez committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    cddfc90 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2020

  1. Configuration menu
    Copy the full SHA
    693825b View commit details
    Browse the repository at this point in the history
  2. fix build

    alexanderbez committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    0d48839 View commit details
    Browse the repository at this point in the history
  3. update godocs

    alexanderbez committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    53f8478 View commit details
    Browse the repository at this point in the history
  4. lint++

    alexanderbez committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    a2a9ab6 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2020

  1. Configuration menu
    Copy the full SHA
    b43bb87 View commit details
    Browse the repository at this point in the history
  2. Update baseapp/abci.go

    Co-authored-by: Erik Grinaker <erik@interchain.berlin>
    alexanderbez and erikgrinaker authored Sep 11, 2020
    Configuration menu
    Copy the full SHA
    451fcb3 View commit details
    Browse the repository at this point in the history
  3. Update baseapp/baseapp.go

    Co-authored-by: Erik Grinaker <erik@interchain.berlin>
    alexanderbez and erikgrinaker authored Sep 11, 2020
    Configuration menu
    Copy the full SHA
    9e766c1 View commit details
    Browse the repository at this point in the history
  4. Update server/config/config.go

    Co-authored-by: Erik Grinaker <erik@interchain.berlin>
    alexanderbez and erikgrinaker authored Sep 11, 2020
    Configuration menu
    Copy the full SHA
    f3f9170 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ce5726a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7a94b11 View commit details
    Browse the repository at this point in the history
  7. godoc++

    alexanderbez committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    2c3d62a View commit details
    Browse the repository at this point in the history
  8. adjustments

    alexanderbez committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    94c2a03 View commit details
    Browse the repository at this point in the history
  9. godoc++

    alexanderbez committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    b3821ef View commit details
    Browse the repository at this point in the history
  10. godoc++

    alexanderbez committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    21c5429 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9016543 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2020

  1. Configuration menu
    Copy the full SHA
    9fa78d6 View commit details
    Browse the repository at this point in the history