- Oct 09, 2020
-
-
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
-
- Jun 07, 2020
-
-
Holger authored
* add Prefix class for PasswordKey, Brainkey, Address, PublicKey, PrivateKey, Base58 * New Class BitcoinAddress * Address class has now from_pubkey class method
-
- May 05, 2020
- May 04, 2020
-
-
Holger authored
-
- Apr 26, 2020
-
-
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
-
- Oct 28, 2018
-
-
Flug Schwein authored
-
Flug Schwein authored
-
- Oct 14, 2018
- Apr 20, 2018
-
-
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
-
- Apr 09, 2018
-
-
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
-
- Mar 16, 2018
-
-
Holger Nahrstaedt authored
-
- Mar 15, 2018
-
-
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
-
- Mar 10, 2018
-
-
Holger Nahrstaedt authored
test_testnet improved
-
Holger Nahrstaedt authored
Transactionbuild * Automatic Signing with owner key removed Beembase/account and beembase/bip38 removed as they are using beemgraphenebase/bip38 and beemgraphenebase/account
-
- Mar 03, 2018
-
-
Holger Nahrstaedt authored
-
Holger Nahrstaedt authored
Tox.ini improved
-
- Mar 01, 2018
-
-
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
-
- Feb 27, 2018
-
-
Holger Nahrstaedt authored
-
Holger Nahrstaedt authored
-
Holger Nahrstaedt authored
reduced dependency this allow easier pushing to conda-forge
-