Skip to content
Snippets Groups Projects
  1. Mar 29, 2021
  2. Mar 20, 2021
  3. Mar 19, 2021
  4. Mar 12, 2021
  5. Dec 22, 2020
    • Holger's avatar
      New release · b1082ece
      Holger authored
      * Fix bug in ecda (convert mpz into int when not supported)
      b1082ece
  6. Dec 20, 2020
  7. Nov 07, 2020
  8. Oct 28, 2020
    • Holger's avatar
      Release 0.24.17 · 2c91a7e6
      Holger authored
      * Fixed a bug when using skip_account_check=True
      * Refactor code in Account
      * Add more unit tests
      2c91a7e6
  9. Oct 25, 2020
  10. Oct 14, 2020
  11. Oct 13, 2020
    • Holger's avatar
      Prepare new release · e345e8c4
      Holger authored
      * Fix beempy witnessfeed for HF24
      * Fix more hbd renaming in beempy
      * improved RankedPosts class
      * New AccountPosts class for account feed and more
      * Comment class has been cleaned up, use_tags_api has been replaced by api
      e345e8c4
  12. Oct 10, 2020
  13. 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
  14. Oct 04, 2020
  15. Aug 29, 2020
  16. Aug 27, 2020
  17. Aug 21, 2020
    • Holger's avatar
      Prepare next release 0.24.6 · db95313f
      Holger authored
      * Improved community selection in beempy createpost
      * Improved Transactionbuilder object representation
      * _fetchkeys function moved outside appendSigner
      * Fix get urls in parse body
      * Two more nodes have been added to nodelist
      db95313f
  18. Jul 12, 2020
  19. Jun 29, 2020
  20. Jun 28, 2020
  21. Jun 27, 2020
    • Holger's avatar
      prepare next release · bad98048
      Holger authored
      * add get_replace_hive_by_steem() to Hive(), which is True on HF23
      * Replace HIVE by STEEM and SBD by HBD only when Hive HF < 24
      * Replace steem and sbd paramter names for Hive HF >= 24 by hive and hbd
      * Add get follow list to Account (only for HIVE and HF >= 24)
      bad98048
  22. Jun 25, 2020
    • Holger's avatar
      Release 0.23.3 · eccbfc3a
      Holger authored
      * Fix encrypted memo decryption
      * from_account and to_account in Memo() can also be a publick and private key
      * Prepare for sbd/steem replacement by hbd/hive
      * Add unit test for beem.memo
      eccbfc3a
  23. Jun 18, 2020
    • Holger's avatar
      Prepare next release · 7db27318
      Holger authored
      7db27318
    • Holger's avatar
      release 0.24.1 · d14c9988
      Holger authored
      d14c9988
    • Holger's avatar
      Preparing release 0.24.0 · e7f68832
      Holger authored
      * new beemstorage module
      * Config is handled by SqliteConfigurationStore or InRamConfigurationStore
      * Keys are handled by SqliteEncryptedKeyStore or InRamPlainKeyStore
      * Move aes to beemgraphenebase
      * Wallet.keys, Wallet.keyStorage, Wallet.token and Wallet.keyMap has been removed
      * Wallet.store has now the Key Interface that handles key management
      * Token handling has been removed from Wallet
      * Token storage has been move from wallet to SteemConnect/HiveSigner
      e7f68832
  24. Jun 09, 2020
    • Holger's avatar
      Release 0.23.13 · 76d7f1ca
      Holger authored
      * receiver parameter removed from beempy decrypt
      * beempy encrypt / decrypt is able to encryp/derypt a binary file
      * encrypt_binary, decrypt_binary and extract_decrypt_memo_data added to beem.memo
      * extract_memo_data added to beembase.memo
      76d7f1ca
  25. Jun 08, 2020
  26. 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
    • Holger's avatar
      get_block_params added to TransactionBuilder · 18515164
      Holger authored
      * add participation_rate to Blockchain
      * beembase.transactions is deprecated
      * get_block_params added to TransactionBuilder
      18515164
  27. Jun 04, 2020
  28. May 31, 2020
  29. May 21, 2020
  30. May 20, 2020
    • Holger's avatar
      Improved chain detection · 3d632e19
      Holger authored
      * Improve chain detection (Steem chain detection fixed and preparing for Hive HF24)
      * Add authored_by and description fields in YAMLM header
      * Improve doc
      * beempy post image upload includes the markdown file path now
      3d632e19
  31. May 12, 2020
    • Holger's avatar
      Add ledger support · 8c514743
      Holger authored
      * Fix update_account_jsonmetadata and add posting_json_metadata property to Account
      * Add Ledger Nano S support
      * beempy -u activates ledger signing
      * beempy -u listkeys shows pubkey from ledger
      * beempy -u listaccounts searches for accounts that have pubkey derived from attached ledger
      * beempy -u keygen creates pubkey lists that can be used for newaccount and changekeys
      * new option use_ledger and path for Hive
      8c514743
  32. May 10, 2020
Loading