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

R4R: Judge if trust-node predefined before create certifier add verification for getBlock, queryTx and getValidators #2210

Merged
merged 21 commits into from
Sep 14, 2018
Merged

R4R: Judge if trust-node predefined before create certifier add verification for getBlock, queryTx and getValidators #2210

merged 21 commits into from
Sep 14, 2018

Commits on Sep 1, 2018

  1. Replace trust-node option with distrust-node option, and add varifica…

    …tion in getting blocks, transactions and validator sets
    HaoyangLiu committed Sep 1, 2018
    Configuration menu
    Copy the full SHA
    71625ed View commit details
    Browse the repository at this point in the history
  2. default value should be false

    HaoyangLiu committed Sep 1, 2018
    Configuration menu
    Copy the full SHA
    0681648 View commit details
    Browse the repository at this point in the history
  3. Add special error handle for can't find commit

    HaoyangLiu committed Sep 1, 2018
    Configuration menu
    Copy the full SHA
    f254d28 View commit details
    Browse the repository at this point in the history
  4. Rename error name

    HaoyangLiu committed Sep 1, 2018
    Configuration menu
    Copy the full SHA
    d8a951d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bed593d View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2018

  1. Fix failure in test_lint and test_cover

    HaoyangLiu committed Sep 2, 2018
    Configuration menu
    Copy the full SHA
    e8ef342 View commit details
    Browse the repository at this point in the history
  2. Refactor error message

    HaoyangLiu committed Sep 2, 2018
    Configuration menu
    Copy the full SHA
    582886b View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2018

  1. Configuration menu
    Copy the full SHA
    61c6d33 View commit details
    Browse the repository at this point in the history
  2. Add missed change

    HaoyangLiu committed Sep 4, 2018
    Configuration menu
    Copy the full SHA
    4146cb2 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2018

  1. Configuration menu
    Copy the full SHA
    f075e25 View commit details
    Browse the repository at this point in the history
  2. Add missing flag for rest-server

    HaoyangLiu committed Sep 5, 2018
    Configuration menu
    Copy the full SHA
    9e1bd1a View commit details
    Browse the repository at this point in the history
  3. Refactor description for --trust-node

    HaoyangLiu committed Sep 5, 2018
    Configuration menu
    Copy the full SHA
    68655ce View commit details
    Browse the repository at this point in the history
  4. Correct error message

    HaoyangLiu committed Sep 5, 2018
    Configuration menu
    Copy the full SHA
    5cc7088 View commit details
    Browse the repository at this point in the history
  5. Refactor option description for chain-id and trust-node according to …

    …code reviewer
    HaoyangLiu committed Sep 5, 2018
    Configuration menu
    Copy the full SHA
    e1b15c6 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2018

  1. Capitalize comment and add trailing period

    HaoyangLiu committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    bf6b445 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2018

  1. Refactor code, move ceritifer to a function

    HaoyangLiu committed Sep 13, 2018
    Configuration menu
    Copy the full SHA
    ca840e6 View commit details
    Browse the repository at this point in the history
  2. Remove wrong import from irisnet

    HaoyangLiu committed Sep 13, 2018
    Configuration menu
    Copy the full SHA
    abf1a8a View commit details
    Browse the repository at this point in the history
  3. Move tx verification to formatTxResult

    HaoyangLiu committed Sep 13, 2018
    Configuration menu
    Copy the full SHA
    253db7f View commit details
    Browse the repository at this point in the history
  4. go fmt tx/query.go

    HaoyangLiu committed Sep 13, 2018
    Configuration menu
    Copy the full SHA
    a63ea1c View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2018

  1. Merge with cosmos develop

    HaoyangLiu committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    7a7c6df View commit details
    Browse the repository at this point in the history
  2. Move tx verification out of tx format

    HaoyangLiu committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    8dcc536 View commit details
    Browse the repository at this point in the history