Skip to content
Snippets Groups Projects
  1. Mar 29, 2021
  2. Oct 09, 2020
    • Holger's avatar
      Fix severial issues for HF24 · 85010a97
      Holger authored
      * Add new operation ids for HF 24
      * Remove remaining py2 code
      * Run unit tests on beta.openhive.network
      * Fix compatibility issues with HF 24
      * account get_follow_count, get_followers and get_following have been fixed
      85010a97
  3. Jun 07, 2020
    • Holger's avatar
      Add Prefix class · 516be5a7
      Holger authored
      * add Prefix class for PasswordKey, Brainkey, Address, PublicKey, PrivateKey, Base58
      * New Class BitcoinAddress
      * Address class has now from_pubkey class method
      516be5a7
  4. Oct 05, 2018
  5. Oct 04, 2018
    • Holger's avatar
      prepare next release · 433451f1
      Holger authored
      * add claim_account RC calculation
      * fix Bytes type
      * Improve testnet example
      * test_types improved
      433451f1
  6. Sep 25, 2018
  7. Sep 24, 2018
  8. Jun 15, 2018
    • Holger's avatar
      All dates, ints, and amounts are parsed in account, block, comment, vote and witness · af113d24
      Holger authored
      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
      af113d24
  9. May 07, 2018
  10. Apr 07, 2018
    • Holger Nahrstaedt's avatar
      More Unit tests · 9a72a1c5
      Holger Nahrstaedt authored
      * More unit tests
      * Handling of Amount for Appbase improved
      * Fixed unit tests for Python 2.7
      9a72a1c5
  11. Mar 31, 2018
  12. Mar 04, 2018
  13. Mar 03, 2018
  14. Mar 01, 2018
    • Holger Nahrstaedt's avatar
      Bug fix and feature improvements · 3c4d42a4
      Holger Nahrstaedt authored
      Python2 comp
      * str comp added
      * py23 with py23_bytes added with unit tests
      * moved back to __bytes__
      * super() made compatible with python 2
      Account:
      * allow and disallow moved from steem
      * small improvements
      Comment
      get_votes added
      Steem
      * Doku improved
      Vote
      * bug fixes
      * printAsTable
      Wallet
      * getPostingKeyForAccount added
      test_vote added
      test_testnet added
      test_py23 added
      3c4d42a4
  15. Feb 27, 2018
Loading