-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Backport missing PRs from Bitcoin 0.14 - Part 1 #1824
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
Backport missing PRs from Bitcoin 0.14 - Part 1 #1824
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice but needs more fixes :)
src/zmq/zmqnotificationinterface.h
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CDSNotificationInterface::SyncTransaction and underlying functions should be updated similarly too i.e. to use pindex and posInBlock
Makefile.am
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should revert this to test_dash.info
src/qt/dash.cpp
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should be return EXIT_SUCCESS;
…or loop a3e1984 Consensus: Trivial transform BOOST_FOREACH into for loop (NicolasDorier)
…alCheckBlockHeader and ContextualCheckBlock 6f3d616 Trivial: Make CBlockIndex param const in ContextualCheckBlockHeader and ContextualCheckBlock (Jorge Timón)
cc021ef remove outdated legacy code (lizhi)
…oo low) faa5931 [doc] gbuild: Set memory explicitly (default is too low) (MarcoFalke)
d3af342 prepend license statement to indirectmap (Kaz Wesley)
893f379 [Qt] Add dbcache migration path (Jonas Schnelli)
fbc6070 [trivial] Switched constants to sizeof() (Thomas Snider)
d12b732 libconsensus: Expose a flag for BIP112 (Jorge Timón)
5c9e49d net: Ignore `notfound` P2P messages (Wladimir J. van der Laan)
a615386 [depends] ZeroMQ 4.1.5 (fanquake)
9bbb414 [qa]: enable rpcbind_test (whythat) 0ff4375 [qa]: add parsing for '<host>:<port>' argument form to rpc_url() (whythat)
…er main::CheckInputs a6cc299 Mempool: Use Consensus::CheckTxInputs direclty over main::CheckInputs (Jorge Timón)
…nParams& in ContextualCheckBlock c8664ee Trivial: pass Consensus::Params& instead of CChainParams& in ContextualCheckBlock (Jorge Timón)
29c2d99 Make CWallet::fFileBacked private. (Patrick Strateman)
b8db185 Update README.md (Chris Stewart)
657fc19 rename mapAddrCount to mapNetGroupNodes (instagibbs)
… guide 7fdbce9 [doc] Increase recommended memory in gitian build guide (fanquake)
2c517b3 Fix p2p-feefilter.py for changed tx relay behavior (Suhas Daftuar)
05242e9 Fix minimize and close bugs (adlawren)
e11f9a2 [doc] typos, READMEs, comments (Justin Camarena)
216d796 configure: Allow building bench_bitcoin by itself (Luke Dashjr)
…t any univalue 8a270b2 Bugfix: Allow building libbitcoinconsensus without any univalue (Luke Dashjr)
…llets b3b3c2a Reduce cs_main locks during ConnectTip/SyncWithWallets (Jonas Schnelli)
…nsaction Needed due to out-of-order backporting.
3897668 Adds issue template. [skip ci] (CryptoVote)
edb6cf1 remove no-longer-used InitError logic (instagibbs)
936c144 build: Remove check for `openssl/ec.h` (Wladimir J. van der Laan)
c1582d5 qa: Remove duplicate `hash160` implementation (Wladimir J. van der Laan)
6ffd996 Corrected JSON typo on setban of net.cpp (Sev)
8194a6e Fix a type error that would not compile on Apple LLVM version 6.1.0 (clang-602.0.53) (based on LLVM 3.6.0svn) (Jeremy Rubin)
1aacfc2 various typos (leijurv)
eb0c52e travis: Remove hostname hack (Wladimir J. van der Laan) 3c5251d test: Remove java comparison tool (Wladimir J. van der Laan)
fa64306 [qa] abandonconflict: Use assert_equal (MarcoFalke)
This reverts commit fa2d68f. Temporary revert - see discussion in bitcoin#8532.
… directory" dialog b4a9aa5 qt: Fix random segfault when closing "Choose data directory" dialog (Wladimir J. van der Laan)
…inginfo RPC endpoint 65f4532 document return value of networkhashps for getmininginfo RPC endpoint (Jameson Lopp)
Rename labelEncryptionIcon to labelWalletEncryptionIcon Reorder icons in Makefile.qt.include Add missing entries in debian/copyright
…tput printing fa785d1 Use __func__ to get function name for output printing (MarcoFalke)
faaec13 [qa] Remove unused code (MarcoFalke)
These were mixed into SegWit related PRs and are still needed in Dash.
eebf8c8 to
e2a795f
Compare
|
Added the requested changes and rebased on develop |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! 👍
utACK
|
utACK |
| PruneAndFlush(); | ||
| } | ||
| } | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is this change missing?? https://github.com/bitcoin/bitcoin/pull/8392/files#diff-c865a8939105e6350a50af02766291b7R1304
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Because this is only useful to fix missing segwit data sipa@6032f69 which we don't have anyway
Continuation of #1770
This is the first batch of PRs from Bitcoin 0.14