-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Merge #11648: [tests] Add messages.py #3372
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
UdjinM6
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, few small issues
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: this was re-ordered alphabetically in the original PR, should probably do the same to minimize potential merge conflicts in the future
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
…arate module I manually recreated this commit, since we have A LOT of conflicts in mininode. However since it is primarily just a move, it was pretty easy to recreate Signed-off-by: Pasta <[email protected]>
Mostly move only. Adds a few extra comments.
Signed-off-by: Pasta <[email protected]>
Signed-off-by: Pasta <[email protected]>
Signed-off-by: Pasta <[email protected]>
ff4ae3a to
ed26ba9
Compare
|
force pushed rebasing on develop and fixing conflicts caused by adding devnets to mininode |
Signed-off-by: pasta <[email protected]>
Signed-off-by: pasta <[email protected]>
Signed-off-by: pasta <[email protected]>
|
Looks like some messages are/were missing fb77e3a634 |
|
done |
UdjinM6
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
utACK
* [tests] Tidy up mininode.py module Mostly move only. Adds a few extra comments. * bitcoin#11648 [tests] Move test_framework Bitcoin primitives into separate module I manually recreated this commit, since we have A LOT of conflicts in mininode. However since it is primarily just a move, it was pretty easy to recreate Signed-off-by: Pasta <[email protected]> * add import to messages.py Signed-off-by: Pasta <[email protected]> * move import from mininode.py to messages.py Signed-off-by: Pasta <[email protected]> * fix test failure Signed-off-by: Pasta <[email protected]> * remove empty line at top of messages.py Signed-off-by: pasta <[email protected]> * alphabetize MESSAGEMAP seperated by if it is dash specific or not Signed-off-by: pasta <[email protected]> * remove accidentally added feefilter message Signed-off-by: pasta <[email protected]> * Add missing getmnlistd/mnlistdiff messages to MESSAGEMAP Co-authored-by: John Newbery <[email protected]> Co-authored-by: UdjinM6 <[email protected]>
* [tests] Tidy up mininode.py module Mostly move only. Adds a few extra comments. * bitcoin#11648 [tests] Move test_framework Bitcoin primitives into separate module I manually recreated this commit, since we have A LOT of conflicts in mininode. However since it is primarily just a move, it was pretty easy to recreate Signed-off-by: Pasta <[email protected]> * add import to messages.py Signed-off-by: Pasta <[email protected]> * move import from mininode.py to messages.py Signed-off-by: Pasta <[email protected]> * fix test failure Signed-off-by: Pasta <[email protected]> * remove empty line at top of messages.py Signed-off-by: pasta <[email protected]> * alphabetize MESSAGEMAP seperated by if it is dash specific or not Signed-off-by: pasta <[email protected]> * remove accidentally added feefilter message Signed-off-by: pasta <[email protected]> * Add missing getmnlistd/mnlistdiff messages to MESSAGEMAP Co-authored-by: John Newbery <[email protected]> Co-authored-by: UdjinM6 <[email protected]>
No description provided.