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

refactor!: app version stored in multi store and shared in state sync #265

Merged
merged 28 commits into from
Jun 17, 2022

Commits on Jun 15, 2022

  1. Configuration menu
    Copy the full SHA
    fd75a32 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e77bf7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9e2b4ec View commit details
    Browse the repository at this point in the history
  4. remove old comment

    p0mvn committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    85d6390 View commit details
    Browse the repository at this point in the history
  5. Update store/rootmulti/store.go

    p0mvn committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    a94db01 View commit details
    Browse the repository at this point in the history
  6. Update store/rootmulti/store.go

    p0mvn committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    9803be9 View commit details
    Browse the repository at this point in the history
  7. Update baseapp/baseapp.go

    p0mvn committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    b01ce9b View commit details
    Browse the repository at this point in the history
  8. add TestGetAppVersion

    p0mvn committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    f878d0d View commit details
    Browse the repository at this point in the history
  9. add TestSetAppVersion

    p0mvn committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    9b7a1aa View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3fbae6e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    73b5957 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    950db19 View commit details
    Browse the repository at this point in the history
  13. revert changes to abci info

    p0mvn committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    52052eb View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    5ac95aa View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    84eb25f View commit details
    Browse the repository at this point in the history
  16. remove unused error

    p0mvn committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    6f2d090 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2022

  1. update godoc for CurrentFormat

    p0mvn committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    16d062d View commit details
    Browse the repository at this point in the history
  2. Update baseapp/baseapp_test.go

    Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
    p0mvn and alexanderbez authored Jun 16, 2022
    Configuration menu
    Copy the full SHA
    d150e7a View commit details
    Browse the repository at this point in the history
  3. Update baseapp/abci.go

    Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
    p0mvn and alexanderbez authored Jun 16, 2022
    Configuration menu
    Copy the full SHA
    135367c View commit details
    Browse the repository at this point in the history
  4. revert constant

    p0mvn committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    336d5c2 View commit details
    Browse the repository at this point in the history
  5. AppVersionError

    Co-authored-by: Peter Bourgon <peterbourgon@users.noreply.github.com>
    p0mvn and peterbourgon authored Jun 16, 2022
    Configuration menu
    Copy the full SHA
    5da1906 View commit details
    Browse the repository at this point in the history
  6. reintroduce initialAppVersion

    p0mvn committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    a2fd575 View commit details
    Browse the repository at this point in the history
  7. rename to newBaseAppWithDB

    p0mvn committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    2f48af2 View commit details
    Browse the repository at this point in the history
  8. typo

    p0mvn authored Jun 16, 2022
    Configuration menu
    Copy the full SHA
    9e1bb68 View commit details
    Browse the repository at this point in the history
  9. add on to snapshots README

    p0mvn committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    e3b16a9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d5f7551 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2022

  1. Configuration menu
    Copy the full SHA
    e912d23 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b676090 View commit details
    Browse the repository at this point in the history