Files
bitcoin/test/functional/test_framework
John Newbery 7e158a6910 [test] Move MY_VERSION to p2p.py
The messages.py module should contain code and helpers for
[de]serializing p2p messages. Specific usage of those messages should
be in p2p.py. Therefore move MY_VERSION to p2p.py.

Also rename to P2P_VERSION to distinguish it from
other versioning used in Bitcoin/Bitcoin Core.

Also always set the nVersion field in CBlockLocator to 0 and ignore the
field in deserialized messages. The field is not currently used for
anything in Bitcoin Core.
2021-02-17 09:00:53 +00:00
..
2021-02-09 17:58:21 +01:00
2021-02-17 09:00:53 +00:00
2021-01-04 12:23:16 +08:00
2021-02-17 09:00:53 +00:00