-
- Downloads
several improvements and optimizations
Account * lazy and full are correctly passed * _parse_json_data() added to parse json Block * lazy and full are correctly passed * empty operations are handled * op_statistics improved Blockchain * virtual ops and ops statistics are seperatly calculated Comment * _parse_json_data() added to parse dates and amounts * author_reputation is parsed to int * lazy and full are correctly passed Vote * lazy and full are correctly passed * _parse_json_data added to parse date and rshares and reputation * vote.time is a datetime object * json() returns the original string Witness * lazy and full are correctly passed GrapheneRPC * time_limit removed, as it supresses KeyboardInterrupt * ws.settimeout() is set for websocket * WebSocketTimeoutException handling added Unit tests * test_account fixed * test_time_limit removed from test_steemnoderpc * checks added to test_blockchain_batch
Showing
- beem/account.py 7 additions, 3 deletionsbeem/account.py
- beem/block.py 15 additions, 12 deletionsbeem/block.py
- beem/blockchain.py 5 additions, 1 deletionbeem/blockchain.py
- beem/comment.py 28 additions, 37 deletionsbeem/comment.py
- beem/vote.py 52 additions, 20 deletionsbeem/vote.py
- beem/witness.py 10 additions, 9 deletionsbeem/witness.py
- beemapi/graphenerpc.py 13 additions, 36 deletionsbeemapi/graphenerpc.py
- examples/benchmark_beem.py 5 additions, 3 deletionsexamples/benchmark_beem.py
- tests/beem/test_account.py 8 additions, 3 deletionstests/beem/test_account.py
- tests/beem/test_blockchain_batch.py 2 additions, 0 deletionstests/beem/test_blockchain_batch.py
- tests/beemapi/test_steemnoderpc.py 0 additions, 10 deletionstests/beemapi/test_steemnoderpc.py
Loading
Please register or sign in to comment