Contribution [combined summary]



Individual post summaries: Click here to read the original discussion on the bitcoin-dev mailing list

Published on: 2019-01-30T16:29:05+00:00


Summary:

The Bitcoin protocol development mailing list is specifically intended for discussions related to the development of the Bitcoin protocol. Interested individuals can subscribe to this mailing list through the Linux Foundation website. For those interested in discussing code changes to Bitcoin Core, there is a separate mailing list dedicated to that purpose. Additionally, individuals can directly submit their changes to the Bitcoin repository on GitHub.In the context provided, the person submitting the information is an employee of lbry.io and is interested in contributing to Bitcoin's core. They are seeking the opinions of the Bitcoin development team regarding the implementation of base_blob and/or base_uint derived from std::array. This implementation would enable move semantics. The individual also mentions concerns with acquiring and releasing recursive mutex in a loop, as illustrated in minig.cpp. The code snippet demonstrates a loop that creates a new block and subsequently processes it.


Updated on: 2023-08-02T00:26:28.110022+00:00