Skip to content
This repository was archived by the owner on Mar 23, 2020. It is now read-only.

Tags: xeroc/piston-lib

Tags

0.5.7

Toggle 0.5.7's commit message
Release 0.5.7

adcfec9 (HEAD -> master) Merge branch 'release/0.5.7'
6441072 (origin/release/0.5.7, release/0.5.7) version bump
1225dd5 (origin/develop, develop) Fix return arg in get_block_from_time() (#61)
9c495b5 Fix wrong vests_symbol when using withdraw_vesting() (#62)
c23704b fix of receiving tags in the refresh method (#57) (#59)
196fccc Pass prefix to PublicKey() in witness_update() (#63)
19d1755 try to resolve an issue differently
f9101d5 [blockchain] do not try to get transactions from non-existing block
8a48a1b [ops] Deal with empty blocks differently
ca04950 [blockchain] make sure not to return empty ops from non blocks
7a6b7f5 [blockchain] yield empty if the block doesn't exist
35b98d8 [post] 'created' already is an instance of datetime
b446ae7 [blockchain] build my own get_ops_per_block that includes votes
4caa1f7 [app] change pysteem for piston-lib
c381103 Merge branch 'release/0.5.6' into develop

0.5.6

Toggle 0.5.6's commit message
Release 0.5.6

* d741f13 (origin/develop, develop) Merge branch 'pmartynov-tags_meta' into develop
* 9521298 (pmartynov-tags_meta) Merge branch 'tags_meta' of git://github.com/pmartynov/piston-lib into pmartynov-tags_meta
* 6d8ea81 minor fixes
* 8410cd5 Revert "return transaction without broadcasting"
* d1450ec Merge pull request #3 from pmartynov/get-transactions
* e302b12 return transaction without broadcasting
* ad97926 Merge pull request #2 from pmartynov/fix-regex
* e0d3e98 remove bad escape
* 4aa21d5 Merge pull request #1 from pmartynov/fix_typeerror
* 7e7d968 Fixed TypeError issue in time_elapsed() function using parse() function from dateutil module.
* b0a96a7 Fixed TypeError issue in time_elapsed() function. The following action: self[created] returned a string, not datetime object. Performed conver string to datetime using strptime() function.
* 6aaac70 Support golos ru-- tags
* b656294 Extensions field extraction from meta object added.
* b59b30e Added basic beneficiaries support during post creation.
* 5bc802b Other tags shouldn't get lost while extracting category
* 56cf517 Merge branch 'release/0.5.5' into develop
* c891b05 (origin/master) Merge branch 'release/0.5.5'

0.5.5

Toggle 0.5.5's commit message
Release 0.5.5

* [tests] fix tox
* [steem] remove get_categories since it is broken
* [tests] remove trending category test
* [claim] new call/operation/method to claim rewards

0.5.4

Toggle 0.5.4's commit message
Release 0.5.4

New:

* update account creation for HF18 (#36)

0.5.3

Toggle 0.5.3's commit message
Release 0.5.3

Changes:

* (develop) [setup] bump dependency on graphenelib
* [base] beneficiaries
* [utils] strptime does not take a tzinfo
* [util] use UTC timezone
* [post] solve the invalid json issue once and for all
* [setup] dependencies - allow higher version

0.5.2

Toggle 0.5.2's commit message
Release 0.5.2 - Hotfixes

Fixes:

 * [account] remove export method as it is incompatible to python3.4
 * (origin/develop) [docs] updated package name
 * [setup] fix email addresses

0.5.1

Toggle 0.5.1's commit message
Release 0.5.1

Fixes:

 * [fixes] minor fixes
 * [post] 'mode' is deprecated #33
 * [txbuilder] deal with account hierarchies
 * [steem] fix vesting_shares amount
 * [post] replace total_payout_reward with total_payout_value
 * [post] return a dict if string is empty
 * [steem] properly register to apis

0.5.0

Toggle 0.5.0's commit message
Release 0.5.0

This is a rebranding release

New:

* [rebranding] python-steem -> piston-lib
* [storage] allow for storing arrays (multiple nodes) in the database, set default to 3 nodes

Fixes:

* [tox] repair a few things
* [storage] use a different sqlite file name not to be confused with v1
* [golos] remove golos specific code that is no longer needed after HF
* [storage] legacy_v2 fixed
* [piston] move storage file
* [steem] updated __init__py
* [steem] public key should use proper prefix
* [post] return a dict if string is empty
* [account] tiered export method into fast and slow version
* [asset] no longer use class variables
* [asset] no longer use class variables
* [steemdata] removed print

0.4.4

Toggle 0.4.4's commit message
Release 0.4.4

New:

 - [steemdata] add base SteemData implementation
 - [chains] use asset symbols from chains.py
 - [instance] enable global steem instance overloading
 - [golos] add Golos assets to Amount

Fixes:

 - [asset] no longer use class variables
 - Update README.md
 - Fix reputation
 - [steem] TransactionBuilder requires a steem instance aswell
 - [tests] proper exception loading
 - [post] make the default loading for json a quoted dict
 - [amount] correct amount.py calculations
 - [blockchain] little extra documentation
 - [post/amount] Reorder and properly add up Amounts
 - [wallet] make sure not to miss keys if wif is provided
 - [prefix] move the prefix into the transaction dictionary to simplify API
 - implemented proposal from issue #24
 - [edit] json_metadata has been jsonified when loading the post already
 - [wallet] connect with rpc before trying to evaluate for chain-prefix

0.4.3

Toggle 0.4.3's commit message
Release 0.4.3

* c951866 [wallet] load the prefix before trying to add keys
* 630c792 [signing] Make offline signing prefix aware