Skip to content
Snippets Groups Projects
  1. Oct 09, 2020
  2. Sep 07, 2020
    • Holger's avatar
      Fix broadcasting amounts that have a higher precision than allowed · 7ee4bc5c
      Holger authored
      * Use floor instead of round in beembase/Amount in order to handle floats which have a higher precision than allowed
      * json_str parameter has been added to beembase.Amount, when True, a json dict is returned as string (needing when broadcasting with use_condenser=False)
      7ee4bc5c
  3. Aug 22, 2020
  4. Aug 21, 2020
  5. Jul 11, 2020
  6. Jun 29, 2020
  7. Jun 28, 2020
  8. 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
  9. Jun 18, 2020
    • Holger's avatar
      Fix unit test and typo · 332b6906
      Holger authored
      332b6906
    • 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
  10. Jun 08, 2020
  11. Jun 07, 2020
    • Holger's avatar
      beempy message has been added · bd33eb62
      Holger authored
      * Message class improved
      * beempy message can be used to sign and to verify a message
      bd33eb62
    • 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
  12. May 31, 2020
  13. 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
  14. May 07, 2020
  15. May 05, 2020
  16. May 04, 2020
  17. May 02, 2020
  18. Apr 26, 2020
  19. Apr 23, 2020
  20. Apr 22, 2020
Loading