forked from dashpay/dash
-
Notifications
You must be signed in to change notification settings - Fork 4
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
V12.2.5 PR14.6 #3
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…able ff6639b Do not shadow local variable (Pavel Janík)
…th datadir e760b30 qt: Use correct conversion function for boost::path datadir (Wladimir J. van der Laan)
e89614b [qa] Add more helpful RPC timeout message (Russell Yanofsky) 8463aaa [qa] Increase wallet-dump RPC timeout (Russell Yanofsky)
… at process-time fe1dc62 Hash P2P messages as they are received instead of at process-time (Matt Corallo)
fa8278e test: Fix test_random includes (MarcoFalke)
…tions d59a518 Use fixed preallocation instead of costly GetSerializeSize (Pieter Wuille) 25a211a Add optimized CSizeComputer serializers (Pieter Wuille) a2929a2 Make CSerAction's ForRead() constexpr (Pieter Wuille) a603925 Avoid -Wshadow errors (Pieter Wuille) 5284721 Get rid of nType and nVersion (Pieter Wuille) 657e05a Make GetSerializeSize a wrapper on top of CSizeComputer (Pieter Wuille) fad9b66 Make nType and nVersion private and sometimes const (Pieter Wuille) c2c5d42 Make streams' read and write return void (Pieter Wuille) 50e8a9c Remove unused ReadVersion and WriteVersion (Pieter Wuille)
This reverts commit fd5654c. This is still causing too many warnings for some compiler combinations, forget it for now.
d8edf03 Remove unused var UNLIKELY_PCT from fees.h (fanquake)
…ages e5d682f Fix mininode version message format (jnewbery)
bdcba6d Initialize variable to prevent compiler warning (Pavel Janík)
a79f864 fix getnettotals RPC description about timemillis. (Masahiko Hyuga)
…hadow compiler warning bf49f10 Use better name for local variable to prevent -Wshadow compiler warning (Pavel Janík)
fa42e4a [qt] Make network disabled icon 50% opaque (MarcoFalke)
Also remove bogus "nVersion = this->nVersion" assignments. These were leftovers from old times.
…ail cleanly b74ff5c Bugfix: Correctly replace generated headers and fail cleanly (Luke Dashjr)
20c3215 credit values are CAmount (Gregory Sanders)
fa80ef8 [qa] proxy_test: Calculate hardcoded port numbers instead (MarcoFalke)
… atomic 079142b fNetworkActive is not protected by a lock, use an atomic (Jonas Schnelli)
79f755d Unset fImporting for loading mempool (Alex Morcos)
…error message 307acdd [qa] add assert_raises_message to check specific error message (mrbandrews)
d8274bc Add compile and link options echo to configure (Jonas Schnelli)
12519bf test: Fix use-after-free in scheduler tests (Wladimir J. van der Laan)
b4e4ba4 Introduce convenience type CTransactionRef (Pieter Wuille) 1662b43 Make CBlock::vtx a vector of shared_ptr<CTransaction> (Pieter Wuille) da60506 Add deserializing constructors to CTransaction and CMutableTransaction (Pieter Wuille) 0e85204 Add serialization for unique_ptr and shared_ptr (Pieter Wuille)
…sion handshake is complete 4662553 net: don't send feefilter messages before the version handshake is complete (Cory Fields)
fa7cc5a Set DEFAULT_LIMITFREERELAY = 0 kB/minute (MarcoFalke)
…teration count e0a9cb2 bench: Fix subtle counting issue when rescaling iteration count (Wladimir J. van der Laan)
240189b add testcases for getrawtransaction (John Newbery) ce2bb23 getrawtransaction should take a bool for verbose (jnewbery)
2e44893 Move -salvagewallet, -zap(wtx) to where they belong (Jonas Schnelli)
4512550 Remove unnecessary calls to CheckFinalTx (Jonas Schnelli)
a33b169 Do not fully sort all nodes for addr relay (Pieter Wuille)
918b126 fix CreateTransaction error messages (instagibbs)
69bc8e7 [Doc] Move comments above bash command (Amir Abrams)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
continuation of backports for PR14