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

Main patch tm-v0.34.13 #364

Merged
merged 9 commits into from
Feb 10, 2022
Merged

Main patch tm-v0.34.13 #364

merged 9 commits into from
Feb 10, 2022

Commits on Jan 25, 2022

  1. e2e: avoid starting nodes from the future (#6835) (#6838)

    (cherry picked from commit a4cc8317da47ba92d1a97460a953d0e687a46cfb)
    
    Co-authored-by: Sam Kleinman <garen@tychoish.com>
    tnasu and tychoish committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    0347132 View commit details
    Browse the repository at this point in the history
  2. e2e: cleanup node start function (#6842) (#6848)

    I realized after my last commit that my change made a following line of code a bit redundant.
    
    (alternatively my last change was redunadnt to the existing code.)
    
    I took this oppertunity to make some minor cleanups and logging changes to the node changes which I hope will make tests a bit more clear.
    
    (cherry picked from commit a374f74f7c914a3c7640694ae80c33bf74e05688)
    
    Co-authored-by: Sam Kleinman <garen@tychoish.com>
    tnasu and tychoish committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    2933178 View commit details
    Browse the repository at this point in the history
  3. internal/consensus: update error log (#6863) (#6867)

    Issues reported in Osmosis, where the message is extremely long. Also, there is absolutely no reason to log the message IMO. If we must, we can make the message log DEBUG.
    
    (cherry picked from commit 58a6cfff9a3e370e1bb5eabfd86091e0b1186a22)
    
    Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
    tnasu and alexanderbez committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    5755e1a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1ec0064 View commit details
    Browse the repository at this point in the history
  5. statesync: improve stateprovider handling in the syncer (backport) (#…

    …6881)
    
    Co-authored-by: Callum Waters <cmwaters19@gmail.com>
    tnasu and cmwaters committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    56b4d9c View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2022

  1. Fix codecov: `statesync: improve stateprovider handling in the syncer…

    … (backport) (#6881)`
    tnasu committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    f27f755 View commit details
    Browse the repository at this point in the history
  2. light: fix early erroring (#6905)

    Co-authored-by: Callum Waters <cmwaters19@gmail.com>
    tnasu and cmwaters committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    f47fcb2 View commit details
    Browse the repository at this point in the history
  3. Backport the psql indexer into v0.34.x (#6906)

    This change backports the PostgreSQL indexing sink, addressing part of #6828.
    
    Development on the main branch has diverged substantially since the v0.34.x
    release. It includes package moves, breaking API and protobuf schema changes,
    and new APIs, all of which together have a large footprint on the mapping
    between the implementation at tip and the v0.34 release branch.
    
    To avoid the need to retrofit all of those improvements, this change works by
    injecting the new indexing sink into the existing (v0.34) indexing interfaces
    by delegation. This means the backport does _not_ pull in all the newer APIs
    for event handling, and thus has minimal impact on existing code written
    against the v0.34 package structure.
    
    This change includes the test for the `psql` implementation, and thus updates
    some Go module dependencies. Because it does not interact with any other types,
    however, I did not add any unit tests to other packages in this change.
    
    Related changes:
     * Update module dependencies for psql backport.
     * Update test data to be type-compatible with the old protobuf types.
     * Add config settings for the PostgreSQL indexer.
     * Clean up some linter settings.
     * Hook up the psql indexer in the node main.
    
    Co-authored-by: M. J. Fromberger <fromberger@interchain.io>
    tnasu and M. J. Fromberger committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    f93ab9c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2b66ec9 View commit details
    Browse the repository at this point in the history