Skip to content
Snippets Groups Projects
  1. Sep 26, 2018
  2. Sep 08, 2018
  3. Jul 24, 2018
  4. Jul 23, 2018
  5. Jul 18, 2018
  6. Jul 08, 2018
  7. Jul 05, 2018
  8. Jul 01, 2018
  9. Jun 20, 2018
  10. 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
  11. Jun 16, 2018
  12. 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
  13. May 23, 2018
  14. May 11, 2018
  15. May 09, 2018
  16. 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
  17. 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
  18. May 01, 2018
  19. Apr 30, 2018
    • Holger Nahrstaedt's avatar
      Dokumentation improved · 14d2fe0e
      Holger Nahrstaedt authored
      Account
      * Examples and Dokumentation improved
      Amount
      * Example improved
      Asciichart
      * Examples improved
      Blockchain
      * examples improved
      Discussions
      * Doku improved
      Market
      * Examples and Doku improved
      Price
      * Examples improved
      * Missing steem_instance fixed
      Steem
      * Example code fixed
      Graphenerpc
      * Example improved
      14d2fe0e
    • Holger Nahrstaedt's avatar
      Docs warnings removed and layout improved · bf7b854d
      Holger Nahrstaedt authored
      Formatting of all doc parts improved
      Logo and icon added
      Doc structure improved
      quickstart improved
      bf7b854d
    • Holger Nahrstaedt's avatar
      Change html theme to sphinx_rtd_theme · 62d771b9
      Holger Nahrstaedt authored
      62d771b9
    • Holger Nahrstaedt's avatar
      Use doctest for examples, improve docs · 7230aab2
      Holger Nahrstaedt authored
      Account
      * Example forget SimilarAccountNames  added
      * Example for history and history_reverse improved
      Amount
      * Example is tested with doctest
      Block
      * Example is tested with doctest
      Price
      * Fix example
      Profile
      * Fix example
      Steem
      * Example is tested by doctest
      Transactionbuilder
      * Example is tested by doctest
      Vote
      * datetime.now() changed to datetime.utcnow()
      * Example is tested by doctest
      Witness
      * datetime.now() changed to datetime.utcnow()
      * Example is tested by doctest
      Docs
      * Installation instruction improved
      * Quickstart created
      * Discord channel added to support
      7230aab2
  20. Apr 24, 2018
  21. Apr 20, 2018
    • Holger Nahrstaedt's avatar
      Several improvements · 80ab8897
      Holger Nahrstaedt authored
      Account
      * refactoring of  init
      * Doku improved
      Asset
      * AssetNotFound handling improved
      * Operation for equal and unqual added
      Price
      * usage of the new equal operation from Asset
      Steem
      * Improve key handling in account creation
      Storage
      * add sqlite3_copy and recover_with_latest_backup
      beemgraphenebase/account
      * add get_blind_private, get_public_key, get_secret, derive_private_key, child and derive_from_seed
      Unit tests
      * Use setUpClass to speed unit tests up (Steem is now created at the begging auf each unit test class
      * Add unit tests for asset
      * Add unit test for new beemgraphenebase/account functions
      80ab8897
  22. Apr 17, 2018
  23. Apr 16, 2018
    • Holger Nahrstaedt's avatar
      Fix unit tests and bandit · fde8ceda
      Holger Nahrstaedt authored
      fde8ceda
    • Holger Nahrstaedt's avatar
      Doku for cli added · 199d7b31
      Holger Nahrstaedt authored
      Dokumentation for cli added
      Profile added
      cli
      * sign, broadcast, setprofile and delprofile added
      * refactoring
      * wallet password from UNLOCK environment variable works
      *
      utls
      * detection of complete urls added
      unit tests
      * tests for profile added
      * new functions tests added to test_cli
      * unit tests for utils improved
      199d7b31
Loading