Skip to content
This repository has been archived by the owner on Nov 15, 2021. It is now read-only.

Add support for wallet send, sendmany, sign, open, and close #726

Commits on Nov 27, 2018

  1. Update Send.py

    refactor `send`, `sendmany`, and `sign`
    jseagrave21 authored Nov 27, 2018
    Configuration menu
    Copy the full SHA
    ba231b1 View commit details
    Browse the repository at this point in the history
  2. Update Wallet.py

    - reactor open and close and add support for send, sendmany, and sign
    jseagrave21 authored Nov 27, 2018
    Configuration menu
    Copy the full SHA
    1529505 View commit details
    Browse the repository at this point in the history
  3. Update prompt.py

    - add support for `CommandWalletClose` and update for refactoring
    jseagrave21 authored Nov 27, 2018
    Configuration menu
    Copy the full SHA
    dba3ffb View commit details
    Browse the repository at this point in the history
  4. Update Send.py

    - update for `make lint`
    jseagrave21 authored Nov 27, 2018
    Configuration menu
    Copy the full SHA
    7d94d3c View commit details
    Browse the repository at this point in the history
  5. Update Wallet.py

    - update for `make lint`
    jseagrave21 authored Nov 27, 2018
    Configuration menu
    Copy the full SHA
    191b28a View commit details
    Browse the repository at this point in the history
  6. Update prompt.py

    - update CommandWalletClose
    jseagrave21 authored Nov 27, 2018
    Configuration menu
    Copy the full SHA
    7d14b07 View commit details
    Browse the repository at this point in the history
  7. Update CommandBase.py

    - update to match CityOfZion#725 and also allow for subcommands to execute without arguments
    jseagrave21 authored Nov 27, 2018
    Configuration menu
    Copy the full SHA
    dd8030f View commit details
    Browse the repository at this point in the history
  8. Update Wallet.py

    - update to match CityOfZion#725 and update CommandWalletClose.execute() w/o arguments
    jseagrave21 authored Nov 27, 2018
    Configuration menu
    Copy the full SHA
    d9f5102 View commit details
    Browse the repository at this point in the history
  9. Update CommandBase.py

    for compatibility
    jseagrave21 authored Nov 27, 2018
    Configuration menu
    Copy the full SHA
    ad864fc View commit details
    Browse the repository at this point in the history
  10. Update Wallet.py

    for compatibility
    jseagrave21 authored Nov 27, 2018
    Configuration menu
    Copy the full SHA
    309c594 View commit details
    Browse the repository at this point in the history
  11. Update Wallet.py

    for compatibility
    jseagrave21 authored Nov 27, 2018
    Configuration menu
    Copy the full SHA
    0a12c55 View commit details
    Browse the repository at this point in the history
  12. Update Wallet.py

    for compatibility
    jseagrave21 authored Nov 27, 2018
    Configuration menu
    Copy the full SHA
    de79875 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #75 from CityOfZion/refactor-prompt

    Improve CommandBase.register_sub_command to use the subcommand's Comm…
    jseagrave21 authored Nov 27, 2018
    Configuration menu
    Copy the full SHA
    54d5166 View commit details
    Browse the repository at this point in the history
  14. Update prompt.py

    - update CommandWalletClose
    jseagrave21 authored Nov 27, 2018
    Configuration menu
    Copy the full SHA
    86396e0 View commit details
    Browse the repository at this point in the history
  15. Update Send.py

    - remove redundant logic
    jseagrave21 authored Nov 27, 2018
    Configuration menu
    Copy the full SHA
    fe95dee View commit details
    Browse the repository at this point in the history
  16. Update test_send_command.py

    - add tests to show normal functionality
    jseagrave21 authored Nov 27, 2018
    Configuration menu
    Copy the full SHA
    d288e4d View commit details
    Browse the repository at this point in the history
  17. Update Wallet.py

    jseagrave21 authored Nov 27, 2018
    Configuration menu
    Copy the full SHA
    d654416 View commit details
    Browse the repository at this point in the history
  18. Update CommandBase.py

    - add functionality for subcommands without arguments
    jseagrave21 authored Nov 27, 2018
    Configuration menu
    Copy the full SHA
    01076dc View commit details
    Browse the repository at this point in the history
  19. Update CommandBase.py

    - re-add comment
    jseagrave21 authored Nov 27, 2018
    Configuration menu
    Copy the full SHA
    38e77fb View commit details
    Browse the repository at this point in the history
  20. Merge pull request #76 from CityOfZion/refactor-prompt

    Fix 1 word commands (CityOfZion#727)
    jseagrave21 authored Nov 27, 2018
    Configuration menu
    Copy the full SHA
    f6db1fe View commit details
    Browse the repository at this point in the history
  21. Update prompt.py

    - update CommandWalletClose
    jseagrave21 authored Nov 27, 2018
    Configuration menu
    Copy the full SHA
    5d766cc View commit details
    Browse the repository at this point in the history
  22. Update Wallet.py

    - make CommandWalletClose.execute a classmethod to avoid having to instantiate it
    - update per @LysanderGG's comments
    jseagrave21 authored Nov 27, 2018
    Configuration menu
    Copy the full SHA
    1944217 View commit details
    Browse the repository at this point in the history
  23. Update CommandBase.py

    - update per @LysanderGG's comments
    jseagrave21 authored Nov 27, 2018
    Configuration menu
    Copy the full SHA
    1a390d2 View commit details
    Browse the repository at this point in the history
  24. Update Send.py

    - return values for testing
    jseagrave21 authored Nov 27, 2018
    Configuration menu
    Copy the full SHA
    6755c6a View commit details
    Browse the repository at this point in the history
  25. Update test_send_command.py

    - refactor tests
    jseagrave21 authored Nov 27, 2018
    Configuration menu
    Copy the full SHA
    809faab View commit details
    Browse the repository at this point in the history
  26. Update Wallet.py

    - update returns
    jseagrave21 authored Nov 27, 2018
    Configuration menu
    Copy the full SHA
    9f2d7f1 View commit details
    Browse the repository at this point in the history
  27. Update CommandBase.py

    - update to support returned data
    jseagrave21 authored Nov 27, 2018
    Configuration menu
    Copy the full SHA
    18d5ec0 View commit details
    Browse the repository at this point in the history
  28. Update test_send_command.py

    - remove redundant imports
    jseagrave21 authored Nov 27, 2018
    Configuration menu
    Copy the full SHA
    72bf6cb View commit details
    Browse the repository at this point in the history
  29. Update Wallet.py

    - return values from `create` and `open`
    jseagrave21 authored Nov 27, 2018
    Configuration menu
    Copy the full SHA
    b2958e6 View commit details
    Browse the repository at this point in the history
  30. Update Wallet.py

    - update for `make lint`
    jseagrave21 authored Nov 27, 2018
    Configuration menu
    Copy the full SHA
    6e1e95c View commit details
    Browse the repository at this point in the history
  31. Update test_wallet_commands.py

    - add tests for `wallet open` and `wallet close`
    jseagrave21 authored Nov 27, 2018
    Configuration menu
    Copy the full SHA
    faaa972 View commit details
    Browse the repository at this point in the history
  32. Update test_send_command.py

    - update bad tests
    jseagrave21 authored Nov 27, 2018
    Configuration menu
    Copy the full SHA
    963baee View commit details
    Browse the repository at this point in the history
  33. Update test_wallet_commands.py

    - improve tests
    jseagrave21 authored Nov 27, 2018
    Configuration menu
    Copy the full SHA
    f53f0a8 View commit details
    Browse the repository at this point in the history
  34. Update Wallet.py

    - remove unnecessary logic
    jseagrave21 authored Nov 27, 2018
    Configuration menu
    Copy the full SHA
    041ad14 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2018

  1. Update prompt.py

    - update close_wallet implementation
    jseagrave21 authored Nov 28, 2018
    Configuration menu
    Copy the full SHA
    9c3b679 View commit details
    Browse the repository at this point in the history
  2. Update Wallet.py

    - update close_wallet implementation
    jseagrave21 authored Nov 28, 2018
    Configuration menu
    Copy the full SHA
    e7c9914 View commit details
    Browse the repository at this point in the history
  3. Update PromptData.py

    - update close_wallet implementation
    jseagrave21 authored Nov 28, 2018
    Configuration menu
    Copy the full SHA
    d870595 View commit details
    Browse the repository at this point in the history