Release 0.1.16
Bug Fix release
531bd37 Merge branch 'release/0.1.16'
85b6b81 version bump
3305dd4 revert changes to blockchain.py
8212175 typo
80cca5e Fix blockchain_instance error in Order().__init__()
8957492 Merge pull request #90 from jhtitor/acc_ext
428b2ae Merge pull request #92 from jhtitor/memo_prefix
32dbef7 Merge pull request #93 from jhtitor/ops_ids
5cc81af Merge pull request #97 from jhtitor/signer_flex
70686fb Merge tag '0.1.15' into develop
1a88459 Return newly created SignedTransaction when `sign` is invoked. This is useful for tearing down/rebuilding and passing transactions around.
25fef98 Add functions to lookup op classes by id and vice-versa.
aa2fc96 Allow chain_prefix in Memo to be overwritten.
b483949 Allow empty list as AccountCreateExtension(s).
Those are helpful for e.g. building Transactions into memory from JSON and similar low-level utilities.