ghost
commented at 5:56 AM on October 6, 2018:
none
Pull requests without a rationale and clear improvement may be closed
immediately.
Please provide clear motivation for your patch and explain how it improves
Bitcoin Core user experience or Bitcoin Core developer experience
significantly.
Any test improvements or new tests that improve coverage are always welcome.
All other changes should have accompanying unit tests (see src/test/) or
functional tests (see test/). Contributors should note which tests cover
modified code. If no tests exist for a region of modified code, new tests
should accompany the change.
Bug fixes are most welcome when they come with steps to reproduce or an
explanation of the potential issue as well as reasoning for the way the bug
was fixed.
Features are welcome, but might be rejected due to design or scope issues.
If a feature is based on a lot of dependencies, contributors should first
consider building the system outside of Bitcoin Core, if possible.
Refactoring changes are only accepted if they are required for a feature or
bug fix or otherwise improve developer experience significantly. For example,
most "code style" refactoring changes require a thorough explanation why they
are useful, what downsides they have and why they significantly improve
developer experience or avoid serious programming bugs. Note that code style
is often a subjective matter. Unless they are explicitly mentioned to be
preferred in the developer notes, stylistic code
changes are usually rejected.
Bitcoin Core has a thorough review process and even the most trivial change
needs to pass a lot of eyes and requires non-zero or even substantial time
effort to review. There is a huge lack of active reviewers on the project, so
patches often sit for a long time.
Reorganize includes a bit.8995f8ed61
Fix V595 PVS Studio - the pointer was utilized before it was verified against nullptr.87f1882c68
Experimental support for TX_PUBKEY_DROP spending.661cd826c1
Remove asserts.a5f0a4f9ea
Same as @92e04fc4703e1af35
ListMalleablePubKeys methodfebcfc9c05
Merge pull request #272 from svost/V668
Fix V668 PVS Studio - deal with pointer and NULL
05dcb40ecb
Merge pull request #273 from svost/includes
Reorganize includes a bit.
2fa437d0d0
Merge pull request #274 from svost/patch
Fix V595 PVS Studio - the pointer was utilized before it was verified…
0b47046733
RPC: Add new methods suitable for malleable key pairs management;
Save generated key pairs in the wallet.dat.
Due to lack of time for a proper debugging the generation of malleable keys has been disabled on the main network. Of course it will be enabled in the near future.
132c462454
Merge branch 'master' of ssh://github.com/novacoin-project/novacoin0e14c940ba
fDetachDB missed in constructor213f208b2c
Fix compilation error.f87679bb07
RPC: encryptdata & decryptdata methodsd8f174b14a
Performance: replace iterator++ with ++iterator
Оставлю как якорь, подобных мест в коде много, по возможности можно будет переписать.
16f94b8c51
Examples and missed file.9c8de278b4
Merge pull request #275 from svost/patch
fDetachDB missed in constructor
379ba3caf0
Header guard addeda267c7697f
Merge pull request #276 from svost/patch
Minor fix
4bbf843059
Comparison fixa61b9f488d
Fix gcc Wreorder warning9d7059e6d6
Add copy constructor to prevent undefined behaviour.84dbd33baf
Move the constant variable outside the loopc12fd552e3
Remove namespaces from header files5e82f02b59
Format fix: %p prefer void*
Как пример
https://gcc.gnu.org/viewcvs/gcc/trunk/gcc/config/iq2000/iq2000.c?r1=192717&r2=192716&pathrev=192717
5bb062c5a6
rpccrypt.cpp: Add message encryption and decryption methods.fa743e433b
This is a metadata mirror of the GitHub repository
bitcoin/bitcoin.
This site is not affiliated with GitHub.
Content is generated from a GitHub metadata backup.
generated: 2026-04-17 15:15 UTC
This site is hosted by @0xB10C More mirrored repositories can be found on mirror.b10c.me