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

Add commit phase to consensus algorithm #534

Merged
merged 10 commits into from
Jan 14, 2019

Commits on Jan 7, 2019

  1. Configuration menu
    Copy the full SHA
    306bd18 View commit details
    Browse the repository at this point in the history
  2. fix tests

    erikzhang committed Jan 7, 2019
    Configuration menu
    Copy the full SHA
    4cc50f5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9640c49 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2019

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

Commits on Jan 11, 2019

  1. Configuration menu
    Copy the full SHA
    5aa4075 View commit details
    Browse the repository at this point in the history
  2. RPC call gettransactionheight (#541)

    * getrawtransactionheight
    
    Nowadays two calls are need to get a transaction height, `getrawtransaction` with `verbose` and then use the `blockhash`.
    Other option is to use `confirmations`, but it can be misleading.
    
    * Minnor fix
    
    * Shargon's tip
    
    * modified
    vncoelho committed Jan 11, 2019
    Configuration menu
    Copy the full SHA
    b9e38fc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7488273 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2019

  1. Clean code

    shargon committed Jan 12, 2019
    Configuration menu
    Copy the full SHA
    27913a8 View commit details
    Browse the repository at this point in the history
  2. Clean code

    shargon committed Jan 12, 2019
    Configuration menu
    Copy the full SHA
    c2a4ce5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f7581a0 View commit details
    Browse the repository at this point in the history