dash/src/util
pasta 967de4e231
Merge #6321: backport: trivial 2024 10 08
90744d0d65 Merge bitcoin/bitcoin#25115: scripted-diff: replace non-standard fixed width integer types (`u_int`... -> `uint`...) (fanquake)
e4f8b7097d Merge bitcoin/bitcoin#24852: util: optimize HexStr (laanwj)
1288494d4a Merge bitcoin/bitcoin#24976: netgroup: Follow-up for #22910 (fanquake)
656f525855 Merge bitcoin-core/gui#543: peers-tab: add connection duration column to tableview (Hennadii Stepanov)
33b9771ebc Merge bitcoin/bitcoin#24749: test: use MiniWallet for mempool_unbroadcast.py (MarcoFalke)
36e9b5fead Merge bitcoin/bitcoin#24381: test: Run symlink regression tests on Windows (laanwj)
a1691c7c2a Merge bitcoin/bitcoin#24102: mempool: Run coin.IsSpent only once in a row (MarcoFalke)
acbf718b57 Merge bitcoin/bitcoin#23976: document and clean up MaybeUpdateMempoolForReorg (MarcoFalke)
73e1861576 Merge bitcoin/bitcoin#23750: rpcwallet: mention labels are disabled for ranged descriptors (MarcoFalke)
c2fd4fe379 Merge bitcoin/bitcoin#23515: test: Return the largest utxo in MiniWallet.get_utxo (MarcoFalke)
7455b5557a Merge bitcoin-core/gui#454: Use only Qt translation primitives in GUI code (Hennadii Stepanov)
95aeb6a08d Merge bitcoin-core/gui#436: Include vout when copying transaction ID from coin selection (Hennadii Stepanov)
02b5fce942 Merge bitcoin-core/gui#318: Add `Copy address` Peers Tab Context Menu Action (Hennadii Stepanov)
e4774b9dad Merge bitcoin-core/gui#384: Add copy IP/Netmask action for banned peer (Hennadii Stepanov)

Pull request description:

  ## Issue being fixed or feature implemented
  batch of trivial backports

  ## What was done?

  ## How Has This Been Tested?

  ## Breaking Changes

  ## Checklist:
    _Go over all the following points, and put an `x` in all the boxes that apply._
  - [ ] I have performed a self-review of my own code
  - [ ] I have commented my code, particularly in hard-to-understand areas
  - [ ] I have added or updated relevant unit/integration/functional/e2e tests
  - [ ] I have made corresponding changes to the documentation
  - [x] I have assigned this pull request to a milestone _(for repository code-owners and collaborators only)_

ACKs for top commit:
  UdjinM6:
    utACK 90744d0d65
  kwvg:
    utACK 90744d0d65

Tree-SHA512: 64b562f559f0be9f04b033a642aea3f9a9b49c69a957fa2fd4a1dbc263c465ca26ef2db987b7200cf861ff3989a54376273eeb224f60a54308dfa19897b67724
2024-10-22 09:12:06 -05:00
..
asmap.cpp
asmap.h
bip32.cpp
bip32.h
bytevectorhash.cpp
bytevectorhash.h
check.cpp
check.h merge bitcoin#24812: Add CHECK_NONFATAL identity function and NONFATAL_UNREACHABLE macro 2024-10-15 06:58:50 +00:00
edge.cpp
edge.h
enumerate.h chore: run contrib/devtools/copyright_header.py update . 2024-10-05 23:17:41 +03:00
epochguard.h
error.cpp merge bitcoin#23173: Add ChainstateManager::ProcessTransaction 2024-10-05 17:10:02 +00:00
error.h
expected.h
fastrange.h
fees.cpp
fees.h
getuniquepath.cpp
getuniquepath.h
golombrice.h
hash_type.h
hasher.cpp
hasher.h merge bitcoin#22772: hasher cleanup (follow-up to bitcoin#19935) 2024-10-05 17:10:02 +00:00
irange.h
macros.h
message.cpp
message.h
moneystr.cpp
moneystr.h
overflow.h
ranges_set.cpp chore: run contrib/devtools/copyright_header.py update . 2024-10-05 23:17:41 +03:00
ranges_set.h
ranges.h
readwritefile.cpp
readwritefile.h
serfloat.cpp
serfloat.h
settings.cpp
settings.h
sock.cpp
sock.h
spanparsing.cpp
spanparsing.h
strencodings.cpp Merge bitcoin/bitcoin#24852: util: optimize HexStr 2024-10-15 09:25:09 -05:00
strencodings.h merge bitcoin#23227: Avoid treating integer overflow as OP_0 2024-10-08 15:59:17 +00:00
string.cpp
string.h
system.cpp partial Merge #29040: refactor: Remove pre-C++20 code, fs::path cleanup 2024-10-12 20:02:06 +07:00
system.h partial Merge #29040: refactor: Remove pre-C++20 code, fs::path cleanup 2024-10-12 20:02:06 +07:00
thread.cpp
thread.h
threadnames.cpp
threadnames.h
time.cpp
time.h
tokenpipe.cpp
tokenpipe.h
trace.h
translation.h
types.h
ui_change_type.h
underlying.h
url.cpp
url.h
vector.h partial bitcoin#28452: Do not use std::vector = {} to release memory 2024-10-15 15:33:34 +00:00
wpipe.cpp
wpipe.h