Tags: petrkotegov/python-bitshares
Tags
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