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

Write-Through Inter-Block Cache #4748

Merged
merged 80 commits into from
Sep 4, 2019
Merged

Commits on Jul 19, 2019

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

Commits on Jul 22, 2019

  1. Configuration menu
    Copy the full SHA
    5578043 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    81f7dc1 View commit details
    Browse the repository at this point in the history
  3. Fix constructor

    alexanderbez committed Jul 22, 2019
    Configuration menu
    Copy the full SHA
    2bc2ec2 View commit details
    Browse the repository at this point in the history
  4. Add unit tests

    alexanderbez committed Jul 22, 2019
    Configuration menu
    Copy the full SHA
    580119f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e7fed50 View commit details
    Browse the repository at this point in the history
  6. Reset BaseApp changes

    alexanderbez committed Jul 22, 2019
    Configuration menu
    Copy the full SHA
    c283670 View commit details
    Browse the repository at this point in the history
  7. gofmt

    alexanderbez committed Jul 22, 2019
    Configuration menu
    Copy the full SHA
    d4d5605 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5e4f144 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2019

  1. Configuration menu
    Copy the full SHA
    799c585 View commit details
    Browse the repository at this point in the history
  2. Update multi-store

    alexanderbez committed Jul 23, 2019
    Configuration menu
    Copy the full SHA
    b1945e4 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2019

  1. Configuration menu
    Copy the full SHA
    e0f6b09 View commit details
    Browse the repository at this point in the history
  2. fmt and godoc cleanup

    alexanderbez committed Aug 14, 2019
    Configuration menu
    Copy the full SHA
    04c3bac View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2019

  1. Configuration menu
    Copy the full SHA
    fa06e97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b12fe5 View commit details
    Browse the repository at this point in the history
  3. Restructure baseapp

    alexanderbez committed Aug 15, 2019
    Configuration menu
    Copy the full SHA
    c1d84fa View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2019

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

