Skip to content
Snippets Groups Projects
  1. Jun 20, 2018
  2. Jun 15, 2018
  3. Jun 10, 2018
    • Holger's avatar
      Prepare next version and improve Account object handling · c4a6febd
      Holger authored
      Account
      * Account handling is improved and it is assured that an Account object or an account string name can be used in every function
      Readme
      * Advantages over the official steem-python library added (fixes #25)
      c4a6febd
  4. Jun 08, 2018
  5. Jun 04, 2018
  6. Jun 01, 2018
  7. May 30, 2018
  8. May 28, 2018
    • Holger Nahrstaedt's avatar
      Include steemconnect v2 to beem · b95afdfd
      Holger Nahrstaedt authored
      steem
      * add steemconnect in init, when set, steemconnect is used for broadasting
      steemconnect
      * new class can be used to broadcast operation with steemconnect v2
      storage
      * Token class to store encrypted token
      Transactionbuilder
      * use steemconnect broadcast with set in steem
      Wallet
      * add token storage class
      * add setToken, clear_local_token, encrypt_token, decrypt_token, addToken, getTokenForAccountName, removeTokenFromPublicName, getPublicNames
      Example
      * Add login app for testing steemconnect
      b95afdfd
  9. May 27, 2018
    • Holger Nahrstaedt's avatar
      Fix and improve curation even more · 122e2348
      Holger Nahrstaedt authored
      122e2348
    • Holger Nahrstaedt's avatar
      Several improvemtents · 818c8f1b
      Holger Nahrstaedt authored
      Account
      * datetime.date is also supported
      CLI
      * curation improved
      Comment
      * doc improved
      Transactionbuilder
      * doc fixed
      * owner key is taken, when no other permission is proved
      utils
      * datetime.date supported
      Wallet
      *   raise MissingKeyError when a wrong key is given by Steem(keys=[])
      Unit tests
      * several unit tests has to be changed as now it is really tested if a given wif belongs to the account or not.
      818c8f1b
  10. May 11, 2018
  11. May 09, 2018
    • Holger Nahrstaedt's avatar
      Bug fix for blockchain.stream() · 9f8c69af
      Holger Nahrstaedt authored
      Blockchain
      * raw_ops added to stream, when set to True stream() produces the same output as the old Blockchain.ops()
      Unit tests
      * Add unit tests for testing raw_ops
      9f8c69af
  12. May 08, 2018
    • Holger Nahrstaedt's avatar
      Prepare next version wth several improvemetns · b9509edf
      Holger Nahrstaedt authored
      Account
      * Parameter accuracy renamed to stop_diff
      * Doku for estimate_virtual_op_num improved
      * Several improvements and fixes for estimate_virtual_op_num
      CLI
      * rewards command improved and more paramter added
      Comments
      * Assure Amount class for all amounts
      * is_pending improved
      Doku
      * tutorial about showing all posts of an account added
      Unit tests
      * test_account, test_cli and test_comment improved
      b9509edf
  13. May 06, 2018
    • Holger Nahrstaedt's avatar
      history and history_reverse improved by estimate_account_op() · c539773d
      Holger Nahrstaedt authored
      Account
      * print_info improved (Last Vote added)
      * entryId changed to start_entry_id in get_feed, get_blog_entries and get_blog
      *rpc.get_account_history moved to _get_account_history
      * estimate_account_op added, can be used to fastly get account op numbers from dates or block nums
      * history and history_reverse uses estimate_account_op
      Exception
      * KeyNotFound removed
      Memo
      * raises MissingKeyError instead of KeyNotFound
      Price
      * small improvement
      Steem
      * __repr__ added
      Transactionbuilder
      * get_potential_signatures, get_transaction_hex and get_required_signatures added
      * raises MissingKeyError instead of KeyNotFound
      VotesObject
      * __contains__, __str__ and __repr__ added
      Wallet
      * raises MissingKeyError instead of KeyNotFound
      Witness
      * __contains__, __str__ and __repr__ added to WitnessObject
      Steemnoderpc
      * small improvements
      Operationsid
      * producer_reward added
      Unit tests
      * new function added and tests adapted to changes
      c539773d
  14. Apr 29, 2018
  15. Apr 28, 2018
  16. Apr 24, 2018
  17. Apr 17, 2018
  18. Apr 11, 2018
  19. Apr 07, 2018
  20. Apr 05, 2018
  21. Mar 19, 2018
  22. Mar 16, 2018
  23. Mar 15, 2018
    • Holger Nahrstaedt's avatar
      ecdsa improved with cryptography · ea5f3cad
      Holger Nahrstaedt authored
      Account
      * Improved some function, so that account works limited on GOLOS
      Blockchain
      * sync changes from python-bitshares
      Instance
      * sync changes from python-bitshares
      Steem
      * Improved some functions so that steem works on GOLOS
      Chains
      * Added GOLOS
      graphenebase/Account
      * derive256address_with_version added
      ecsdasig
      * Huge speed improvement (200%) by using cryptography
      benchmark added
      * benchmark for beemgraphenebase/account funcions
      * benchmark for ecdsa
      * benchmark for sign/verification of all transaction
      Examples
      * compare sign/verificaiton speed with steem
      Unit tests
      * use memo unittests from steem-js
      * add key_format unittests from steem-js
      * Improved the ecdsa tests
      ea5f3cad
  24. Mar 12, 2018
    • Holger Nahrstaedt's avatar
      Next release 0.19.16 · cf1091f3
      Holger Nahrstaedt authored
      Account
      * get_withdraw_routes added
      * get_account_votes fixed for appbase
      * get_vote, has_voted added
      * virtual_op_count, get_curation_reward curation_stats added
      * get_account_history and history_reverse added
      * history improved
      Blockchain
      * hash_op added
      CLI
      * default vote weight added
      * upvote added
      * Info improved
      Steem
      * get_block_interval added
      Transactionbuilder
      * txbuffer.clear() added on exception
      Vote
      * AccountVotes fixed
      GrapheneRPC
      * Websocket disconnect exception handling improved
      Compare_With_steem_python_account.py added
      Unittests for account improved
      cf1091f3
  25. Mar 10, 2018
  26. Mar 08, 2018
    • Holger Nahrstaedt's avatar
      Bugfixes and Improvements · eb09f630
      Holger Nahrstaedt authored
      Amount
      * fix json export
      Blockchain
      * improved get_estimated_block_num
      Comment
      * Bugfixes
      Market
      * Use FilledOrder for trades and recenttrades
      Price
      * FilledOrder fixed
      * UpdateCallOrder and PriceFeed removed
      Vote
      * Bugfix
      Unit tests
      More unittests for Amount, Blockchain and comment
      eb09f630
  27. Mar 06, 2018
  28. Mar 03, 2018
  29. Mar 02, 2018
  30. 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
  31. Feb 27, 2018
    • Holger Nahrstaedt's avatar
      Account: · 7356a513
      Holger Nahrstaedt authored
      * docu improved
      * get_feed, get_blog, get_blog_entries added
      * get_account_votes added
      * fix timezone
      Amount
      * export to json and str fixed
      Block
      * change_block_number added
      Blockchain
      * get_estimated_block_num added
      Comment
      * dates and Amounts are now converted
      * json_export adapted
      * get_reblogged_by added
      * delete_comment added
      Storage
      * 2 nodes removed from default
      Utils
      * timezone information added to formatTimeString
      Unit tests
      * more tests added for account, amount, comment, price and transaction
      7356a513
  32. Feb 25, 2018
  33. Feb 22, 2018
Loading