This repository has been archived by the owner on May 13, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 119
merge 0.2.0 into develop #608
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
These are managed by a MessageChannelCollection object implemented in message_channel.py. Broadcast messages are to all channels, private messaging occurs over one (per side). Disconnects handled dynamically, optimistically switching to other viable channels where possible. Another step added to callback chain for some callbacks to manage global state such as trigger of on_welcome() or on_disconnect(). Added db lock to OrderbookWatch (applies in ultra-fast testing scenarios) Testing features added to test with multiple message channels, and allowing injection of disconnects during the run. Has been tested successfully with multiple IRC servers but can allow other message channel types with minimal changes. Update user level scripts to use collection of IRC servers.
… mc status as (re)connected
…first, control welcome with lock
check for existence of callbacks friendlier nick leave message
Conflicts: sendpayment.py
initial working version of PoDLE commitments by takers
…pubkey, addresses e.g. issue 88
…capsulation; flexible design to allow other style of commit/reveal in future, with type byte as part of serialization; commitments from external sources allowed; commitments persisted in file commitments.json. Add test_podle detailed tests
…er-channel basis, thus avoiding duplicate messages. Make default testing utxo_retries 3 instead of 1.
…ck sig spills over into second line, it was previously sent out of order since the second line was on the normal Queue not the ObQueue.
…on from transaction utxos fails (but these are still preferred). Make the commitment getter function a property of the Maker for later inheritance, and use a callback in CoinjoinTx. Test added.
…-interface, test)
…ount, default 20%
…k cycling fix than before
refactor yieldgenerator module into joinmarket, add yg-pe (privacy en…
…o use secp256k1 binding
…ing. Fix bug in maker for reading of bad utxos from query_utxo_set. Add showutxos method to wallet-tool.
…json. Tidy up sendtomany and add-utxos tools. Make the output from showutxos method in wallet-tool optionally print in format suitable for input to add-utxos.py. Add an option to delete external commitments. Factor out utility functions in cmttools to separate commitment_utils.py module. Make the location of commitments.json a config variable.
…to choose_sweep_orders
Fix bug when nick's crypto box is not set Read utxos for commitments directly from wallet in add-utxo.py, not store private keys in a file.
…y bots sharing blacklist files
AdamISZ
force-pushed
the
0.2.0
branch
2 times, most recently
from
September 9, 2016 14:01
052c75d
to
2c861a6
Compare
Changes Unknown when pulling 88ad92d on 0.2.0 into * on develop*. |
Changes Unknown when pulling d19c426 on 0.2.0 into * on develop*. |
Refactor yg-basic to inherit from YieldGenerator, remove duplication add update note to README Travis updates Remove miniircd add podle tests
Changes Unknown when pulling 340b32b on 0.2.0 into * on develop*. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Detailed development notes in #171