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 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
  3. May 05, 2020
  4. May 04, 2020
  5. Apr 26, 2020
    • Holger's avatar
      Improved beempy keygen and new update_account and beempy changekeys · b5d0eba0
      Holger authored
      * Add hive node
      * update_account function added to blockchaininstance
      * normalize added to PasswordKey, so that a Brainkey can be set as PasswordKey
      * Fixed vote percentage calculation when post rshares is negative
      * new beempy command changekeys
      * beempy keygen can be used to generate account keys from a given password and is able to generate new passwords
      b5d0eba0
  6. Oct 28, 2018
  7. Oct 14, 2018
  8. 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
  9. Apr 09, 2018
    • Holger Nahrstaedt's avatar
      Transactionbuilder improved and more unit tests · 56f22b04
      Holger Nahrstaedt authored
      Steem
      * vests_to_sbd and vests_to_rshares added
      * rshares_to_vote_pct let you calculate how many voting percentage are needed  to vote with a desired rshares amount
      * app can be set for post, when not set, it is set to beem/version
      * Doku improved
      Transactionbuilder
      * Doku improved
      * proposer from __ini__ removed, as it had no function
      * _is_signed and _is_constructed fixed
      * reconstruct_tx added to sign and addSigningInformation, when set to False, previous signatures are not deleted anymore
      * KeyNotFound exception handled
      Wallet
      * KeyNotFound exception handled, when more than one key_auths are available
      Graphenerpc
      * version string set to user-agent
      Publickey
      * Doku improved
      Unit tests
      test_steem:
      * test for test_post improved
      * test_sp_to_sbd and test_rshares_to_vote_pct added
      tst_testnet:
      * test_wallet_keys added  for testing the wallet
      * test_transfer_1of1, test_transfer_2of2_simple, test_transfer_2of2_wallet and test_transfer_2of2_serialized_deserialized added thanks to @leprechaun
      56f22b04
  10. Mar 16, 2018
  11. 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
  12. Mar 10, 2018
  13. Mar 03, 2018
  14. 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
  15. Feb 27, 2018
Loading