fdov
fdov
10x the default counting periods. Previous period was 2016 blocks or about 1.4 day. Proposed period is 20160 blocks or about 14 days. - The LOCKED_IN period is extended from...
…ments manual backport of bitcoin #10493 picked: 680bc2cbb34d6bedd0e64b17d0555216572be4c8 Origial-author: practicalswift Before this commit: for (std::map::iterator x = y.begin(); x != y.end(); ++x) { } After this commit: for (auto& x...
Backport of https://github.com/bitcoin/bitcoin/pull/10286
bitcoin PR \#10286 introduced a few steps which are not robust to early shutdown in initialization. cherry-picked
Original-author: practicalswift Use std::unique_ptr (C++11) where possible. Rationale: Avoid resource leaks (specifically: forgetting to delete an object created using new) Avoid undefined behaviour (specifically: double delete:s) Changes: Resolving conflicts and...
* Clicking the network icon in the statusbar opens the debug-window at the peers tab. Previously, clicking it toggeled all network activity.
switch from python to python3 in contrib scripts and depends.
* Add identifier chars automatically to qualifier assets and sub-qualifier assets. Fixes #1152 * Increase size of dropdown boxes with asset names.
gitian descriptors. This is a draft, working on it on my own repo. All scripts will look to my repo as a default for now. Building works. OSX is building...
Test framework is old and outdated. Backporting fixes is a pain if you have to write your own tests.