-
Notifications
You must be signed in to change notification settings - Fork 179
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The handshake is changed to include nick and connection information. Then we remove the getpeers request from non-dir nodes, and instead the dir-nodes forward connection info to clients whenever they get a privmsg from another client. This avoids too much messaging spam coming from the directory. Also, a new test construction is found in test/e2e-coinjoin-test.py; here, we automate not only the setup and start of yieldgenerators in regtest, but also we start up a JMWalletDaemon instance for the Taker, who then runs a coinjoin with the docoinjoin request.
- Loading branch information
Showing
10 changed files
with
677 additions
and
186 deletions.
There are no files selected for viewing
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
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
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
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
Oops, something went wrong.