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

Asyncio based on develop #261

Merged
merged 17 commits into from
Sep 4, 2014
Merged

Commits on Aug 26, 2014

  1. Update wif prefixes for changes in pycoin interface

    Bob McElrath committed Aug 26, 2014
    Configuration menu
    Copy the full SHA
    9d7d429 View commit details
    Browse the repository at this point in the history
  2. Initial asyncio implementation for talking to bitcoind

    Bob McElrath committed Aug 26, 2014
    Configuration menu
    Copy the full SHA
    4d95ec0 View commit details
    Browse the repository at this point in the history
  3. yield from in all the right places

    Bob McElrath committed Aug 26, 2014
    Configuration menu
    Copy the full SHA
    eb1eb18 View commit details
    Browse the repository at this point in the history
  4. updated API docs

    xnova authored and Bob McElrath committed Aug 26, 2014
    Configuration menu
    Copy the full SHA
    c415180 View commit details
    Browse the repository at this point in the history
  5. more doc tweaks with lock param for create_issuance

    xnova authored and Bob McElrath committed Aug 26, 2014
    Configuration menu
    Copy the full SHA
    6cae8a5 View commit details
    Browse the repository at this point in the history
  6. Missed a couple rpc calls and wip fix

    Bob McElrath committed Aug 26, 2014
    Configuration menu
    Copy the full SHA
    de1fe52 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e5e5878 View commit details
    Browse the repository at this point in the history
  8. Update requirements requests->aiohttp, python 3.4

    Bob McElrath committed Aug 26, 2014
    Configuration menu
    Copy the full SHA
    f328aa6 View commit details
    Browse the repository at this point in the history
  9. Yield from functions in bitcoin.py

    Bob McElrath committed Aug 26, 2014
    Configuration menu
    Copy the full SHA
    c8afa25 View commit details
    Browse the repository at this point in the history
  10. Tests pass (excluding test_log and test_json_rpc)

    Bob McElrath committed Aug 26, 2014
    Configuration menu
    Copy the full SHA
    89371c0 View commit details
    Browse the repository at this point in the history
  11. Use aiorun()

    Bob McElrath committed Aug 26, 2014
    Configuration menu
    Copy the full SHA
    015410a View commit details
    Browse the repository at this point in the history
  12. Print block timing information

    Bob McElrath committed Aug 26, 2014
    Configuration menu
    Copy the full SHA
    c7483fe View commit details
    Browse the repository at this point in the history
  13. Fix merge conflict

    Bob McElrath committed Aug 26, 2014
    Configuration menu
    Copy the full SHA
    d3507a9 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2014

  1. Rename aiorun to aio_wait_for

    Bob McElrath committed Aug 29, 2014
    Configuration menu
    Copy the full SHA
    2217102 View commit details
    Browse the repository at this point in the history
  2. Rename aio_wait_for to aio_run_synch

    Bob McElrath committed Aug 29, 2014
    Configuration menu
    Copy the full SHA
    c405127 View commit details
    Browse the repository at this point in the history
  3. Put wif prefixes in config

    Bob McElrath committed Aug 29, 2014
    Configuration menu
    Copy the full SHA
    adc3300 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2014

  1. Update pycoin version to 0.51

    Bob McElrath committed Sep 4, 2014
    Configuration menu
    Copy the full SHA
    27406df View commit details
    Browse the repository at this point in the history