mirror of
https://github.com/dashpay/dash.git
synced 2024-12-27 13:03:17 +01:00
0e53540f64
## Issue being fixed or feature implemented Version field should always be the first field of a message for better readibility. ## What was done? - Introduced new protocol version `MNLISTDIFF_VERSION_ORDER` (`70229`). - `nVersion` serialisation order is changed for clients with protocol version greater than or equal to `70229`. - For clients with protocol version >= `70225` and < `70229` the old order is used: can be deprecated in the future. - Increased functional test P2P mininode's protocol version to `70229`. ## How Has This Been Tested? `feature_llmq_rotation.py` with new protocol version. ## Breaking Changes ## Checklist: - [x] I have performed a self-review of my own code - [ ] I have commented my code, particularly in hard-to-understand areas - [x] I have added or updated relevant unit/integration/functional/e2e tests - [ ] I have made corresponding changes to the documentation - [x] I have assigned this pull request to a milestone _(for repository code-owners and collaborators only)_ |
||
---|---|---|
.. | ||
__init__.py | ||
address.py | ||
authproxy.py | ||
blocktools.py | ||
coverage.py | ||
descriptors.py | ||
key.py | ||
messages.py | ||
mininode.py | ||
muhash.py | ||
netutil.py | ||
ripemd160.py | ||
script_util.py | ||
script.py | ||
siphash.py | ||
socks5.py | ||
test_framework.py | ||
test_node.py | ||
test_shell.py | ||
util.py | ||
wallet_util.py |