-
- Downloads
All dates, ints, and amounts are parsed in account, block, comment, vote and witness
Account * _parse_json_data improved and all missing ints and dates added * json() adapted to _parse_json_data() Block * _parse_json_data added, expiration and timestamp are now datetime objects * property json_transactions and json_operations added, which return trx and ops with date strings * BlockHeader improved and datetime parsing added Blockchain * adapted to new datetime objects CLI * adapted to code changes Comment * int and dates inside active_votes are parsed * Missing dates and int are parsed Market * date parsing to datetime added to market_history Vote * Some improvements Witness * _parse_json_data added * all date and ints are parsed * Demo added to Witnesses, WitnessesVotedByAccount, WitnessesRankedByVote and ListWitnesses beemgraphenebase/types * datetime handling added to PointInTime Unit tests * test_account adapted * test_export added to test_block * test in test_comment fixed * test_export added to test_witness
Showing
- README.rst 7 additions, 1 deletionREADME.rst
- beem/account.py 50 additions, 15 deletionsbeem/account.py
- beem/block.py 178 additions, 4 deletionsbeem/block.py
- beem/blockchain.py 3 additions, 3 deletionsbeem/blockchain.py
- beem/cli.py 6 additions, 5 deletionsbeem/cli.py
- beem/comment.py 64 additions, 36 deletionsbeem/comment.py
- beem/market.py 11 additions, 2 deletionsbeem/market.py
- beem/vote.py 20 additions, 17 deletionsbeem/vote.py
- beem/witness.py 79 additions, 10 deletionsbeem/witness.py
- beemgraphenebase/types.py 3 additions, 1 deletionbeemgraphenebase/types.py
- tests/beem/test_account.py 1 addition, 1 deletiontests/beem/test_account.py
- tests/beem/test_block.py 46 additions, 0 deletionstests/beem/test_block.py
- tests/beem/test_blockchain_batch.py 1 addition, 0 deletionstests/beem/test_blockchain_batch.py
- tests/beem/test_comment.py 4 additions, 1 deletiontests/beem/test_comment.py
- tests/beem/test_witness.py 27 additions, 0 deletionstests/beem/test_witness.py
Loading
Please register or sign in to comment