- Mar 20, 2025
-
-
Bartek Wrona authored
-
- Mar 09, 2025
-
-
Brian of London authored
fix:modify dependencies in setup.py and requirements.txt to update requests and websocket-client to increase compatibility with other packages. chore: update version to 0.26.1 Signed-off-by:
Brian of London (home imac) <brian@v4v.app>
-
- Mar 04, 2024
-
-
Krzysztof Mochocki authored
-
- Oct 04, 2022
-
-
Bartek Wrona authored
- Updated description (eliminated steem from supported blockchain list, since its possible that introduced changes are not backward compatible to it anymore)
-
- Jun 30, 2021
-
-
Holger authored
-
- Jun 26, 2021
- Jun 18, 2021
-
-
Isaiah Croatt authored
-
- Mar 12, 2021
-
-
Holger authored
-
- Dec 20, 2020
-
-
Holger authored
-
- Nov 12, 2020
-
-
Holger authored
-
- Nov 07, 2020
-
-
https://api.hive.blogHolger authored
-
- Nov 05, 2020
-
-
Holger authored
* Adapt account history on api changes and fixes issue #267 * Speed up history call, when limit is below 1000 * Improve unit tests for account history
-
- Oct 28, 2020
-
-
Holger authored
* Fixed a bug when using skip_account_check=True * Refactor code in Account * Add more unit tests
-
- Oct 25, 2020
- Oct 24, 2020
- Oct 23, 2020
-
-
Holger authored
* Add option add_tor to config storage, which allows it to use beempy in tails * Remove Events requirements, beem.notify and beemapi.websocket, as it is not well tested and there are no websocket api nodes available on hive * Remove unnecessary requirements (pylibscrypt and future)
-
- Oct 14, 2020
- Oct 13, 2020
-
-
Holger authored
* Fix beempy witnessfeed for HF24 * Fix more hbd renaming in beempy * improved RankedPosts class * New AccountPosts class for account feed and more * Comment class has been cleaned up, use_tags_api has been replaced by api
-
- Oct 10, 2020
-
-
Holger authored
-
- 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
-
- Oct 04, 2020
-
-
Holger authored
* Add hbd_interest_rate to beempy witnessproperties
-
- Aug 27, 2020
- Aug 21, 2020
-
-
Holger authored
* Improved community selection in beempy createpost * Improved Transactionbuilder object representation * _fetchkeys function moved outside appendSigner * Fix get urls in parse body * Two more nodes have been added to nodelist
-
- Jun 29, 2020
-
-
Holger authored
-
- Jun 27, 2020
-
-
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)
-
- Jun 25, 2020
-
-
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 18, 2020
-
-
Holger authored
-
Holger authored
-
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 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 04, 2020
-
-
Holger authored
-
- May 31, 2020
-
-
Holger authored
* replace asn1 by asn1crypto
-
Holger authored
* get_node_answer_time added to NodeList * New node added * new stored parameter: default_canonical_url * beempy notifications sorting is reversed, a new parameter can be used to change the sorting * New beempy createpost command, it can be used to create an empty markdown file with YAML header for a new post * beempy post has now a canonical_url parameter, when not set, default_canonical_url is set * New beempy draw command, can be used to generate pseudo random number from block identifiers using hashsums * remove enum34 dependency
-