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.15 #368

Merged
merged 18 commits into from
Feb 25, 2022
Merged

Main patch tm v0.34.15 #368

merged 18 commits into from
Feb 25, 2022

Commits on Feb 25, 2022

  1. ci: backport lint configuration changes (#7225)

    Co-authored-by: Sam Kleinman <garen@tychoish.com>
    tnasu and tychoish committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    98ef31c View commit details
    Browse the repository at this point in the history
  2. .github: move codecov config into .github

    Co-authored-by: Tess Rinearson <tess.rinearson@gmail.com>
    tnasu and tessr committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    28832b4 View commit details
    Browse the repository at this point in the history
  3. .github: move codecov.yml into .github

    Co-authored-by: Tess Rinearson <tess.rinearson@gmail.com>
    tnasu and tessr committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    1d9398f View commit details
    Browse the repository at this point in the history
  4. remove appveyor.yml

    Co-authored-by: Tess Rinearson <tess.rinearson@gmail.com>
    tnasu and tessr committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    9c21d66 View commit details
    Browse the repository at this point in the history
  5. .github: move mergify config

    Co-authored-by: Tess Rinearson <tess.rinearson@gmail.com>
    tnasu and tessr committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    2c69c06 View commit details
    Browse the repository at this point in the history
  6. lint: cleanup pending lint errors (#7237)

    Co-authored-by: Sam Kleinman <garen@tychoish.com>
    tnasu and tychoish committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    83d5134 View commit details
    Browse the repository at this point in the history
  7. github: fix linter configuration errors and occluded errors (#6400)

    Co-authored-by: Sam Kleinman <garen@tychoish.com>
    tnasu and tychoish committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    c3103c3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cd4d897 View commit details
    Browse the repository at this point in the history
  9. rpc: Add experimental config params to allow for subscription buffer …

    …size control (tm v0.34.x) (#7230)
    
    A workaround for #6729. Add parameters to control buffer sizes for
    event subscription RPC clients. On some networks, buffering causes
    clients to be dropped and/or events to be lost.
    
    For additional context, see the discussion on #7188.
    
    - Add experimental_subscription_buffer_size config parameter
    - Add experimental_websocket_write_buffer_size config parameter
    - Add experimental_close_on_slow_client config parameter
    
    Co-authored-by: M. J. Fromberger <fromberger@interchain.io>
    Co-authored-by: Thane Thomson <connect@thanethomson.com>
    3 people committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    b80e5ef View commit details
    Browse the repository at this point in the history
  10. pubsub: Report a non-nil error when shutting down. (#7309)

    If a subscriber arrives while the pubsub service is shutting down, the existing
    code will return a nil subscription without error. With unlucky timing, this
    may lead to a nil indirection panic in the RPC service.
    
    To avoid that problem, make sure that when a subscription fails for this
    reason, we report a non-nil error so that the client will detect it and give up
    gracefully.
    
    Co-authored-by: M. J. Fromberger <fromberger@interchain.io>
    tnasu and M. J. Fromberger committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    e827e8d View commit details
    Browse the repository at this point in the history
  11. cmd: add integration test for rollback functionality (backport #7315)…

    … (#7368)
    
    * cmd: add integration test and fix bug in rollback command (#7315)
    
    (cherry picked from commit bca2080c01ca9f877019a5db857907866352182e)
    
    Co-authored-by: Callum Waters <cmwaters19@gmail.com>
    tnasu and cmwaters committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    c77d1bf View commit details
    Browse the repository at this point in the history
  12. Fix codecov: `cmd: add integration test for rollback functionality (b…

    …ackport #7315) #7368`
    tnasu committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    83614f7 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b5f22de View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    100d460 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    2ee2c37 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    8a61b27 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    76cd8da View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    35bf185 View commit details
    Browse the repository at this point in the history