peerplays-network / python-peerplays

This is a communications library which allows interface with the Peerplays blockchain directly and without the need for a cli_wallet. It provides a wallet interface and can construct any kind of transactions and properly sign them for broadcast.
MIT License
22 stars 13 forks source link

New Release into master #26

Closed xeroc closed 5 years ago

xeroc commented 5 years ago

Fixes a few minor issues and support for other chains.

bobinson commented 5 years ago

LGTM


collected 99 items

tests/test_account.py ..                                                                                                                                                 [  2%]
tests/test_amount.py .................                                                                                                                                   [ 19%]
tests/test_asset.py ...                                                                                                                                                  [ 22%]
tests/test_base_objects.py .                                                                                                                                             [ 23%]
tests/test_betting.py ...........                                                                                                                                        [ 34%]
tests/test_bookie.py ........                                                                                                                                            [ 42%]
tests/test_cachedlist.py .                                                                                                                                               [ 43%]
tests/test_object_creation_parents.py .                                                                                                                                  [ 44%]
tests/test_objectcache.py ..                                                                                                                                             [ 46%]
tests/test_peerplays.py .........                                                                                                                                        [ 55%]
tests/test_proposals.py .......                                                                                                                                          [ 62%]
tests/test_transactions.py .................................                                                                                                             [ 95%]
tests/test_txbuffers.py ...                                                                                                                                              [ 98%]
tests/test_witness.py .                                                                                                                                                  [100%]

========================================================================= 99 passed in 233.37 seconds ==========================================================================```
bobinson commented 5 years ago

@RoshanSyed : The changes are not merged into master. Is there anything else to be done before we merge the commits ?