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

Release v0.19.0 #854

Merged
merged 9 commits into from
Apr 7, 2021
Merged

Release v0.19.0 #854

merged 9 commits into from
Apr 7, 2021

Commits on Apr 6, 2021

  1. Update changelog for v0.19.0 release

    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    thanethomson committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    7ff2c60 View commit details
    Browse the repository at this point in the history
  2. Bump versions to v0.19.0

    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    thanethomson committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    2da5c95 View commit details
    Browse the repository at this point in the history
  3. Add minor documentation for tendermint-light-client-js crate

    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    thanethomson committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    fa0b1e4 View commit details
    Browse the repository at this point in the history
  4. Add abci and light-client-js crates to release script

    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    thanethomson committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    571aa6e View commit details
    Browse the repository at this point in the history
  5. Add cargo metadata for abci and light-client-js

    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    thanethomson committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    270472d View commit details
    Browse the repository at this point in the history
  6. Fix keywords in abci and light-client-js crates

    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    thanethomson committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    d716d81 View commit details
    Browse the repository at this point in the history
  7. rpc: add Client::wait_until_healthy method (#855)

    Adds a method which repeatedly polls the `/health` endpoint until it
    returns a successful response or a specified timeout elapses.
    
    This is useful when writing tests that need to wait for a node to boot
    up (e.g. inside of a docker container).
    tony-iqlusion authored Apr 6, 2021
    Configuration menu
    Copy the full SHA
    2cdab92 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2021

  1. Temporarily remove RPC query parsing (#858)

    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    thanethomson authored Apr 7, 2021
    Configuration menu
    Copy the full SHA
    81cd4fe View commit details
    Browse the repository at this point in the history
  2. Add CHANGELOG entry for #855

    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    thanethomson committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    6040a76 View commit details
    Browse the repository at this point in the history