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

Tendermint/v0.33 #196

Merged
merged 39 commits into from
Apr 21, 2020
Merged

Tendermint/v0.33 #196

merged 39 commits into from
Apr 21, 2020

Commits on Mar 17, 2020

  1. initial new commit struct

    Shivani912 committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    bd3430e View commit details
    Browse the repository at this point in the history
  2. update functions

    Shivani912 committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    d129ad2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b64840b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b893a25 View commit details
    Browse the repository at this point in the history
  5. Ismail/commit struct followup (#182)

    * initial new commit struct
    
    * update functions
    
    * fixed deserialization for new commit struct
    
    * updated links to generator + val_set_test file
    
    * Update tendermint/src/account.rs
    
    Co-Authored-By: Ismail Khoffi <Ismail.Khoffi@gmail.com>
    
    * fmt
    
    * clippy
    
    * rpc tests: grab latest example fro commit:
     - use https://docs.tendermint.com/master/rpc/#/Info/commit
     - update chain_id: cosmoshub-1 to cosmoshub-2 everywhere else
     - manually kept `id` a string in JSONrpc responses
    
    * Actually let's go cosmoshub-3:
    
     - grabbed from: https://rpc.cosmos.network/commit?height=2
    
    * Fix commit test
    
    - regenerated commit.json via
    `curl -X GET "http://localhost:26657/commit?height=10" -H "accept: application/json"`
    
    * Fix block test
    
    - "regenerated" block.json via
    `curl -X GET "http://localhost:26657/block?height=10" -H "accept: application/json"`
    
    * Fix first_block test
    
    - "regenerated" block.json via
    `curl -X GET "http://localhost:26657/block?height=1" -H "accept: application/json" `
    
    Co-authored-by: Shivani Joshi <joshi.shivani912@gmail.com>
    Co-authored-by: Shivani Joshi <46731446+Shivani912@users.noreply.github.com>
    3 people authored Mar 17, 2020
    Configuration menu
    Copy the full SHA
    17c3c02 View commit details
    Browse the repository at this point in the history
  6. fix error

    Shivani912 committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    525b419 View commit details
    Browse the repository at this point in the history
  7. more json bisection tests

    Shivani912 committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    ae3ee39 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2020

  1. Configuration menu
    Copy the full SHA
    0e6a073 View commit details
    Browse the repository at this point in the history
  2. Fixed fmt

    greg-szabo committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    1a9a96e View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2020

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

Commits on Mar 24, 2020

  1. Configuration menu
    Copy the full SHA
    d0b9039 View commit details
    Browse the repository at this point in the history
  2. 7 Configuration menu
    Copy the full SHA
    accb997 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e4918c8 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2020

  1. Configuration menu
    Copy the full SHA
    e0bce41 View commit details
    Browse the repository at this point in the history
  2. 2 Configuration menu
    Copy the full SHA
    06d91d4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    af430df View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0ad0537 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2020

  1. Cherry-pick from 87e888b (Liamsi)

    fix /abci_info & /genesis:
     - add app_version & use #[serde(default)] to deal with omitted fields in JSON
     - make app_state in /genesis reply optional
     - fix string in abci_info test (kvstore wont reply with "GaiaApp")
    
     verify tests pass via running `tendermint node --proxy_app=kvstore` and
     `cargo test -- --nocapture --ignored
    liamsi authored and greg-szabo committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    ddbc113 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2020

  1. [88] Fix JSON ID

    greg-szabo committed Mar 29, 2020
    Configuration menu
    Copy the full SHA
    323b44a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    95902c6 View commit details
    Browse the repository at this point in the history
  3. [4] block_results test fix

    greg-szabo committed Mar 29, 2020
    Configuration menu
    Copy the full SHA
    c0c3ed7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3659a30 View commit details
    Browse the repository at this point in the history
  5. Added one abci_query test

    greg-szabo committed Mar 29, 2020
    Configuration menu
    Copy the full SHA
    6c589c9 View commit details
    Browse the repository at this point in the history
  6. FMT + get rid of warnings

    greg-szabo committed Mar 29, 2020
    Configuration menu
    Copy the full SHA
    2bf6125 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5e9b62a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0d4952d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    58411ac View commit details
    Browse the repository at this point in the history
  10. Merge branch 'tendermint/v0.33' of github.com:informalsystems/tenderm…

    …int-rs into tendermint/v0.33
    greg-szabo committed Mar 29, 2020
    Configuration menu
    Copy the full SHA
    2743f8b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7649289 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2020

  1. Duration looks better now

    Shivani912 committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    f0048c5 View commit details
    Browse the repository at this point in the history
  2. fix fmt

    Shivani912 committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    a2ae776 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2020

  1. Update tendermint/src/lite_impl/signed_header.rs

    Co-Authored-By: Ismail Khoffi <Ismail.Khoffi@gmail.com>
    greg-szabo and liamsi authored Mar 31, 2020
    Configuration menu
    Copy the full SHA
    5801875 View commit details
    Browse the repository at this point in the history
  2. Update tendermint/src/lite_impl/signed_header.rs

    Co-Authored-By: Ismail Khoffi <Ismail.Khoffi@gmail.com>
    greg-szabo and liamsi authored Mar 31, 2020
    Configuration menu
    Copy the full SHA
    bceaf4f View commit details
    Browse the repository at this point in the history
  3. Removed AsRef from JSON ID

    greg-szabo committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    624ecae View commit details
    Browse the repository at this point in the history
  4. Merge branch 'tendermint/v0.33' of github.com:informalsystems/tenderm…

    …int-rs into tendermint/v0.33
    greg-szabo committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    4e2f2a9 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2020

  1. Configuration menu
    Copy the full SHA
    ccb7b78 View commit details
    Browse the repository at this point in the history
  2. Update Proof and ProofOp (#206)

    * manually update Proof and introduce ProofOp to match the actual JSON encoding
    
    * 0.33 branch seems out of date with master, committing to switch back
    
    * Fix test
    
    * Fix rpc endpoint test (how wasn't this detected before by the integration tests)?
    liamsi authored Apr 8, 2020
    Configuration menu
    Copy the full SHA
    51934ba View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2020

  1. Configuration menu
    Copy the full SHA
    2993d23 View commit details
    Browse the repository at this point in the history
  2. commit followup (#199)

    * rename iter -> signed_votes and add validation checks
    
     - add basic validation to validate method (depending on `BlockIDFlag`)
     - move check for unknown validator to validate method (for CommitSig)
    liamsi authored Apr 10, 2020
    Configuration menu
    Copy the full SHA
    0eae723 View commit details
    Browse the repository at this point in the history