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