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: JordanRClark/btc-e.api.python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: vlegio/btc-e.api.python
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.
  • 8 commits
  • 2 files changed
  • 4 contributors

Commits on Dec 9, 2013

  1. TransHistory misspelling

    changed return to self.__api_call('TransHistory', params)
    from self.__api__call('TransHistory', params)
    goblingobbler committed Dec 9, 2013
    Configuration menu
    Copy the full SHA
    5dac2d4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request vlegio#5 from goblingobbler/patch-1

    TransHistory misspelling
    ianfilatov committed Dec 9, 2013
    Configuration menu
    Copy the full SHA
    8878d78 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2014

  1. btceapi.py ported to python3.

    agasiev committed Feb 16, 2014
    Configuration menu
    Copy the full SHA
    77e2c2a View commit details
    Browse the repository at this point in the history
  2. Merge pull request vlegio#7 from agasiev/master

    btceapi.py ported to python3.
    ianfilatov committed Feb 16, 2014
    Configuration menu
    Copy the full SHA
    c1e6fda View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2014

  1. Python 3 version: encode before hmac.new(), decode after getresponse().

    Py3 wants a 'bytes' or 'bytearray' for hmac.new(). Since __api_secret
    is a string, and will most probably be specified by the user as a string,
    do the encoding.
    
    HTTPSConnection.getresponse() returns a .read()-able object, however,
    json.load() uses json.loads() internally, which fails on an undecoded
    response. For simplicity's sake, do this manually.
    veox committed Apr 28, 2014
    Configuration menu
    Copy the full SHA
    26e469b View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2014

  1. Merge pull request vlegio#8 from veox/master

    Python 3 version: encode before hmac.new(), decode after getresponse().
    ianfilatov committed Apr 29, 2014
    Configuration menu
    Copy the full SHA
    f8dd229 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2017

  1. Update btceapi.py

    ianfilatov authored Jul 3, 2017
    Configuration menu
    Copy the full SHA
    bb1e230 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    935be3f View commit details
    Browse the repository at this point in the history
Loading