Skip to content

Tags: sschiessl-bcp/python-bitshares

Tags

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

0.1.12

Toggle 0.1.12's commit message
Release 0.1.12

9250544 (HEAD -> master) Merge branch 'release/0.1.12'
8e34bbc (release/0.1.12) version bump
eba7742 (develop) fix linting
40bd616 (origin/develop) Merge pull request bitshares#48 from HarukaMa/patch-1
0b2a89c Merge pull request bitshares#57 from blockchainprojects/fix_blockchain_monitor
355e89b fixes blockchain block listener
4364164 [wallet] Allow to wipe the keys and masterkey without knowledge of the masterpasword
0b41559 Allow to use https:// endpoints via REST HTTP
935bf19 fix proposer signing
596e88e Use proposer to sign a proposal and not the account
85eca5f Manually specify tz on parsed time from blockchain
fd2e8aa [instance] set shared config
358413c fix bitshares#42
8a556c0 [operation] allow to create a new committee member with pybitshares
7dba22e Add withdraw_permission_create
bca74f2 Merge pull request bitshares#41 from mikakoi/closing-socket-connection
47a7e94 [docs] Updated docs and build process for docs
02add28 [docs] use sphinx-api to generate bitshares.rst
1714fdc [Makefile] create docs via makefile
eef3d43 [travis] try fix a bug that causes tests to break
55c5330 README - updates to add some badges
44a9a15 [logo] pybitshares logo
904813f Change websocket ping thread closing to be more responsive
8280ae8 Revert "Version bump"
d46d526 Version bump
cb8dc20 Add the ability to close the websocket connection

0.1.11

Toggle 0.1.11's commit message
Release 0.1.11

b88da0f (HEAD -> master) Merge branch 'release/0.1.11'
eec6773 (release/0.1.11) version bump
d07a149 (develop) dependency bump
2bcf978 (origin/develop) [tx builder] allow to set expiration from outside
a060565 Merge branch 'SmileyChris-master' into develop
8cd8d76 (origin/SmileyChris-master, SmileyChris-master) Merge branch 'master' of git://github.com/SmileyChris/python-bitshares into SmileyChris-master
26fa540 [message] improvments to message parsing
a1cd2ef bump dependency version
b16d82f [blockchain] fix 'stop' parameter in blocks()
223b274 [docs] fix intendation errors when building docs
b46cd14 [docs] add worker.rst
24903b5 [tests] fix test case for asset_issue
4008070 [memo] improve interface of bitshares.memo
0370796 [memo] simplify the use of bitshares.memo
3137f8b bump dependency on python-graphene
00549ce [operations] asset_* operations
118a55f Comment about the magic `mocker` argument
5f0f806 cleanup makefile
c3c4579 Merge tag '0.1.10' into develop
8096f75 Add basic test for Asset.calls property
c
ea86ad Fix method call in Asset.calls property

0.1.10

Toggle 0.1.10's commit message
Release 0.1.10

4c81df4 (HEAD -> master) Merge branch 'release/0.1.10'
6922bed (release/0.1.10) version bump
7edc452 (develop) fix test
fa9b1f4 (origin/develop) fix bitshares#21
c4e86a7 Fix bitshares#11
0861d9d Merge pull request bitshares#24 from SmileyChris/symbol_split
5d68b2d Merge branch 'develop' into symbol_split
8c3a548 close bitshares#27
c526fe7 close bitshares#18
d87b583 Merge pull request bitshares#31 from BroncoTc/BroncoTc-patch-1
0a85d8a close bitshares#33
7d590c0 Fix bitshares#36
abada9f [wallet] locked() returns False if there are keys preloaded
d8dcc7b Reserve from proper account
d501936 [setup] dependency of graphenelib pushed by one release
344f27a minor cleanup
7724362 [message] minor fixes to self calls
ce470e3 [message] setup separate class for message signing
e46c357 [txbuilder] do not raise exception if key not found
85f46cd [message] initial message signing support
d4332e0 [block] Block Header for easier access to time etc.
08376c9 fix apt command error
1c2b842 Merge tag '0.1.9' into develop
84d7cd9 Complete fix for market symbol split (started in bitshares#8)

0.1.9

Toggle 0.1.9's commit message
Release 0.1.9

Changes:

624a721 (HEAD -> master) Merge branch 'release/0.1.9'
f75ff79 (release/0.1.9) version bump
efab4b1 (origin/develop, develop) [feeds] allow to specify a different cer when not having BTS as collateral
ab8722f [wallet] store the wallet passphrase even if no key is inserted
4620379 [asset] ensure that assets are reloaded fully on requests
5faa4b4 [tests+consolidation] unit tests and consolidation with pypeerplays
5f129ed [memo] linting fix
e64523e [price] fix multiplication of prices
ff7178c [blockchainobjects] improve testing for objects ids
403d4b9 Merge pull request bitshares#17 from BTS-CM/pycryptodome
6182f95 [fix] minor fixes and assertions
05a7779 [transactionbuilder] ensure that operations are also available when waiting for tx to be included into a block
5b00f43 [worker] Allow to also list all workers
105a161 [fund_fee_pool] new call
397098d [peerplays] refresh consistency between libraries
b19aae1 pycryptodome & readme updates
617959f [python3.5] syntax error fix
b274292 [broadcast] broadcast tx synchro
74daa4d [fix] forgot inheritance
964d2fa [operation] Bid_collateral
83c4b21 [cleanup] market, assets, blockchainobjects
68675d4 [bitshares] consistently revert collections.Iterable
171eaf9 [blockchainobjects] implement __contains__
2723c0c [bitshares] make the parameters iteratable no matter what
fb88cf7 [witness] Make sure we can also load witness names with two '.' inside
b439f20 [account] Make sure we can also load account names with two '.' inside
a86f98c [fix] remove uncessecary print()
e732615 [tests] update tests for prices.py
dc8197f [price] allow division of prices with identical assets
b3608e5 [blockchainobjects] Enabled 10 seconds general caching
0ab0631 [docs] added worker
e7fa782 [price] Refactor mul and div and add test cases
0ff4bc0 [price] as_quote(), as_base() calls
513d4c3 [witness] fix refresh to also allow obtaining witness for account name
6769f96 [witness] fix the witness.refresh() call
eca8300 [blockchainobject] treat integer arguments differently (e.g. for block numbers in Block())
98cad94 [caching] Introducing caching and simplify blockchain objects
41d2f49 [tests] Allow to run tests against the cli-wallet too
d0da8fb [operations] finish accountcreation extensions
bb795b6 [operations] Add extensions to account_create and refactor Worker_initializer
1380de1 [amount] return a float,str tuple
4820cae [operationids] added missing fba_distribute
741c843 [vesting] load vesting from dictionary
1791474 [worker] Add worker end/begin date
a4a98b0 [ids] easier code for operations list
567c49f [worker] let the worker begin 30 seconds after now, the earliest
d09a546 Fix market symbol split regexp.
a24cf1a Merge branch 'release/0.1.8' into develop
ed85b3e (tag: 0.1.8) [tests] fix worker_creation
8d1a961 version bump
6939fc2 [setup] update dependency on graphenelib
cd149be [asset] list settlements and call positions of an asset
78c2b0e [docs+call] worker_create
768804f [operations] create_worker_operation added
7b84f12 [improvements] do not look for keys multiple times when signing
a43419c [fix] account history with only_ops and exclude_ops
831e676 [fix] paths need to be escaped in doc
4add1d2 Merge branch 'release/0.1.7' into develop