- May 23, 2018
-
-
Holger Nahrstaedt authored
-
- May 06, 2018
-
-
Holger Nahrstaedt authored
Account * print_info improved (Last Vote added) * entryId changed to start_entry_id in get_feed, get_blog_entries and get_blog *rpc.get_account_history moved to _get_account_history * estimate_account_op added, can be used to fastly get account op numbers from dates or block nums * history and history_reverse uses estimate_account_op Exception * KeyNotFound removed Memo * raises MissingKeyError instead of KeyNotFound Price * small improvement Steem * __repr__ added Transactionbuilder * get_potential_signatures, get_transaction_hex and get_required_signatures added * raises MissingKeyError instead of KeyNotFound VotesObject * __contains__, __str__ and __repr__ added Wallet * raises MissingKeyError instead of KeyNotFound Witness * __contains__, __str__ and __repr__ added to WitnessObject Steemnoderpc * small improvements Operationsid * producer_reward added Unit tests * new function added and tests adapted to changes
-
- 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 07, 2018
-
-
Holger Nahrstaedt authored
-
- Apr 04, 2018
-
-
Holger Nahrstaedt authored
Steemnoderpc * self.errror_cnt_call used instead of local variable doRetryCount Graphenerpc * num_retries_call added for setting a max number of retries on a rpc call * self.n_urls added for getting the number of given nodes * sleep on retry removed, when switching over to the next node self.error_cnt_call used for counting rpc call retries rpcutils * sleep_and_check_retries improved Unit tests num_retries added test_golos reduced
-
Holger Nahrstaedt authored
-
- Apr 01, 2018
-
-
Holger Nahrstaedt authored
-
- Mar 30, 2018
-
-
Holger Nahrstaedt authored
Nodes can be given as ,or ; seperated string is_connected added in steem
-
- Mar 16, 2018
-
-
Holger Nahrstaedt authored
-
Holger Nahrstaedt authored
-
Holger Nahrstaedt authored
-
- Mar 08, 2018
-
-
Holger Nahrstaedt authored
Bandit passes now, added to travis Bugfix in chain detection
- Mar 07, 2018
-
-
Holger Nahrstaedt authored
Bug fix for account Block structure changed, is alwas {'block': , 'id'} now. block function removed, Block is used now Bug fix in comment Discussions_by_payout removed Several bugfixes in witness More exception added to steemnoderpc Unit tests for appbase nodes with parameterized added steemnoderpc-unittest added
-