-
- Downloads
Several improvements
Account * refactoring of init * Doku improved Asset * AssetNotFound handling improved * Operation for equal and unqual added Price * usage of the new equal operation from Asset Steem * Improve key handling in account creation Storage * add sqlite3_copy and recover_with_latest_backup beemgraphenebase/account * add get_blind_private, get_public_key, get_secret, derive_private_key, child and derive_from_seed Unit tests * Use setUpClass to speed unit tests up (Steem is now created at the begging auf each unit test class * Add unit tests for asset * Add unit test for new beemgraphenebase/account functions
Showing
- beem/account.py 5 additions, 4 deletionsbeem/account.py
- beem/asset.py 17 additions, 3 deletionsbeem/asset.py
- beem/price.py 2 additions, 2 deletionsbeem/price.py
- beem/steem.py 4 additions, 4 deletionsbeem/steem.py
- beem/storage.py 28 additions, 5 deletionsbeem/storage.py
- beemgraphenebase/account.py 66 additions, 3 deletionsbeemgraphenebase/account.py
- docs/cli.rst 1 addition, 1 deletiondocs/cli.rst
- docs/contribute.rst 3 additions, 3 deletionsdocs/contribute.rst
- tests/beem/test_account.py 8 additions, 8 deletionstests/beem/test_account.py
- tests/beem/test_amount.py 9 additions, 11 deletionstests/beem/test_amount.py
- tests/beem/test_asset.py 28 additions, 7 deletionstests/beem/test_asset.py
- tests/beem/test_base_objects.py 4 additions, 5 deletionstests/beem/test_base_objects.py
- tests/beem/test_block.py 9 additions, 12 deletionstests/beem/test_block.py
- tests/beem/test_blockchain.py 10 additions, 11 deletionstests/beem/test_blockchain.py
- tests/beem/test_blockchain_batch.py 9 additions, 10 deletionstests/beem/test_blockchain_batch.py
- tests/beem/test_blockchain_threading.py 9 additions, 10 deletionstests/beem/test_blockchain_threading.py
- tests/beem/test_cli.py 10 additions, 4 deletionstests/beem/test_cli.py
- tests/beem/test_comment.py 9 additions, 11 deletionstests/beem/test_comment.py
- tests/beem/test_discussions.py 6 additions, 8 deletionstests/beem/test_discussions.py
- tests/beem/test_market.py 6 additions, 7 deletionstests/beem/test_market.py
Loading
Please register or sign in to comment