- Jun 03, 2018
-
-
Holger Nahrstaedt authored
-
Holger Nahrstaedt authored
* Raise OfflineHasNoRPCException in offline mode, when rpc should be used * Unit test for beneficiaries * Fixes bug for python 2.7 in blockchain
-
Holger Nahrstaedt authored
Fix beneficiaries handling in Comment_options
-
crokkon authored
Fixes #20
-
Holger Nahrstaedt authored
-
Holger Nahrstaedt authored
- Jun 02, 2018
-
-
Holger Nahrstaedt authored
-
Holger Nahrstaedt authored
-
Holger Nahrstaedt authored
-
Holger Nahrstaedt authored
-
Holger Nahrstaedt authored
-
Holger Nahrstaedt authored
-
Holger Nahrstaedt authored
-
Holger Nahrstaedt authored
-
Holger Nahrstaedt authored
-
Holger Nahrstaedt authored
# Please enter the commit message for your changes. Lines starting
-
- Jun 01, 2018
-
-
Holger Nahrstaedt authored
-
Holger Nahrstaedt authored
-
Holger Nahrstaedt authored
-
Holger Nahrstaedt authored
-
Holger Nahrstaedt authored
-
Holger Nahrstaedt authored
Fix account history calls for op 0
-
crokkon authored
Fixes #18
-
Holger Nahrstaedt authored
-
Holger Nahrstaedt authored
Votes * fix ActiveVotes when no vote are made for a comment Steemconnect * Try to fix for python 2.7 Fix test_wallet unit test
-
- May 31, 2018
-
-
Holger Nahrstaedt authored
-
Holger Nahrstaedt authored
-
Holger Nahrstaedt authored
-
Holger Nahrstaedt authored
* added use_stored_data to all steem function that uses constants e.g. get_config() * Fix author for steem.post(), when a account object is entered * **kwargs added to all broadcast function of steem Account * fix desribtion of update_account_profile * added update_account_metadata
-
- May 30, 2018
-
-
Holger Nahrstaedt authored
Prepare next relase Fix #17
-
Holger Nahrstaedt authored
Scheduled weekly dependency update for week 21
-
- May 29, 2018
-
-
Holger Nahrstaedt authored
* Converts amounts from list to string (appbase) * Unit test for steemconnect added Transactionbuilder * Remove log line
-
Holger Nahrstaedt authored
CLI * Add -l option to beempy * Add -s option for broadcast via steemconnect * addtoken, listtoken and deltoken added * Add doc - files for nodelist, steemconnect and node Storage * sc2_scope removed from config * hot_sign_redirect_uri added to config
-
Holger Nahrstaedt authored
* url_from_tx function added, which can be used to create url for signing with steemconnect v2 * Authomatic url creation removed
-
Holger Nahrstaedt authored
-
Holger Nahrstaedt authored
Account * Example added for transfer Nodelist * Doc added Steem * steemconnect integration improved and use_sc2 added * Docu improved SteemConnect * compatible with py2.7 * several improvements * Examles added Transactionbuilder * Integration of steemconnect improved Wallet * fix bug SteemNodeRPC * fix old and removed parameter n_urls Doc * Fix bug in tutorial page
-
Holger Nahrstaedt authored
Problem was the auto_clean function for the cache. When using threads, auto_clean is disabled with set_cache_auto_clean(False) and the cache is manually cleaned with clear_cache_from_expired_items() when all threads are finished. When blocks() finishes, set_cache_auto_clean(auto_clean) is set to the old value.
-
- May 28, 2018
-
-
Holger Nahrstaedt authored
steem * add steemconnect in init, when set, steemconnect is used for broadasting steemconnect * new class can be used to broadcast operation with steemconnect v2 storage * Token class to store encrypted token Transactionbuilder * use steemconnect broadcast with set in steem Wallet * add token storage class * add setToken, clear_local_token, encrypt_token, decrypt_token, addToken, getTokenForAccountName, removeTokenFromPublicName, getPublicNames Example * Add login app for testing steemconnect
-