Skip to content

Tags: DMantis/python-bitshares

Tags

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

0.1.16

Toggle 0.1.16's commit message
Release 0.1.16

Bug Fix release

531bd37 Merge branch 'release/0.1.16'
85b6b81 version bump
3305dd4 revert changes to blockchain.py
8212175 typo
80cca5e Fix blockchain_instance error in Order().__init__()
8957492 Merge pull request bitshares#90 from jhtitor/acc_ext
428b2ae Merge pull request bitshares#92 from jhtitor/memo_prefix
32dbef7 Merge pull request bitshares#93 from jhtitor/ops_ids
5cc81af Merge pull request bitshares#97 from jhtitor/signer_flex
70686fb Merge tag '0.1.15' into develop
1a88459 Return newly created SignedTransaction when `sign` is invoked. This is useful for tearing down/rebuilding and passing transactions around.
25fef98 Add functions to lookup op classes by id and vice-versa.
aa2fc96 Allow chain_prefix in Memo to be overwritten.
b483949 Allow empty list as AccountCreateExtension(s).

0.1.15

Toggle 0.1.15's commit message
Release 0.1.15

7ed2b79 (HEAD -> master) Merge branch 'release/0.1.15'
77c9403 (release/0.1.15) version bump
7a20223 (origin/develop, develop) Merge pull request bitshares#98 from blockchainprojects/develop_sschiessl
8000864 Merge branch 'develop' into develop_sschiessl
f05a524 if config is set, delete any existing connections
927a09a if config is set, delete any existing connections
9b25e6d Properly replace _instances
4dd4404 Remove lazy since we already have the entire object
0ec52f3 Remove typo comma
6ad7444 return something
aacaae1 allow to negate an amount
4b90d0d improve linting
0142dde Cleanup
cf83d7f Replace PR#87
31e6838 make sure for_sale exists
3397f45 Merge branch 'release/0.1.14' into develop

0.1.14

Toggle 0.1.14's commit message
Release 0.1.14

* b50cfe5 (origin/develop, develop) Whitelist feature
* 777cfa1 Additional exception for invalid account name
* db498cc [instance] cleanup and cross-library compatiblity started
* a8d2f81 [price] different json()-ification of price to represent base with smaller numbers
* 9a5646b use int() for burning
* 511ef59 Merge remote-tracking branch 'origin/master' into develop
* bc4b86a [test] Go thru all the private keys and test shared secrets (bitshares#61)
*   497dd0f Merge pull request bitshares#63 from RuneStone0/docs-patch
|\
| * e85c3e9 fixed typo and adding help text for the ops methods
*   9413777 Merge pull request bitshares#68 from bitfag/fix-order-price-inheritance
|\
| * 747ed27 Pass bitshares_instance to Price() from Order()
*   89891d6 Merge pull request bitshares#73 from RuneStone0/documentation-fix
|\
| * e155608 fixed typo
*   e7b22a0 Merge pull request bitshares#75 from jhtitor/minor_things1
|\
| * a083d22 Use bitwise-or instead of addition for combining asset_permissions.
| * a6b5324 Fix few minor typos.
* |   87f7025 Merge pull request bitshares#78 from jhtitor/brainpass_key
|\ \
| * | d8f1e10 Fix PasswordKey/BrainKey key generation.
| |/
* |   66312c8 Merge pull request bitshares#74 from jhtitor/bts_instance1
|\ \
| * \   83d1a63 Merge branch 'develop' into bts_instance1
| |\ \
| |/ /
|/| |
* | |   c3a9821 Merge pull request bitshares#80 from jhtitor/issue69
|\ \ \
| * | | 19966f3 Fix issue bitshares#69.
| | |/
| |/|
* | | 95426e4 update CER call (fix bitshares#82)
* | | acb9e07 Fix bitshares#83
* | | 1fa9d83 Show 'for_sale' instead of base/quote (fix bitshares#85)
* | | 3760469 [witness] return voting weight of an individual witness
* | | 3f01378 [witness] identify if witness is active
* | | 9e6e5c1 [witness] allow to list all witnesses and active ones
* | | d251adc [docs] installation updates fixes bitshares#70
|/ /
| * 290b3dc Ensure bitshares_instance inheritance in Committee/Account instance.
| * 250534f Ensure bitshares_instance inheritance in several places.
|/
* 35f7a7f [market] forward kwargs to finalizeOps
* 5faf268 [proposal] add a few methods for dealing with proposals
* 468129c remove legacy chains
* cf5d4ab Merge tag '0.1.13' into develop

0.1.13

Toggle 0.1.13's commit message
Release 0.1.13

77b651b (HEAD -> master) Merge branch 'release/0.1.13'
5346039 (release/0.1.13) version bump
458c293 remove ropeproject files
425eaa2 (develop) bump dependency on graphenelib
7687bec (origin/develop) [account] improve history generator
f79a3a4 [docs] improve index.rst
c5fcacb fix wrong derivation of collateral
806af6d Properly set heritance
0d72150 [chache] fix clearing of cache
4418a6a Properly load new wallet class
6fd5d59 merge improvements from python-peerplays
f6d22eb Catch account_create exception
138ba18 fix bitshares#59
5ca5ee1 Merge pull request bitshares#56 from brickgao/dev
c42d689 [bitsharesapi] allow to define list of API nodes with , or ;
fb40617 supported all calls to use a different fee asset
732d7d2 supported selecting asset_id to fee for simple transfer