-
Notifications
You must be signed in to change notification settings - Fork 5
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
fecv-3.2.0 #62
fecv-3.2.0 #62
Conversation
…/12 - Update merkleblock.cpp
…/12 - Update merkleblock.h
…/12 - Update net_processing.cpp
…/12 - Update protocol.cpp
…/12 - Update protocol.h
…/12 - Update mweb_mining.py
…/12 - Update version.h
…/12 - Create mweb_p2p.py
…/12 - Update fec_util.py
…0/12 - Update messages.py
…1/12 - Update p2p.py
…2/12 - Update test_runner.py
Added "mwebleafset" getdata type and CMWEBLeafsetMsg response |
Added "getmwebutxos" and "mwebutxos" p2p messages |
backport: Improve performance of p2p inv to send queues bitcoin/bitcoin#27610 |
Fix secp256k1 build |
disable schnorrsigs test in secp256k1-zkp |
litecoin-project/litecoin@7e3c1f5 build: explicitly disable libsecp256k1 openssl based tests These tests are failing when run against OpenSSL 3, and have been Note that this will also remove warning output from our build, due to |
v3.2.0 updating version, release notes. |
update fixed peers |
`04ffff001d01044053542032324e6f7632322053696e6761706f726520776173207365636f6e6420626967676573742075736572206f66204654582070726520636f6c6c61707365` `04` - OP_RETURN `ffff` - maximum target value `001d01` - Genesis block current difficulty value `04` - padding byte `40` - length of message, 64 bytes `53542032324e6f7632322053696e6761706f726520776173207365636f6e6420626967676573742075736572206f66204654582070726520636f6c6c61707365` - The message. Note that `53` is `S`.
Add context menu option for rebroadcasting unconfirmed transactions |
Added "mwebheader" getdata type and CMerkleBlockWithMWEB response