Skip to content
Snippets Groups Projects
  1. Jun 29, 2020
  2. Jun 28, 2020
  3. 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
  4. 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
  5. Jun 08, 2020
  6. 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
  7. May 31, 2020
  8. 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
  9. May 07, 2020
  10. May 05, 2020
  11. May 04, 2020
  12. May 02, 2020
  13. Apr 26, 2020
  14. Apr 23, 2020
  15. Apr 22, 2020
  16. Apr 21, 2020
  17. Apr 18, 2020
  18. Apr 17, 2020
    • Holger's avatar
      Rename SteemNodeRPC to NodeRPC · 9ed2f2c1
      Holger authored
      Rename SteemWebsocket to NodeWebsocket and SteemNodeRPC to NodeRPC
      9ed2f2c1
    • Holger's avatar
      Replace steem by blockchain · 051e80c7
      Holger authored
      * steem object in all classes is replaced by blockchain
      * Hive and Steem are now BlockChainInstance classes
      * Each class has now blockchain_instance parameter (steem_instance is stil available)
      * shared_blockchain_instance and set_shared_blockchain_instance can be used for Hive() and Steem() instances
      * token_symbol, backed_token_symbol and vest_token_symbol
      051e80c7
  19. Apr 08, 2020
  20. Apr 06, 2020
  21. Apr 05, 2020
Loading