Tags: dheeraj-thedev/python-bitshares
Tags
Release 0.3.2 8a3b595 (HEAD -> master) Merge branch 'release/0.3.2' 73323fb (release/0.3.2) version bump f7b18ac (origin/develop, develop) Implement getOperationName 56a3d17 Modify instances according to new pygraphene to allow setting config before instanciation (bitshares#188) d2b9c42 Add the unknown chainid to the error message cb4772a Introduce exception for unknown chainid (bitshares#221) 2595586 Make bitshares#229 not raise a KeyError exception 7a37be8 Merge pull request bitshares#224 from bitfag/tip-asset-fixes d22cfc5 Merge pull request bitshares#228 from bitshares/pyup-scheduled-update-2019-04-01 ba6b0bb Updates to docs and Authors 3f34527 version bump 855fb83 (origin/pyup-scheduled-update-2019-04-01) Update pre-commit from 1.14.4 to 1.15.0 1e3bb92 Update pytest-mock from 1.10.2 to 1.10.3 192e409 Update pytest from 4.3.1 to 4.4.0 9bad2f9 Update graphenelib from 1.1.12 to 1.1.14 5ad6701 Pass blockchain_instance in Asset methods 081859f Fix typo in finalizeOp call 26719f7 Merge pull request bitshares#220 from bitfag/219-balance-claim-operation 54d712d Add balance_claim operation
Release 0.3.1 1946721 (HEAD -> master) Merge branch 'release/0.3.1' 9d0b970 (release/0.3.1) Updates to docs and Authors e72b6e5 version bump e3a7cb1 (origin/develop, develop) Fix test_block.py unittest to work with caching 923c5c6 cleanup dependencies that are already part of pygraphene 72df3c1 Fix market.accounttrades bitshares#169 79b5a96 fix bitshares#187 b4e166c Simplfy block.py e44bd0b Add genesisbalance class bitshares#217 f0a51f3 Merge pull request bitshares#218 from bitshares/pyup-scheduled-update-2019-03-25 fde9f6b Update isort from 4.3.15 to 4.3.16 75a3b73 Update pytest-mock from 1.10.1 to 1.10.2 6f46a1d Update pycryptodome from 3.7.3 to 3.8.0 7e25f85 Update pycryptodome from 3.7.3 to 3.8.0 ce9cce4 Merge pull request bitshares#214 from bitshares/pyup-scheduled-update-2019-03-18 9fef209 (origin/pyup-scheduled-update-2019-03-18) Update pyyaml from 3.13 to 5.1 63dd738 Update isort from 4.3.12 to 4.3.15 d22f728 Update coverage from 4.5.2 to 4.5.3 6317da2 Update pytest from 4.3.0 to 4.3.1 46bd16f Update graphenelib from 1.1.11 to 1.1.12
Release 0.3.0 The major change of this release was to merge common code with other graphene-based blockchains into python-graphene to reduce redunance and simply code maintainability. Features -------- d1484a0 Fix issue with backend showing wrong percentage change after a while ba23069 Allow to create an account that only references to another account 23b2c7a Implement issuing of shares as part of Asset() ab40514 Simplify use of custom authorties c349316 Merge pull request bitshares#179 from jhtitor/few_asset_ops 9c2c3bf Add test for Asset_claim_pool operation. 5ad23c4 Add asset_claim_pool operation. 42deeda Add tests for global_settle and claim_fees operations. dd4cb96 Add asset_global_settle and asset_claim_fees operations. 0a25a4d New operation 1f1e355 Merge 'upstream/develop' into few_asset_ops 681b0fa Implement asset-settle 74fa037 Finish up unittests using new caching system 63a4030 Import Object from graphenecommon 43a2170 Simplify Key classes acc54d5 move general stuff to graphene 2a0b813 Simplyify dealing with Prefixes 3a9f16d Migrate common stuff to python-graphene 9c9b15a Separation of wallet.py f41bd77 Bid Collateral Operation 54dcfbf Bid Collateral Operation Fixes ----- 436fb40 Fix Amount in Open Order and improve unittest (Fix bitshares#76) acf9a29 Fix bitshares#180 b061399 Fix bitshares#185 b64f222 fix precommit to use python3 bf6a3dc Merge pull request bitshares#171 from bitfag/fix-order-rounding 6cc984a Fix Object() class and add unit test abf4046 Fix incorrect initialization of FilledOrder and Order d52f7da Fix price feeds ac91f9e Fix buy/sell of near-precision amounts 2695525 Fix messages and account 055635f Fix unittesting 4b72616 Fix fox.ini with blake 3bb9b8b Fix __init__ bc73a8a bitshares#128 Proposal fix, now, at least method accountopenorders won't raise KeyError "limit_orders" 35a3aaf Fix bitshares#151 8d66b43 Fix getActiveKeyForAccount failing when multiple keys installed 61712db Ensure we do have a default expiration time for new orders 949850b Properly initialize blockchain instance 8f9bc23 Also import the exceptions 4d27455 Also import the exceptions 1e7d98c Merge branch 'feature/cleanup-txbuilder' into develop cf8fafb Ensure we can verify messages on different networks too e13f77f define required type_id 20258e2 Re-enable computation of mcr 5efb1d4 Merge pull request bitshares#162 from jhtitor/memo_pad 4a633ca Merge pull request bitshares#160 from Algruun/master e2ef0a4 Verify memo checksum during decoding. 1c50b37 Always add final padding during memo encryption. b3f1bda Make memo _pad work with bytes, instead of strings. 588b8e7 Add memo tests for padding edge cases. 0b2b137 Message, ensure we can sign on different blockchain too 9644bf5 Ensure we can deal with \r as well cd91155 Also store plain message and meta separately dae6918 After verification fill in class members 3aa81cc Makefile rename back temporary test 54600bb use twine for pypi upload Testnet ------- 1ec6faa Add HTLC class e4d743d HTLC implementation 13e0168 Switch tests back to main net (breaks HLTC unit tests since ops are not available on mainnet) 65c451b Implement HTLC base operations Dependencies ------------ 802d576 bump dependency for pygraphene b67724c Bump requirement for pygraphene Code Style and Cleanups ----------------------- c95d093 linting 0e155e9 tox and requirements for black and flake8 2e48137 pre-commit installation 8b5294d testing pre-commit 80013b1 linting c96dac6 Isort 812e6e3 Black reformatting 3a6c491 remove obsolete modules 3918218 cleanup 960f3aa Remove logging module 7e5d506 Cleanup base.memo 3e15f87 Improve class dealing and unittesting Documentation ------------- 431582f Updates to documentation 1a06cfc Update documentation ebb1f2d Add Hackthedex link in readme.md bitshares#153 70b8260 [message] Better exception message
Rlease 0.3.0rc3 dfbb092 (HEAD -> master) Merge branch 'release/0.3.0rc3' 9e8ee5e (release/0.3.0rc3) version bump acf9a29 (origin/develop, develop) Fix bitshares#180 c95d093 linting 23b2c7a Implement issuing of shares as part of Asset() b061399 Fix bitshares#185 b64f222 fix precommit to use python3 ab40514 Simplify use of custom authorties bf6a3dc Merge pull request bitshares#171 from bitfag/fix-order-rounding c349316 Merge pull request bitshares#179 from jhtitor/few_asset_ops 61712db Ensure we do have a default expiration time for new orders e04c701 Merge tag '0.3.0rc2' into develop 1f1e355 Merge 'upstream/develop' into few_asset_ops 9c2c3bf Add test for Asset_claim_pool operation. 5ad23c4 Add asset_claim_pool operation. 42deeda Add tests for global_settle and claim_fees operations. dd4cb96 Add asset_global_settle and asset_claim_fees operations. ac91f9e Fix buy/sell of near-precision amounts
Release 0.3.0rc2 573c5db (HEAD -> master) Merge branch 'release/0.3.0rc2' d102226 (release/0.3.0rc2) version bump 6cc984a (develop) Fix Object() class and add unit test 5d47d47 (origin/develop) remove HTLC temporary as not available on main net 0a25a4d New operation 13e0168 Switch tests back to main net (breaks HLTC unit tests since ops are not available on mainnet) 65c451b Implement HTLC base operations abf4046 Fix incorrect initialization of FilledOrder and Order d52f7da Fix price feeds 681b0fa Implement asset-settle 949850b Properly initialize blockchain instance 802d576 bump dependency for pygraphene 74fa037 Finish up unittests using new caching system 63a4030 Import Object from graphenecommon 8f9bc23 Also import the exceptions 0e155e9 tox and requirements for black and flake8 4d27455 Also import the exceptions df40072 Merge tag '0.3.0rc1' into develop
Release 0.3.0rc1 This release moves implementation details to pygraphene to improve maintainability f9fb23b (HEAD -> master) Merge branch 'release/0.3.0rc1' f779c47 (release/0.3.0rc1) Version bump 1e7d98c (develop) Merge branch 'feature/cleanup-txbuilder' into develop 2695525 Fix messages and account b67724c Bump requirement for pygraphene 431582f Updates to documentation 3a6c491 remove obsolete modules 1a06cfc Update documentation 3918218 cleanup 43a2170 Simplify Key classes 960f3aa Remove logging module acc54d5 move general stuff to graphene 7e5d506 (origin/develop) Cleanup base.memo 2a0b813 Simplyify dealing with Prefixes 3e15f87 Improve class dealing and unittesting 055635f Fix unittesting e13f77f define required type_id 3a9f16d Migrate common stuff to python-graphene 9c9b15a Separation of wallet.py 4b72616 Fix fox.ini with blake 3bb9b8b Fix __init__ 2e48137 pre-commit installation 8b5294d testing pre-commit 80013b1 linting c96dac6 Isort 812e6e3 Black reformatting 20258e2 Re-enable computation of mcr 5efb1d4 Merge pull request bitshares#162 from jhtitor/memo_pad 4a633ca Merge pull request bitshares#160 from Algruun/master e2ef0a4 Verify memo checksum during decoding. 1c50b37 Always add final padding during memo encryption. b3f1bda Make memo _pad work with bytes, instead of strings. 588b8e7 Add memo tests for padding edge cases. f41bd77 Bid Collateral Operation 54dcfbf Bid Collateral Operation 0b2b137 Message, ensure we can sign on different blockchain too 9644bf5 Ensure we can deal with \r as well 70b8260 [message] Better exception message cd91155 Also store plain message and meta separately dae6918 After verification fill in class members bc73a8a bitshares#128 Proposal fix, now, at least method accountopenorders won't raise KeyError "limit_orders" 35a3aaf Fix bitshares#151 ebb1f2d Add Hackthedex link in readme.md bitshares#153 cf8fafb Ensure we can verify messages on different networks too 8d66b43 Fix getActiveKeyForAccount failing when multiple keys installed 3aa81cc Makefile rename back temporary test 54600bb use twine for pypi upload e053940 Merge tag '0.2.1' into develop
Release 0.2.1 New: ---- * target_collateral_ratio now supported * allow to manually provide a wallet instance if necessary Changelog: ---------- 83d4919 Merge branch 'release/0.2.1' 2ca4554 version bump 297e2cb Implement newWallet() 9e541a7 Fix conversion to percentage bitshares#158) a402bb7 restructure adjust_call payload 8d5a198 Unit test improvements for encrypted messages f4724a9 Revert "simplify bitsharesbase.account" 6a4340f Ensure that serialization of Extension works as it should for traget_collateral_ratio eecd2c8 Merge branch 'feature/storage-models' into develop 5e00c02 Cleanup use of Extension class 3443d8a Implement call order update extension target_collateral_ratio a0627d2 Merge tag '0.2.0' into develop e987437 Allow to manually provide a wallet instance if needed
Release 0.2.0 Please see the content of RELEASE_NOTES.md! Changelog --------- 3ab4a35 (HEAD -> master) Merge branch 'release/0.2.0' eab5366 (release/0.2.0) bump required version of pygraphene 77feeb8 Merge remote-tracking branch 'origin/develop' into release/0.2.0 ee656d1 (origin/develop) Merge pull request bitshares#150 from jhtitor/market_trades c9845f8 Fix potential infinite generator in `Market.trades`. fa614ab hotfix bitshares#149 156f617 update of release notes 079081f Version bump 4554ea6 Release notes 0d89adb Allow to manually provide a wallet instance if needed 9f257dc Merge tag '0.2.0rc2' into develop ee4d8ac (tag: 0.2.0rc2, origin/master, origin/HEAD) Merge branch 'release/0.2.0rc2' 94448ac require proper version of pygraphene 352074d fix setup.py URL 2fd5638 Merge tag '0.2.0rc1' into develop 0c094ef (tag: 0.2.0rc1) Merge branch 'release/0.2.0rc1' 299ea58 version bump 35e5f5a simplify bitsharesbase.account 71f391b Merge pull request bitshares#147 from bitfag/fix-order-invert-repr 357aa63 Adjust "for_sale" when invert()-ing an Order 5924ac1 Allow to read more trading data bitshares#111 26a72fc Commenting bitshares#132 f1b27d1 Set default expiration to 30 seconds bitshares#132 bd69b2c Fix bitshares->blockchain attrribute bitshares#132 a19b9ed Fix bitshares#136 60eb2b9 Add custom operation f616874 Revert "fix Vesting" b430d3b Set default order expiration to 1yr a949570 fix Vesting f70f20f Ensure we don't through in case 'secs=None' 024ad38 Requirement for pygraphene>=1.0.0 0dabd9a Use PublicKey's internal sorting algorithm 1f45a03 reenable tox versions of python 8322ae9 Merge branch 'feature/storage-models' into develop d67d863 Merge branch 'develop' into feature/storage-models f974ef5 Merge pull request bitshares#141 from bitfag/fix-filled-order-history 8b7b134 Fix incompatibility with new graphene framework 9ce8068 Fix init of FilledOrder from history op 51c2277 Fix unittests for pygraphene@develop 72989a8 Merge branch 'develop' into feature/storage-models dc0f7ab Merge tag '0.1.22' into develop 803f828 further improvements 671c837 Merge branch 'develop' into feature/storage-models 305efe2 Raise Exception in case the key has been included already 5b2736a fix store to deal with proper sqlite file etc d715357 migrate more stuff to pygraphene when dealing with objects and operations 3b8070f migrate tests to pygraphene 4bf5c1b clenaup storage by moving to graphenelib 7e5ff23 unit tests now with fixtures 2cdaabd Finalize storage f5e7ede call to obtain only the store 55ab8d9 new documentation for stores 2f85c74 Finalize new API for Stores 94b2820 finalize interface 567e03b nicer interface 1e46d72 Storage, now also allows encrypted keys 79aa053 BaseKey implemnentation c7132c5 setup BaseConfig d90fe15 separate storage into subfolder
Release candidate 1 - 0.2.0 Changelog --------- 0c094ef (HEAD -> master) Merge branch 'release/0.2.0rc1' 299ea58 (release/0.2.0rc1) version bump 35e5f5a (origin/develop, develop) simplify bitsharesbase.account 71f391b Merge pull request bitshares#147 from bitfag/fix-order-invert-repr 357aa63 Adjust "for_sale" when invert()-ing an Order 5924ac1 Allow to read more trading data bitshares#111 26a72fc Commenting bitshares#132 f1b27d1 Set default expiration to 30 seconds bitshares#132 bd69b2c Fix bitshares->blockchain attrribute bitshares#132 a19b9ed Fix bitshares#136 60eb2b9 Add custom operation f616874 Revert "fix Vesting" b430d3b Set default order expiration to 1yr a949570 fix Vesting f70f20f Ensure we don't through in case 'secs=None' 024ad38 Requirement for pygraphene>=1.0.0 0dabd9a Use PublicKey's internal sorting algorithm 1f45a03 reenable tox versions of python 8322ae9 Merge branch 'feature/storage-models' into develop d67d863 Merge branch 'develop' into feature/storage-models f974ef5 Merge pull request bitshares#141 from bitfag/fix-filled-order-history 8b7b134 Fix incompatibility with new graphene framework 9ce8068 Fix init of FilledOrder from history op 51c2277 Fix unittests for pygraphene@develop 72989a8 Merge branch 'develop' into feature/storage-models dc0f7ab Merge tag '0.1.22' into develop 803f828 further improvements 671c837 Merge branch 'develop' into feature/storage-models 305efe2 Raise Exception in case the key has been included already 5b2736a fix store to deal with proper sqlite file etc d715357 migrate more stuff to pygraphene when dealing with objects and operations 3b8070f migrate tests to pygraphene 4bf5c1b clenaup storage by moving to graphenelib 7e5ff23 unit tests now with fixtures 2cdaabd Finalize storage f5e7ede call to obtain only the store 55ab8d9 new documentation for stores 2f85c74 Finalize new API for Stores 94b2820 finalize interface 567e03b nicer interface 1e46d72 Storage, now also allows encrypted keys 79aa053 BaseKey implemnentation c7132c5 setup BaseConfig d90fe15 separate storage into subfolder
PreviousNext