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

validate reactor messages #2711

Merged
merged 26 commits into from
Nov 1, 2018
Merged

validate reactor messages #2711

merged 26 commits into from
Nov 1, 2018

Commits on Oct 31, 2018

  1. validate reactor messages

    Refs #2683
    melekes committed Oct 31, 2018
    Configuration menu
    Copy the full SHA
    e7ca52b View commit details
    Browse the repository at this point in the history
  2. validate blockchain messages

    Refs #2683
    melekes committed Oct 31, 2018
    Configuration menu
    Copy the full SHA
    69ea74e View commit details
    Browse the repository at this point in the history
  3. validate evidence messages

    Refs #2683
    melekes committed Oct 31, 2018
    Configuration menu
    Copy the full SHA
    4572b92 View commit details
    Browse the repository at this point in the history
  4. todo

    melekes committed Oct 31, 2018
    Configuration menu
    Copy the full SHA
    db699f6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    53a4660 View commit details
    Browse the repository at this point in the history
  6. add a changelog entry

    melekes committed Oct 31, 2018
    Configuration menu
    Copy the full SHA
    fc5f868 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    57163e9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8bf215f View commit details
    Browse the repository at this point in the history
  9. fixes after Bucky's review

    melekes committed Oct 31, 2018
    Configuration menu
    Copy the full SHA
    866af23 View commit details
    Browse the repository at this point in the history
  10. check timestamps

    melekes committed Oct 31, 2018
    Configuration menu
    Copy the full SHA
    8f8aae5 View commit details
    Browse the repository at this point in the history
  11. beef up block#ValidateBasic

    melekes committed Oct 31, 2018
    Configuration menu
    Copy the full SHA
    daa6bb9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e6aaed4 View commit details
    Browse the repository at this point in the history
  13. update Gopkg.lock

    Fix
    
    ```
    grouped write of manifest, lock and vendor: failed to export github.com/tendermint/go-amino: fatal: failed to unpack tree object 6dcc6ddc143e116455c94b25c1004c99e0d0ca12
    ```
    
    by running `dep ensure -update`
    melekes committed Oct 31, 2018
    Configuration menu
    Copy the full SHA
    3cc3c8e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    22e7333 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    ceabe99 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    e46b35b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    015a33d View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    9baaa4b View commit details
    Browse the repository at this point in the history
  19. relax LastCommitRound check

    Refs #2737
    melekes committed Oct 31, 2018
    Configuration menu
    Copy the full SHA
    24f4e1e View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    8aa18f8 View commit details
    Browse the repository at this point in the history
  21. fix conflicts after merge

    melekes committed Oct 31, 2018
    Configuration menu
    Copy the full SHA
    c4817c7 View commit details
    Browse the repository at this point in the history
  22. add small comment

    melekes committed Oct 31, 2018
    Configuration menu
    Copy the full SHA
    43f3d14 View commit details
    Browse the repository at this point in the history
  23. some ValidateBasic updates

    ebuchman committed Oct 31, 2018
    Configuration menu
    Copy the full SHA
    0a3d52e View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2018

  1. fixes

    ebuchman committed Nov 1, 2018
    Configuration menu
    Copy the full SHA
    1c5088e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2738 from tendermint/bucky/validate-basic

    some ValidateBasic updates
    ebuchman committed Nov 1, 2018
    Configuration menu
    Copy the full SHA
    46388ae View commit details
    Browse the repository at this point in the history
  3. AppHash length is not fixed

    ebuchman committed Nov 1, 2018
    Configuration menu
    Copy the full SHA
    20149a4 View commit details
    Browse the repository at this point in the history