Skip to content
Snippets Groups Projects
  1. 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
  2. Jun 18, 2020
    • 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
  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. Mar 08, 2018
  5. 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
  6. Feb 27, 2018
Loading