Commit 1797bdf
committed
Squashed 'libbitcoinkernel-sys/bitcoin/' changes from e9f14a07ed8..e95efc00842
e95efc00842 kernel: Add Purpose section to header documentation
6b61ae6cbfb kernel: Allowing reducing exports
d0f3c29c5a6 kernel: Add pure kernel bitcoin-chainstate
574ca377557 Kernel: Add functions for working with outpoints
dc91006a7f5 kernel: Add block hash type and block tree utility functions to C header
06e8f52f589 kernel: Add function to read block undo data from disk to C header
5103abeb636 kernel: Add functions to read block from disk to C header
68b2a8d7b7c kernel: Add function for copying block data to C header
6970d6f7f63 kernel: Add functions for the block validation state to C header
ccefe9f8f8c kernel: Add validation interface to C header
5c8c23b9fe1 kernel: Add interrupt function to C header
eb029703f81 kernel: Add import blocks function to C header
3d969fae26f kernel: Add chainstate load options for in-memory dbs in C header
5215d05b4b6 kernel: Add options for reindexing in C header
cd83907b1d9 kernel: Add block validation to C header
73b92d519db kernel: Add chainstate loading when instantiating a ChainstateManager
c39464d1975 kernel: Add chainstate manager option for setting worker threads
c1a6def012a kernel: Add chainstate manager object to C header
REVERT: e9f14a07ed8 kernel: Add Purpose section to header documentation
REVERT: 8d1a7e84cfb kernel: Allowing reducing exports
REVERT: 9da2c0abcee kernel: Add pure kernel bitcoin-chainstate
REVERT: 33325ffbbe9 Kernel: Add functions for working with outpoints
REVERT: 9fd8f6576fb kernel: Add block hash type and block tree utility functions to C header
REVERT: 07428ce9f46 kernel: Add function to read block undo data from disk to C header
REVERT: 99ee229fda4 kernel: Add functions to read block from disk to C header
REVERT: dcb8d495f2a kernel: Add function for copying block data to C header
REVERT: d42211bd8a4 kernel: Add functions for the block validation state to C header
REVERT: da8db18599c kernel: Add validation interface to C header
REVERT: d5dcd00fa80 kernel: Add interrupt function to C header
REVERT: 523a29fc73f kernel: Add import blocks function to C header
REVERT: e49b9881d90 kernel: Add chainstate load options for in-memory dbs in C header
REVERT: d21cdb3b23d kernel: Add options for reindexing in C header
REVERT: 09afc607fa0 kernel: Add block validation to C header
REVERT: 7333864cb04 kernel: Add chainstate loading when instantiating a ChainstateManager
REVERT: 71509f3856d kernel: Add chainstate manager option for setting worker threads
REVERT: 69f4e9f05aa kernel: Add chainstate manager object to C header
git-subtree-dir: libbitcoinkernel-sys/bitcoin
git-subtree-split: e95efc00842d5d0df96ee9294cdf818741be539e1 parent e765113 commit 1797bdf
File tree
5 files changed
+31
-16
lines changed- src
- kernel
- test/kernel
5 files changed
+31
-16
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
156 | | - | |
| 156 | + | |
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1232 | 1232 | | |
1233 | 1233 | | |
1234 | 1234 | | |
| 1235 | + | |
1235 | 1236 | | |
1236 | 1237 | | |
1237 | 1238 | | |
1238 | 1239 | | |
1239 | 1240 | | |
| 1241 | + | |
1240 | 1242 | | |
1241 | 1243 | | |
1242 | 1244 | | |
1243 | 1245 | | |
1244 | 1246 | | |
| 1247 | + | |
1245 | 1248 | | |
1246 | 1249 | | |
1247 | 1250 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1018 | 1018 | | |
1019 | 1019 | | |
1020 | 1020 | | |
1021 | | - | |
1022 | | - | |
| 1021 | + | |
| 1022 | + | |
1023 | 1023 | | |
1024 | 1024 | | |
1025 | 1025 | | |
| |||
1058 | 1058 | | |
1059 | 1059 | | |
1060 | 1060 | | |
1061 | | - | |
1062 | | - | |
1063 | | - | |
1064 | | - | |
1065 | | - | |
| 1061 | + | |
| 1062 | + | |
| 1063 | + | |
| 1064 | + | |
| 1065 | + | |
| 1066 | + | |
| 1067 | + | |
1066 | 1068 | | |
1067 | 1069 | | |
1068 | 1070 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1136 | 1136 | | |
1137 | 1137 | | |
1138 | 1138 | | |
1139 | | - | |
| 1139 | + | |
1140 | 1140 | | |
1141 | | - | |
| 1141 | + | |
| 1142 | + | |
| 1143 | + | |
1142 | 1144 | | |
1143 | 1145 | | |
1144 | 1146 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
151 | | - | |
| 151 | + | |
152 | 152 | | |
153 | | - | |
154 | | - | |
155 | | - | |
| 153 | + | |
156 | 154 | | |
157 | 155 | | |
158 | 156 | | |
| |||
600 | 598 | | |
601 | 599 | | |
602 | 600 | | |
603 | | - | |
| 601 | + | |
604 | 602 | | |
605 | 603 | | |
606 | 604 | | |
| |||
690 | 688 | | |
691 | 689 | | |
692 | 690 | | |
693 | | - | |
| 691 | + | |
| 692 | + | |
694 | 693 | | |
695 | 694 | | |
696 | 695 | | |
| |||
904 | 903 | | |
905 | 904 | | |
906 | 905 | | |
| 906 | + | |
907 | 907 | | |
908 | 908 | | |
909 | 909 | | |
910 | 910 | | |
911 | 911 | | |
| 912 | + | |
| 913 | + | |
912 | 914 | | |
913 | 915 | | |
914 | 916 | | |
915 | 917 | | |
916 | 918 | | |
| 919 | + | |
| 920 | + | |
917 | 921 | | |
918 | 922 | | |
919 | 923 | | |
920 | 924 | | |
921 | 925 | | |
| 926 | + | |
| 927 | + | |
922 | 928 | | |
923 | 929 | | |
924 | 930 | | |
925 | 931 | | |
| 932 | + | |
| 933 | + | |
926 | 934 | | |
927 | 935 | | |
928 | 936 | | |
| |||
0 commit comments