Skip to content
This repository has been archived by the owner on Jan 13, 2023. It is now read-only.

PyOTA v2.0.7 #208

Merged
merged 40 commits into from
Nov 4, 2018
Merged

PyOTA v2.0.7 #208

merged 40 commits into from
Nov 4, 2018

Commits on Jun 10, 2018

  1. Configuration menu
    Copy the full SHA
    f601596 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ad7219 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    232e2fe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    850d31d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cca655f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e5f3f82 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2018

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

Commits on Jun 12, 2018

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

Commits on Jun 13, 2018

  1. Configuration menu
    Copy the full SHA
    49e7b8e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba99517 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    24e2c73 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2018

  1. Configuration menu
    Copy the full SHA
    02f4767 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ce90c0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ac0a6e4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    687f68f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a74ec33 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1dcad0a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1879c01 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2018

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

Commits on Jun 27, 2018

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

Commits on Jun 28, 2018

  1. Merge pull request #189 from oskyk/186-find-tx-bundle-hash

    usage of bundle hash by find_transactions
    todofixthis authored Jun 28, 2018
    Configuration menu
    Copy the full SHA
    b3bc935 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04f2312 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    09dbc94 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    492de37 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2018

  1. Merge pull request #190 from oskyk/181-security-level-in-get-account-…

    …data
    
    #181 security_level into get_account_data
    todofixthis authored Jul 1, 2018
    Configuration menu
    Copy the full SHA
    9c74dfc View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2018

  1. fixes #191

    CZPR-PZIZKA\pzizka committed Jul 4, 2018
    Configuration menu
    Copy the full SHA
    cef03e7 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2018

  1. Reverting test changes

    Hribek25 committed Jul 5, 2018
    Configuration menu
    Copy the full SHA
    3751bb0 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2018

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

Commits on Jul 10, 2018

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

Commits on Jul 16, 2018

  1. Merge pull request #192 from Hribek25/master

    Change `depth` to 3 in examples
    todofixthis authored Jul 16, 2018
    Configuration menu
    Copy the full SHA
    2baf06b View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2018

  1. examples/send_transfer: cleanups for better user experience

    Some notable changes:
    
      * Add argparse interface
      * Add hook for retrieving PyOTA library version
      * Clean up IOTA library imports
      * Ensure seed is not displayed in cleartext
      * Fix invalid depth
      * Misc PEP8 formatting fixes
    
    Signed-off-by: Tyler Baker <tyler.baker@iota.org>
    EmbeddedAndroid committed Jul 17, 2018
    Configuration menu
    Copy the full SHA
    f072b2f View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2018

  1. Setting depth default value to 3

    Marko Kosmerl committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    11b727e View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2018

  1. Merge pull request #194 from EmbeddedAndroid/send-transfer-example

    examples: cleanups for better user experience
    todofixthis authored Jul 24, 2018
    Configuration menu
    Copy the full SHA
    292c4ce View commit details
    Browse the repository at this point in the history
  2. Merge pull request #200 from redondo-mk/195_default_depth_value

    Setting default value for depth to 3
    todofixthis authored Jul 24, 2018
    Configuration menu
    Copy the full SHA
    2fa8c0d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3032c57 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    936ad37 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2018

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

Commits on Nov 4, 2018

  1. Merge pull request #207 from iotaledger/feature/206-client-instance-a…

    …bstract-class
    
    [#206] Fix exception when adding client instance to abstract class.
    todofixthis authored Nov 4, 2018
    Configuration menu
    Copy the full SHA
    b69227e View commit details
    Browse the repository at this point in the history
  2. Bumping version number.

    todofixthis committed Nov 4, 2018
    Configuration menu
    Copy the full SHA
    6310d7e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6c44d4f View commit details
    Browse the repository at this point in the history