Connecting to namecoing and working in debugger. #14
Open
probar wants to merge 6 commits intojminardi:masterfrom
Open
Connecting to namecoing and working in debugger. #14probar wants to merge 6 commits intojminardi:masterfrom
probar wants to merge 6 commits intojminardi:masterfrom
Conversation
Hopefully get a working version of namecoin. Conflicts: syncnet/main.py Conflicts look good.
And fixing a small bug in namecoin fetching.
Owner
|
This looks really good, how do I go about testing it? |
Contributor
Author
|
Thanks. Regarding verification: using a debugger, put a break point in the last list of Namecoin.get_secret() - line 24. Than when running enter a .bit valid domain (for example baazee.bit , you can find others in https://dotbit.me/) , and when the debbuger stops , verify that dns_record is equivalent to the dns record showing in dotbit.me . |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Need namecoin record for final testing.
This requires namecoind to be installed and running, with rpcuser=asdf, rpcpassword=asdf, rpcport=8338