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

Feature/batch requests #439

Open
wants to merge 24 commits into
base: master
Choose a base branch
from
Open

Feature/batch requests #439

wants to merge 24 commits into from

Commits on Nov 25, 2015

  1. add block height to transaction response

    Eugene Krevenets committed Nov 25, 2015
    Configuration menu
    Copy the full SHA
    2282d23 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2015

  1. Merge pull request #1 from hyzhak/feature/block-height-in-transaction

    add block height to transaction response
    Eugene Krevenets committed Dec 10, 2015
    Configuration menu
    Copy the full SHA
    43e7367 View commit details
    Browse the repository at this point in the history
  2. add batch util function

    Eugene Krevenets committed Dec 10, 2015
    Configuration menu
    Copy the full SHA
    4049bb6 View commit details
    Browse the repository at this point in the history
  3. add TravisCI badge

    Eugene Krevenets committed Dec 10, 2015
    Configuration menu
    Copy the full SHA
    a45d227 View commit details
    Browse the repository at this point in the history
  4. add me as contributor

    Eugene Krevenets committed Dec 10, 2015
    Configuration menu
    Copy the full SHA
    fbbe1f5 View commit details
    Browse the repository at this point in the history
  5. batch /block/:id1,:id2,...,idn request

    Eugene Krevenets committed Dec 10, 2015
    Configuration menu
    Copy the full SHA
    9482929 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2015

  1. batch /addrs/:id1,...,idn request

    Eugene Krevenets committed Dec 11, 2015
    Configuration menu
    Copy the full SHA
    2fe0057 View commit details
    Browse the repository at this point in the history
  2. batch /rawtxs/:txid1,...,txidn request

    Eugene Krevenets committed Dec 11, 2015
    Configuration menu
    Copy the full SHA
    000cf26 View commit details
    Browse the repository at this point in the history
  3. add doc about multiple block request

    Eugene Krevenets committed Dec 11, 2015
    Configuration menu
    Copy the full SHA
    c162544 View commit details
    Browse the repository at this point in the history
  4. add doc about multiple addresses request

    Eugene Krevenets committed Dec 11, 2015
    Configuration menu
    Copy the full SHA
    f48de1f View commit details
    Browse the repository at this point in the history
  5. add doc about multiple transactions request

    Eugene Krevenets committed Dec 11, 2015
    Configuration menu
    Copy the full SHA
    941495d View commit details
    Browse the repository at this point in the history
  6. batch /txs/:txid1,...,txidn request

    Eugene Krevenets committed Dec 11, 2015
    Configuration menu
    Copy the full SHA
    aaf41ad View commit details
    Browse the repository at this point in the history
  7. Merge pull request #2 from CoinSpace/feature/batch-requests

    Feature/batch requests
    Eugene Krevenets committed Dec 11, 2015
    Configuration menu
    Copy the full SHA
    1597d13 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2015

  1. handle error on block request

    Eugene Krevenets committed Dec 14, 2015
    Configuration menu
    Copy the full SHA
    a380ee1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3 from CoinSpace/hot-fix/handle-error-on-block-re…

    …quest
    
    handle error on block request
    Eugene Krevenets committed Dec 14, 2015
    Configuration menu
    Copy the full SHA
    8f107d1 View commit details
    Browse the repository at this point in the history
  3. handle error on block request more

    Eugene Krevenets committed Dec 14, 2015
    Configuration menu
    Copy the full SHA
    ff2dade View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4 from CoinSpace/hot-fix/handle-error-on-block-re…

    …quest
    
    handle error on block request more
    Eugene Krevenets committed Dec 14, 2015
    Configuration menu
    Copy the full SHA
    cdda6a4 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2015

  1. Configuration menu
    Copy the full SHA
    e5fd19f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6af2a32 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2015

  1. add log to transaction send

    Eugene Krevenets committed Dec 18, 2015
    Configuration menu
    Copy the full SHA
    691a2f0 View commit details
    Browse the repository at this point in the history
  2. remove logs

    Eugene Krevenets committed Dec 18, 2015
    Configuration menu
    Copy the full SHA
    5d0691e View commit details
    Browse the repository at this point in the history
  3. Fix /addrs/:addrs test.

    STRML committed Dec 18, 2015
    Configuration menu
    Copy the full SHA
    4c27f34 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #5 from STRML/feature/batch-requests

    Fix usage of req.addrs
    Eugene Krevenets committed Dec 18, 2015
    Configuration menu
    Copy the full SHA
    6534fc3 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2015

  1. merge master

    Eugene Krevenets committed Dec 25, 2015
    Configuration menu
    Copy the full SHA
    1efb81c View commit details
    Browse the repository at this point in the history