- Jun 29, 2020
- Jun 28, 2020
- Jun 27, 2020
-
-
Holger authored
-
Holger authored
* add get_replace_hive_by_steem() to Hive(), which is True on HF23 * Replace HIVE by STEEM and SBD by HBD only when Hive HF < 24 * Replace steem and sbd paramter names for Hive HF >= 24 by hive and hbd * Add get follow list to Account (only for HIVE and HF >= 24)
-
Holger Nahrstaedt authored
Scheduled weekly dependency update for week 25
-
- Jun 25, 2020
-
-
Holger authored
* Retry up to 5 times when coingecko price api failes
-
Holger authored
-
Holger authored
-
Holger authored
-
Holger authored
* Fix encrypted memo decryption * from_account and to_account in Memo() can also be a publick and private key * Prepare for sbd/steem replacement by hbd/hive * Add unit test for beem.memo
-
- Jun 22, 2020
-
-
pyup-bot authored
-
- Jun 21, 2020
-
-
Holger authored
* New UnknownTransaction exception that is raised when using get_transaction with an unkown trx_id * New function is_transaction_existing which returns false, when a trx_id does not exists * beempy info does not show information for a trx_id * broadcast from TransactionBuilder can now return a trx_id, when set trx_id to True (default) * sign and finalizeOp from Hive and Steem return now the trx_id in a field * add export parameter to all broadcast commands in beempy * When setting unsigned in beempy, the default value of expires is changed to 3600
-
- Jun 18, 2020
-
-
Holger authored
-
Holger authored
-
Holger authored
-
Holger authored
-
Holger authored
-
Holger Nahrstaedt authored
blockchain.py: handle virtual ops batch streaming
-
Holger authored
* new beemstorage module * Config is handled by SqliteConfigurationStore or InRamConfigurationStore * Keys are handled by SqliteEncryptedKeyStore or InRamPlainKeyStore * Move aes to beemgraphenebase * Wallet.keys, Wallet.keyStorage, Wallet.token and Wallet.keyMap has been removed * Wallet.store has now the Key Interface that handles key management * Token handling has been removed from Wallet * Token storage has been move from wallet to SteemConnect/HiveSigner
-
- Jun 16, 2020
-
-
crokkon authored
-
- Jun 09, 2020
-
-
Holger authored
* receiver parameter removed from beempy decrypt * beempy encrypt / decrypt is able to encryp/derypt a binary file * encrypt_binary, decrypt_binary and extract_decrypt_memo_data added to beem.memo * extract_memo_data added to beembase.memo
-
- Jun 08, 2020
- Jun 07, 2020
-
-
Holger authored
* Message class improved * beempy message can be used to sign and to verify a message
-
Holger authored
* add Prefix class for PasswordKey, Brainkey, Address, PublicKey, PrivateKey, Base58 * New Class BitcoinAddress * Address class has now from_pubkey class method
-
Holger authored
-
Holger authored
* add participation_rate to Blockchain * beembase.transactions is deprecated * get_block_params added to TransactionBuilder
-
- Jun 05, 2020
-
-
Holger authored
-
- Jun 04, 2020
-
-
Holger authored
-