Skip to content

Tags: Algruun/python-bitshares

Tags

0.2.1

Toggle 0.2.1's commit message
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

0.2.0

Toggle 0.2.0's commit message
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

0.2.0rc2

Toggle 0.2.0rc2's commit message
Release candidate 2 - 0.2.0

Fix dependency with pygraphene

0.2.0rc1

Toggle 0.2.0rc1's commit message
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

0.1.22

Toggle 0.1.22's commit message
Release 0.1.22

28d3f97 (HEAD -> master) Merge branch 'release/0.1.22'
b7c7b3d (release/0.1.22) version bump
155698a (develop) update travis and add requirements.txt file
d101ad0 (origin/develop) version bump
16fa8cf Merge tag '0.1.21' into develop

0.1.21

Toggle 0.1.21's commit message
Release 0.1.21

0a04e14 (HEAD -> master) Merge branch 'release/0.1.21'
b25a7ef (release/0.1.21) minor cleanup in setup, temporary fix of unittest
a872685 (origin/develop, develop) Merge pull request bitshares#112 from avral/patch-1
e8c458f Merge pull request bitshares#139 from bitfag/fix-cer
b09b56b Fix CER calculation when BTS is quote
68ae091 Merge tag '0.1.20' into develop
841b1c8 fix non-imported exception

0.1.20

Toggle 0.1.20's commit message
Release 0.1.20

ae7c969 (HEAD -> master) Merge branch 'release/0.1.20'
bb5ba9d (release/0.1.20) version bump
c8bac14 (origin/develop, develop) cleanup README
09d14a2 transactionbuilder make sure to add a recursive account as signed
f75d23b sonarcloud setup
43b6f99 Update transaction builder and load exceptions properly
8bc7d1a export XML coverage
7f9750b add sonarcloud properties
a5e38e2 add sonarcloud properties
879667f add sonarcloud to travis
27701d4 Ensure we do not have more keys for signing that are absolutely necessary
9eeb644 Merge pull request bitshares#124 from bitfag/fix-fee-asset
9328f84 Recognize Asset as argument for fee_asset
cfb9000 consistently change to bitshare/ github organization
25cfa77 Fix comment
2af6d78 Merge pull request bitshares#117 from jhtitor/wipe_config
93001e9 parse daily pay as integer
f7e9c68 Allow to set default instances in bitshares.py
a7d867b Allow to load a simple object from blockchain easily
a4bb897 Merge tag '0.1.19' into develop
9ebd2d5 Keep encrypted master password!
ed83dba Add wipe method to Configuration storage.

0.1.19

Toggle 0.1.19's commit message
Release 0.1.19

886806e Merge branch 'release/0.1.19'
44b7e0f version bump
9e16133 Merge pull request bitshares#120 from sschiessl-bcp/patch-1
4bf4761 Merge pull request bitshares#121 from sschiessl-bcp/patch-2
23e0e19 KeyError removed with linting due to error in exceptions.py
2e975fa Duplicate KeyNotFound exception
7f75b1c Fix an issue that prvents us from signing a proposal with a key instead of an account
2711c8f Also allow to print orderbook directly
ffe51ef Merge tag '0.1.18' into develop

0.1.18

Toggle 0.1.18's commit message
Release 0.1.8

6db177d (HEAD -> master) Merge branch 'release/0.1.18'
d5d68e8 (release/0.1.18) version bump
5ae875b (develop) Return a percentage for market fee
3a7b2a8 (origin/develop) simpify access to market fee etc
d2954ce load the proper chains
84cc51d let known_chains be known
8d29b84 fix fund_asset_fee_pool
7ac52a5 New way of dealing with GrapheneAPI
cb85138 postprocessing now separate
6f9c337 added CLA badge to README

0.1.17

Toggle 0.1.17's commit message
Release 0.1.17

1682c83 (HEAD -> master) Merge branch 'release/0.1.17'
045f38f (release/0.1.17) version bump
8706c06 (develop) fix expiration
8eec89e Merge branch 'cla-contributing' into develop
de6dcb4 (origin/cla-contributing, cla-contributing) fixing markdown
0996b7e Updates to contribution and code of conduct
4d8db16 github presentation
74dfb05 initial CLA
c4fdf86 (origin/develop) separate code of conduct and ocntributing
3d5dcff AUTHORS and CONTRIBUTING
ec72929 Merge pull request bitshares#99 from jhtitor/witness_worker_lazy_list
6aa4448 Set default lazy to False when fetching Worker and Witness lists.
efc63ba Order amount fix
c602cad Allow to set and unset proxy for an account
e9f4a26 Community link to telegram
677aefa Fix asset_fee declaration
f5b8beb Fix unit test
be51320 Merge remote-tracking branch 'origin/master' into develop
85cda76 Merge pull request bitshares#106 from jhtitor/acc_ext2
cd18153 Merge pull request bitshares#107 from jhtitor/test_message
c218e59 Merge pull request bitshares#108 from jhtitor/pycryptodome
5a13484 Merge pull request bitshares#109 from tianyekuo/develop
3ff9e76 fix test
f8e6f5f improve blockchainobject
7aa7d87 cache account name
fa877c0 Test against witness node
c50d500 cleanup setup.cfg
2a80da3 Remove limitation for maintenance collateral ratio
2bbcfc9 fix worker_create to require BTS - wouldn't work on testnet
6628144 updates to transactionbuilder
dbae335 Finish migration to PyCryptodome.
5a6bea9 Set init0 as default account in message tests.
c45981d Allow empty list as AccountCreateExtension(s) -- for real this time.
69dc9f3 fix bitshares#94
f0ca80d fix bitshares#86
1cea535 try to fix travis-ci
35ffe2b move configuration to setup.cfg and add flake8 strict pre-commit hook
eea5132 fix tox.ini
4c16ed4 fix tox.ini
9c293c5 testing new tox.ini coverage settings
1065657 Fix bitshares#100
59c307d Add non-lazy load for Witness and Worker lists.
bd96ce7 unit tests
26811ed Add required module
62bc46e Unified with pypeerplays and fix linting
f27b3b5 Merge tag '0.1.16' into develop