Commit 556eca4
committed
Squashed 'libbitcoinkernel-sys/bitcoin/' changes from 3789215f7346..09e054930101
09e054930101 Add sans utxo set block validation
d0660fbf582f block header
6493e47fd8d3 doc: Add docstrings for ConnectBlock and SpendBlock
ed35dc3c4a52 validation: Move coin existence and spend check to SpendBlock
637000b981c0 validation: Move SetBestBlock out of ConnectBlock
91ff9de0076f validation: Add SpendBlock function
20b5547f32b3 validation: Use vector of outputs instead of CCoinsViewCache in CheckInputScripts
4bee0a8cf671 consensus: Use Coin span in CheckTxInputs
1bedce6b44bd consensus: Use Coin span in GetTransactionSigOpCost
bec73c5e30ad consensus: Use Coin span in GetP2SHSigOpCount
REVERT: 3789215f7346 Merge bitcoin/bitcoin#33724: refactor: Return uint64_t from GetSerializeSize
REVERT: d4e2a4583305 Merge bitcoin/bitcoin#33750: doc: document fingerprinting risk when operating node on multiple networks
REVERT: 47618446a06d Merge bitcoin/bitcoin#33853: kernel: Allow null arguments for serialized data
REVERT: a3ac59a43163 ci: Enable experimental kernel stuff in ASan task
REVERT: 5b89956eeb76 kernel: Allow null arguments for serialized data
REVERT: e346ecae830e Add eclipse, partitioning, and fingerprinting note to i2p.md
REVERT: 19a6a3e75ed6 Add eclipse, partitioning, and fingerprinting note in tor.md
REVERT: fa6c0bedd33a refactor: Return uint64_t from GetSerializeSize
REVERT: fad0c8680ea7 refactor: Use uint64_t over size_t for serialized-size values
REVERT: fa4f388fc99c refactor: Use fixed size ints over (un)signed ints for serialized values
REVERT: fa01f38e53cf move-only: Move CBlockFileInfo to kernel namespace
REVERT: fa2bbc9e4cfe refactor: [rpc] Remove cast when reporting serialized size
REVERT: fa364af89bd9 test: Remove outdated comment
git-subtree-dir: libbitcoinkernel-sys/bitcoin
git-subtree-split: 09e05493010119fc60d310d3e7ffc388de441f9a1 parent 7f93626 commit 556eca4
File tree
44 files changed
+1003
-359
lines changed- .github/workflows
- ci/test
- doc
- src
- bench
- consensus
- index
- kernel
- node
- policy
- rpc
- test
- fuzz
- kernel
- wallet
- test/functional
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
44 files changed
+1003
-359
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
468 | 468 | | |
469 | 469 | | |
470 | 470 | | |
471 | | - | |
| 471 | + | |
472 | 472 | | |
473 | 473 | | |
474 | 474 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
169 | | - | |
170 | | - | |
171 | | - | |
172 | | - | |
173 | | - | |
174 | | - | |
175 | | - | |
176 | | - | |
177 | | - | |
178 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
238 | 238 | | |
239 | 239 | | |
240 | 240 | | |
241 | | - | |
242 | | - | |
243 | | - | |
244 | | - | |
245 | | - | |
246 | | - | |
247 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
100 | 101 | | |
101 | 102 | | |
102 | 103 | | |
103 | | - | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
104 | 107 | | |
105 | 108 | | |
106 | 109 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
9 | 15 | | |
10 | 16 | | |
11 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
50 | 91 | | |
51 | 92 | | |
52 | 93 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
166 | 189 | | |
167 | 190 | | |
168 | 191 | | |
| |||
349 | 372 | | |
350 | 373 | | |
351 | 374 | | |
352 | | - | |
353 | | - | |
| 375 | + | |
| 376 | + | |
354 | 377 | | |
355 | 378 | | |
356 | 379 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
413 | 413 | | |
414 | 414 | | |
415 | 415 | | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
416 | 432 | | |
417 | 433 | | |
418 | 434 | | |
| |||
0 commit comments