- Dec 22, 2020
-
-
Holger authored
* Fix bug in ecda (convert mpz into int when not supported)
-
- 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
-
- Apr 06, 2020
-
-
Holger authored
-
- Mar 22, 2020
- Jan 12, 2019
-
- Jul 21, 2018
-
- Jul 20, 2018
-
-
crokkon authored
-
- May 07, 2018
-
-
Holger Nahrstaedt authored
Certain transaction could not be verified, as the recover parameter in verify_message from ecdasig was wrong. Signed_Transaction.verify() iterates now always through all 4 cases and returns all found key combination. Unit test added for this case.
-
- Apr 02, 2018
-
-
Holger Nahrstaedt authored
* Improve blockchain unittests
-
- Mar 19, 2018
-
- Mar 16, 2018
-
-
Holger Nahrstaedt authored
-
Holger Nahrstaedt authored
fix unit test
-
Holger Nahrstaedt authored
secp256k1 is faster than cryptography and put first
-
- 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 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
-
Holger Nahrstaedt authored
reduced dependency this allow easier pushing to conda-forge
-