Tags: ThomasFreedman/python-bitshares
Tags
Release 0.1.11 b88da0f (HEAD -> master) Merge branch 'release/0.1.11' eec6773 (release/0.1.11) version bump d07a149 (develop) dependency bump 2bcf978 (origin/develop) [tx builder] allow to set expiration from outside a060565 Merge branch 'SmileyChris-master' into develop 8cd8d76 (origin/SmileyChris-master, SmileyChris-master) Merge branch 'master' of git://github.com/SmileyChris/python-bitshares into SmileyChris-master 26fa540 [message] improvments to message parsing a1cd2ef bump dependency version b16d82f [blockchain] fix 'stop' parameter in blocks() 223b274 [docs] fix intendation errors when building docs b46cd14 [docs] add worker.rst 24903b5 [tests] fix test case for asset_issue 4008070 [memo] improve interface of bitshares.memo 0370796 [memo] simplify the use of bitshares.memo 3137f8b bump dependency on python-graphene 00549ce [operations] asset_* operations 118a55f Comment about the magic `mocker` argument 5f0f806 cleanup makefile c3c4579 Merge tag '0.1.10' into develop 8096f75 Add basic test for Asset.calls property c ea86ad Fix method call in Asset.calls property
Release 0.1.10 4c81df4 (HEAD -> master) Merge branch 'release/0.1.10' 6922bed (release/0.1.10) version bump 7edc452 (develop) fix test fa9b1f4 (origin/develop) fix bitshares#21 c4e86a7 Fix bitshares#11 0861d9d Merge pull request bitshares#24 from SmileyChris/symbol_split 5d68b2d Merge branch 'develop' into symbol_split 8c3a548 close bitshares#27 c526fe7 close bitshares#18 d87b583 Merge pull request bitshares#31 from BroncoTc/BroncoTc-patch-1 0a85d8a close bitshares#33 7d590c0 Fix bitshares#36 abada9f [wallet] locked() returns False if there are keys preloaded d8dcc7b Reserve from proper account d501936 [setup] dependency of graphenelib pushed by one release 344f27a minor cleanup 7724362 [message] minor fixes to self calls ce470e3 [message] setup separate class for message signing e46c357 [txbuilder] do not raise exception if key not found 85f46cd [message] initial message signing support d4332e0 [block] Block Header for easier access to time etc. 08376c9 fix apt command error 1c2b842 Merge tag '0.1.9' into develop 84d7cd9 Complete fix for market symbol split (started in bitshares#8)
Release 0.1.9 Changes: 624a721 (HEAD -> master) Merge branch 'release/0.1.9' f75ff79 (release/0.1.9) version bump efab4b1 (origin/develop, develop) [feeds] allow to specify a different cer when not having BTS as collateral ab8722f [wallet] store the wallet passphrase even if no key is inserted 4620379 [asset] ensure that assets are reloaded fully on requests 5faa4b4 [tests+consolidation] unit tests and consolidation with pypeerplays 5f129ed [memo] linting fix e64523e [price] fix multiplication of prices ff7178c [blockchainobjects] improve testing for objects ids 403d4b9 Merge pull request bitshares#17 from BTS-CM/pycryptodome 6182f95 [fix] minor fixes and assertions 05a7779 [transactionbuilder] ensure that operations are also available when waiting for tx to be included into a block 5b00f43 [worker] Allow to also list all workers 105a161 [fund_fee_pool] new call 397098d [peerplays] refresh consistency between libraries b19aae1 pycryptodome & readme updates 617959f [python3.5] syntax error fix b274292 [broadcast] broadcast tx synchro 74daa4d [fix] forgot inheritance 964d2fa [operation] Bid_collateral 83c4b21 [cleanup] market, assets, blockchainobjects 68675d4 [bitshares] consistently revert collections.Iterable 171eaf9 [blockchainobjects] implement __contains__ 2723c0c [bitshares] make the parameters iteratable no matter what fb88cf7 [witness] Make sure we can also load witness names with two '.' inside b439f20 [account] Make sure we can also load account names with two '.' inside a86f98c [fix] remove uncessecary print() e732615 [tests] update tests for prices.py dc8197f [price] allow division of prices with identical assets b3608e5 [blockchainobjects] Enabled 10 seconds general caching 0ab0631 [docs] added worker e7fa782 [price] Refactor mul and div and add test cases 0ff4bc0 [price] as_quote(), as_base() calls 513d4c3 [witness] fix refresh to also allow obtaining witness for account name 6769f96 [witness] fix the witness.refresh() call eca8300 [blockchainobject] treat integer arguments differently (e.g. for block numbers in Block()) 98cad94 [caching] Introducing caching and simplify blockchain objects 41d2f49 [tests] Allow to run tests against the cli-wallet too d0da8fb [operations] finish accountcreation extensions bb795b6 [operations] Add extensions to account_create and refactor Worker_initializer 1380de1 [amount] return a float,str tuple 4820cae [operationids] added missing fba_distribute 741c843 [vesting] load vesting from dictionary 1791474 [worker] Add worker end/begin date a4a98b0 [ids] easier code for operations list 567c49f [worker] let the worker begin 30 seconds after now, the earliest d09a546 Fix market symbol split regexp. a24cf1a Merge branch 'release/0.1.8' into develop ed85b3e (tag: 0.1.8) [tests] fix worker_creation 8d1a961 version bump 6939fc2 [setup] update dependency on graphenelib cd149be [asset] list settlements and call positions of an asset 78c2b0e [docs+call] worker_create 768804f [operations] create_worker_operation added 7b84f12 [improvements] do not look for keys multiple times when signing a43419c [fix] account history with only_ops and exclude_ops 831e676 [fix] paths need to be escaped in doc 4add1d2 Merge branch 'release/0.1.7' into develop
Release 0.1.8 * [setup] update dependency on graphenelib * [asset] list settlements and call positions of an asset * [docs+call] worker_create * [operations] create_worker_operation added * [improvements] do not look for keys multiple times when signing * [fix] account history with only_ops and exclude_ops * [fix] paths need to be escaped in doc
Release 0.1.7 New: * [expiration] allow order expiration to be defined from storage * [notify] log an error if we receive an object that cannot be identified * [market] Allow to compare market string with market using overloaded operation * [transactionbuilder] Also allow to sign transactions with owner key * [proposal] allow to define review period * [amount*price] allow multiplication of price and amount * [op] reserve/burn an asset * [worker] Allow disapproving of workers and fix collateral_adjustment issue * [proposal] allow signing of a proposal with a key not just a name * [asset] add_markets gets a force_enable flag Fixes: * [websocket] fix typo * [account] __repr__ call for Account and AccountUpdate * [setup] pycrypto requirement for AES encrypted wifkeys * [websocket] enable object subscriptions when subscribing to accounts (bitshares/bitshares-core#322 (comment)) * [class] MarginCall -> UdpateCallOrder * [minor] modifications and fixes as well as 'blocking' attribute * [market] remove redundant parameter * Proper merge * [fix] also load account * [fix] Reserve operation from proper account * [PriceFeed] feeds are generated by producers, not necessarily by witnesses * [approve] fix approval if no key present * [docs] more details on memo stuff
Release 0.1.6 New: * [price] allow multiplication of prices to change bases * [market] allow for easier comparison of markets with market identifiers * [asset] Advanced asset control calls * [proposals] list proposals of an account * [operation] update_witness_operation Fixes: * [objects] make sure keys are sets and not lists * [asset] fix error in asset change calls * [txbuilder] missed to check if key exists * [txbuilder] only sign if no signature present * [account] Make sure that 'full=True' will refresh the cache * [wallet] do not fail 'locked()' if no environ var available * [setup] add scrypt to the dependencies * [password] fail if no password provided an non available in environment
Release 0.1.5 New: * [account] allow upgrade of an account from instance * [operation] upgrade an account * [price] allow orders to be deleted * [config] allow to iterate all elements in the database * [docs] add more documentation as requested bitshares#2 * [bitshares] allow to approve a list of proposals * [txbuilder] construct tx prior to adding additional data * [bitshares] new call for price feed production * [price] allow for jsonification of price and asset objects * [feed] proper feed<->witness relations * [price] allow dividion of Price instances - for ratios * [vesting] allow claiming of vesting shares directly Fixes: * [fix] memo needs an extra str() * [newfeed] allow to neglect cer rate * [cancel] allow cancelation of multiple orders in order transaction * [feed] also invert the CER if needed * [price,notify] Fixes for deleted orders * [notify] properly deal with deleted orders * [memo] fix invalid memo structure bitshares#3 * [price] remove irrelevant space * [price] don't know the order id of handed over only Amounts * [price] properly load Assets for price * [proposal] raise error if proposal does not exist * [proposal] default proposal expiration set to 1 day * [proposals] Allow to explicitely define the proposal expiration with prosoal_expiration variable * [price] fix missing variable for args[0] * [price] fix ticker priceChange * [bitshares] price feed ensure order of price feed and proper assets * [txbuilder] fix a copy/paste error * [price] use proper fractionalization * [account] history deal with the history differently * [Witness] more detailed data
Release 0.1.4 New: * [docs] tutorial added * [proposal] approve/disapprove * [vesting] Vesting balances + claiming * [vesting] derive claimable vesting shares * [bitshares] propose and bundle transaction * [committee] approve/disapprove committe members Fixes: * [tests] price test update * [tests][docs] price module * [market] fix market orders - now only use 'quote' as asset not longer is Amount * [bitshares] store config in instance * [docs] properly document wallet.unlock and wallet.create * [makefile] no longer support zip bdist * [setup] fix email addresses
Release 0.1.3 New: * [docs] documentation of bitshares.notify.Notify * [docs] add notify module * [witness] approve/disapprove * [proposal] allow to transfer everything as a proposal * [bitshares] allow cancelation of orders from bitshares and link market call * [websocket] Websocket API module Fixes: * [account] alias for new callposition interface * [tox] testing updates for py36 - no fail on missing interpretor * [linting] * [amount] updates to the collateral postion interface * [tests] fix transaction tests * [notify] initial commit * [price] ensure to store the order id and allow to load orders from id * [amount] make sure that quote/base can be dealt with as strings * [account] Account update * [price] fix obsolete variable name
PreviousNext