Commits on Aug 19, 2019

  1. Configuration menu
    Copy the full SHA
    6430ca0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d89c5e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f8fc57f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5bc9f73 View commit details
    Browse the repository at this point in the history
  5. Fix build

    alexanderbez committed Aug 19, 2019
    Configuration menu
    Copy the full SHA
    cc01e56 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    23eecc7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ce59123 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2765b32 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    24aa18a View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2019

  1. Configuration menu
    Copy the full SHA
    4793428 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e8d35f9 View commit details
    Browse the repository at this point in the history
  3. Linting

    alexanderbez committed Aug 21, 2019
    Configuration menu
    Copy the full SHA
    d93ab8c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c5cb001 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7cebc15 View commit details
    Browse the repository at this point in the history
  6. Fix build

    alexanderbez committed Aug 21, 2019
    Configuration menu
    Copy the full SHA
    5d94801 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1c09227 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2019

  1. Configuration menu
    Copy the full SHA
    dc21419 View commit details
    Browse the repository at this point in the history
  2. Update bank aliases

    alexanderbez committed Aug 23, 2019
    Configuration menu
    Copy the full SHA
    528f678 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cebb7e7 View commit details
    Browse the repository at this point in the history
  4. Don't return KVStore

    alexanderbez committed Aug 23, 2019
    Configuration menu
    Copy the full SHA
    a635ca5 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2019

  1. Configuration menu
    Copy the full SHA
    4ee169b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a6961c0 View commit details
    Browse the repository at this point in the history
  3. Update root multi store

    alexanderbez committed Aug 26, 2019
    Configuration menu
    Copy the full SHA
    d49ffa7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0f5d816 View commit details
    Browse the repository at this point in the history
  5. Update BaseApp

    alexanderbez committed Aug 26, 2019
    Configuration menu
    Copy the full SHA
    00d8875 View commit details
    Browse the repository at this point in the history
  6. Small godoc update

    alexanderbez committed Aug 26, 2019
    Configuration menu
    Copy the full SHA
    5ba5910 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8b114bc View commit details
    Browse the repository at this point in the history
  8. cleanup

    alexanderbez committed Aug 26, 2019
    Configuration menu
    Copy the full SHA
    f6fd73d View commit details
    Browse the repository at this point in the history
  9. Fix build

    alexanderbez committed Aug 26, 2019
    Configuration menu
    Copy the full SHA
    9723bab View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2019

  1. Configuration menu
    Copy the full SHA
    8561ef4 View commit details
    Browse the repository at this point in the history
  2. Update mock

    alexanderbez committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    2488fe5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    44a7443 View commit details
    Browse the repository at this point in the history
  4. Fix store build

    alexanderbez committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    a251163 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    80d1964 View commit details
    Browse the repository at this point in the history
  6. Minor doc updates

    alexanderbez committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    fadce2b View commit details
    Browse the repository at this point in the history
  7. Remove app bench test

    alexanderbez committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    2cebd07 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    63b1750 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2019

  1. Add chagelog entry

    alexanderbez committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    118c1dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    22bb2c0 View commit details
    Browse the repository at this point in the history
  3. Update baseapp/abci.go

    Co-Authored-By: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
    alexanderbez and fedekunze committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    1ef4985 View commit details
    Browse the repository at this point in the history
  4. Update baseapp/abci.go

    Co-Authored-By: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
    alexanderbez and fedekunze committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    5e2ffa1 View commit details
    Browse the repository at this point in the history
  5. Update baseapp/abci.go

    Co-Authored-By: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
    alexanderbez and fedekunze committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    4f3f245 View commit details
    Browse the repository at this point in the history
  6. Update baseapp/baseapp.go

    Co-Authored-By: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
    alexanderbez and fedekunze committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    834ba3f View commit details
    Browse the repository at this point in the history
  7. Update baseapp/baseapp.go

    Co-Authored-By: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
    alexanderbez and fedekunze committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    9b7c8f7 View commit details
    Browse the repository at this point in the history
  8. Update baseapp/baseapp.go

    Co-Authored-By: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
    alexanderbez and fedekunze committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    74b5e84 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a85023b View commit details
    Browse the repository at this point in the history
  10. Revert x/mock/app.go

    alexanderbez committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    c676e64 View commit details
    Browse the repository at this point in the history
  11. Cleanup TestStoreCache

    alexanderbez committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    0035bd3 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3d923ef View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2019

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

    Co-Authored-By: Aditya <adityasripal@gmail.com>
    alexanderbez and AdityaSripal committed Sep 2, 2019
    Configuration menu
    Copy the full SHA
    4ca6f73 View commit details
    Browse the repository at this point in the history
  4. Update baseapp/abci.go

    Co-Authored-By: Aditya <adityasripal@gmail.com>
    alexanderbez and AdityaSripal committed Sep 2, 2019
    Configuration menu
    Copy the full SHA
    d09e8ff View commit details
    Browse the repository at this point in the history
  5. Update docs/core/baseapp.md

    Co-Authored-By: Aditya <adityasripal@gmail.com>
    alexanderbez and AdityaSripal committed Sep 2, 2019
    Configuration menu
    Copy the full SHA
    0df9ad5 View commit details
    Browse the repository at this point in the history
  6. Modify docs

    alexanderbez committed Sep 2, 2019
    Configuration menu
    Copy the full SHA
    ad08260 View commit details
    Browse the repository at this point in the history
  7. Update docs/core/baseapp.md

    Co-Authored-By: Aditya <adityasripal@gmail.com>
    alexanderbez and AdityaSripal committed Sep 2, 2019
    Configuration menu
    Copy the full SHA
    1d22b53 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2019

  1. Configuration menu
    Copy the full SHA
    6c0398f View commit details
    Browse the repository at this point in the history
  2. Merge branch 'bez/1947-inter-block-cache' of github.com:cosmos/cosmos…

    …-sdk into bez/1947-inter-block-cache
    alexanderbez committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    da0443a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9db0514 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1b3d2df View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2019

  1. Configuration menu
    Copy the full SHA
    3859dc5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    96687c4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    09c5cd6 View commit details
    Browse the repository at this point in the history