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

feat: ADR-038 Part 2: StreamingService interface, file writing implementation, and configuration #8664

Merged
merged 54 commits into from Oct 24, 2021

Commits on Jul 7, 2021

  1. Configuration menu
    Copy the full SHA
    0a88c29 View commit details
    Browse the repository at this point in the history
  2. adjust multistores to fit new MultiStore interface and enable wrappin…

    …g returned KVStores with the new ListenKVStore
    i-norden committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    875f23e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5e02e3d View commit details
    Browse the repository at this point in the history
  4. fix bug identified in CI

    i-norden committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    c394e5d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c92556a View commit details
    Browse the repository at this point in the history
  6. review fixes

    i-norden committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    18bf622 View commit details
    Browse the repository at this point in the history
  7. review updates; flip set to delete in KVStorePair, updated proto-docs…

    … from running 'make proto-gen'
    i-norden committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    d92f1d0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    72d6a88 View commit details
    Browse the repository at this point in the history
  9. review fixes

    i-norden committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    602867e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    93dbea9 View commit details
    Browse the repository at this point in the history
  11. review fixes

    i-norden committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    441af0e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f7ecbcb View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5f74b68 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d3c44a4 View commit details
    Browse the repository at this point in the history
  15. update Hook interface to return errors so that they can be logged at …

    …the BaseApp logger level
    i-norden committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    7cc4dbd View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    7d2e9d6 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    8f72e00 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    613a4c5 View commit details
    Browse the repository at this point in the history
  19. example toml configuration

    i-norden committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    c6ad1ed View commit details
    Browse the repository at this point in the history
  20. ci/linting fixes

    i-norden committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    7198289 View commit details
    Browse the repository at this point in the history
  21. simapp integration

    i-norden committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    2fffbd0 View commit details
    Browse the repository at this point in the history
  22. update changelog

    i-norden committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    d398cbf View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    e0a1f32 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    caf96a0 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    6fdb3c1 View commit details
    Browse the repository at this point in the history
  26. review refactor

    i-norden committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    921f289 View commit details
    Browse the repository at this point in the history
  27. fix linting

    i-norden committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    d5bbb0a View commit details
    Browse the repository at this point in the history
  28. review fixes

    i-norden committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    901e62f View commit details
    Browse the repository at this point in the history
  29. adjustments after rebase

    i-norden committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    6cf023f View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2021

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

Commits on Sep 7, 2021

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

Commits on Sep 16, 2021

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

Commits on Sep 20, 2021

  1. Merge branch 'master' into adr038_streamingservice

    to rebase onto master branch
    i-norden committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    3b0f7ef View commit details
    Browse the repository at this point in the history
  2. add state cache mutex to prevent race condition detection error; alth…

    …ough in practice a race condition would not occur since the processes are synchronzied at the higher (App) level
    i-norden committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    d29f880 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2021

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

Commits on Sep 23, 2021

  1. review updates

    i-norden committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    3fa194d View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into adr038_streamingservice

    Align with root branch
    i-norden committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    fe4c30e View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2021

  1. Merge branch 'master' into adr038_streamingservice

    Merge master to align with root branch
    i-norden committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    7584a9f View commit details
    Browse the repository at this point in the history
  2. review fixes

    i-norden committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    942a4f4 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2021

  1. Configuration menu
    Copy the full SHA
    5d69858 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into adr038_streamingservice

    Merge master to align with root branch
    i-norden committed Oct 5, 2021
    Configuration menu
    Copy the full SHA
    ee0fa3d View commit details
    Browse the repository at this point in the history
  3. adjustments after rebase

    i-norden committed Oct 5, 2021
    Configuration menu
    Copy the full SHA
    1ff64ee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    de3c42a View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2021

  1. review adjustments

    i-norden committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    ba033ac View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into adr038_streamingservice

    Merge master to rebase working branch
    i-norden committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    748981b View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2021

  1. review fixes

    i-norden committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    51a5485 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into adr038_streamingservice

    merge master to rebase working branch
    i-norden committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    64cb321 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2021

  1. Configuration menu
    Copy the full SHA
    35c7ad1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8c74f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    70451e8 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2021

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

Commits on Oct 22, 2021

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

Commits on Oct 24, 2021

  1. Configuration menu
    Copy the full SHA
    7a4b4f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea352a7 View commit details
    Browse the repository at this point in the history