Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: luisbebop/ruby-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: tumf/ruby-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 17 commits
  • 1 file changed
  • 1 contributor

Commits on Aug 25, 2017

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

Commits on Oct 6, 2017

  1. Fix coding rules

    tumf committed Oct 6, 2017
    Configuration menu
    Copy the full SHA
    82a4c76 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    973dd35 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cdfbcad View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2017

  1. Add confirmations to Addr API

    tumf committed Oct 9, 2017
    Configuration menu
    Copy the full SHA
    eec3a2e View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2017

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

Commits on Oct 20, 2017

  1. Add fees to transaction_new

    tumf committed Oct 20, 2017
    Configuration menu
    Copy the full SHA
    55f6d58 View commit details
    Browse the repository at this point in the history
  2. Fix signer

    tumf committed Oct 20, 2017
    Configuration menu
    Copy the full SHA
    3701308 View commit details
    Browse the repository at this point in the history
  3. Fix transaction_new input

    tumf committed Oct 20, 2017
    Configuration menu
    Copy the full SHA
    b94d890 View commit details
    Browse the repository at this point in the history
  4. Update signer

    tumf committed Oct 20, 2017
    Configuration menu
    Copy the full SHA
    212d77d View commit details
    Browse the repository at this point in the history
  5. 🐛

    tumf committed Oct 20, 2017
    Configuration menu
    Copy the full SHA
    0514177 View commit details
    Browse the repository at this point in the history
  6. .

    tumf committed Oct 20, 2017
    Configuration menu
    Copy the full SHA
    361dead View commit details
    Browse the repository at this point in the history
  7. .

    tumf committed Oct 20, 2017
    Configuration menu
    Copy the full SHA
    197bc4b View commit details
    Browse the repository at this point in the history
  8. .

    tumf committed Oct 20, 2017
    Configuration menu
    Copy the full SHA
    2beb129 View commit details
    Browse the repository at this point in the history
  9. .

    tumf committed Oct 20, 2017
    Configuration menu
    Copy the full SHA
    5d43717 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2017

  1. 👍 fix input_addresses to inputs

    `inputs`
    
    - Pattern 1:
    
    ```
    [
      { addresses: ["addr1"] },
      { addresses: ["addr2"] },
      { addresses: ["addr3"] },
      { addresses: ["addr3"] }
    ]
    ```
    
    - Pattern 2:
    
    ```
    [
      { "prev_hash": "tx1", "output_index":0 },
      { "prev_hash": "tx2", "output_index":0 },
      { "prev_hash": "tx3", "output_index":0 },
      { "prev_hash": "tx4", "output_index":0 }
    ]
    ```
    tumf committed Nov 30, 2017
    Configuration menu
    Copy the full SHA
    c4f1152 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2017

  1. Add instart and outstart in /txs

    tumf committed Dec 22, 2017
    Configuration menu
    Copy the full SHA
    187ea31 View commit details
    Browse the repository at this point in the history
Loading