Skip to content
Snippets Groups Projects
  1. Oct 24, 2020
  2. Oct 23, 2020
    • Holger's avatar
      Cleanup and add use_tor option · 26ae05f2
      Holger authored
      * Add option add_tor to config storage, which allows it to use beempy in tails
      * Remove Events requirements, beem.notify and beemapi.websocket, as it is not well tested and there are no websocket api nodes available on hive
      * Remove unnecessary requirements (pylibscrypt and future)
      26ae05f2
  3. Aug 04, 2020
    • photobook-hive's avatar
      Update cli.rst · d5efc178
      photobook-hive authored
      Fixed two typos
      
      * --keys insted of --key
      * wrong brackets in example key json
      
      Updated beempy --help to version 0.24.5
      Unverified
      d5efc178
  4. Jul 12, 2020
  5. Jul 11, 2020
  6. 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
  7. Jun 07, 2020
  8. 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
  9. 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
  10. May 10, 2020
  11. May 05, 2020
  12. Apr 27, 2020
  13. Mar 29, 2020
  14. Apr 08, 2019
  15. Dec 11, 2018
  16. Oct 28, 2018
  17. Oct 07, 2018
  18. Sep 28, 2018
    • Holger's avatar
      Release of 0.20.3 · ca4162fc
      Holger authored
      Account
      * add comment, vote, transfer RC costs in account.print_info() and beempy power
      * Shows number of possible comments, votes, tranfers with available RCs in account.print_info() and beempy power
      
      RC
      * add possibility to specify tx_size instead of constructing a dict for comment, transfer, vote and custom_json 
  19. Sep 26, 2018
  20. Sep 08, 2018
  21. Jul 24, 2018
  22. Jul 23, 2018
  23. Jul 18, 2018
  24. Jul 08, 2018
  25. Jul 05, 2018
  26. Jul 01, 2018
  27. Jun 20, 2018
  28. Jun 19, 2018
    • Holger's avatar
      ImageUploader added · 169dc2b2
      Holger authored
      ImageUploader can be used to upload an image file or an image in bytes
      169dc2b2
  29. Jun 16, 2018
  30. May 29, 2018
    • Holger Nahrstaedt's avatar
      Add option to create url from all broadcast operation to beempy · 8b949dfe
      Holger Nahrstaedt authored
      CLI
      * Add -l option to beempy
      * Add -s option for broadcast via steemconnect
      * addtoken, listtoken and deltoken added
      * Add doc - files for nodelist, steemconnect and node
      Storage
      * sc2_scope removed from config
      * hot_sign_redirect_uri added to config
      8b949dfe
    • Holger Nahrstaedt's avatar
      Several improvements and fixes · 97711e5e
      Holger Nahrstaedt authored
      Account
      * Example added for transfer
      Nodelist
      * Doc added
      Steem
      * steemconnect integration improved and use_sc2 added
      * Docu improved
      SteemConnect
      * compatible with py2.7
      * several improvements
      * Examles added
      Transactionbuilder
      * Integration of steemconnect improved
      Wallet
      * fix bug
      SteemNodeRPC
      * fix old and removed parameter n_urls
      Doc
      * Fix bug in tutorial page
      97711e5e
Loading