Commit d36bec9
MacroFake
Merge bitcoin/bitcoin#25905: refactor: Move ChainstateManager options into m_options struct
7bc33a8 refactor: Move ChainstateManager options into m_options struct (Ryan Ofsky)
Pull request description:
Move `ChainstateManager` options into `m_options` struct to simplify class initialization, organize class members, and to name external option variables differently than internal state variables.
This change was originally in #25862, but it was suggested to split off in bitcoin/bitcoin#25862 (comment) so it could be merged earlier and reduce conflicts with other PRs.
ACKs for top commit:
naumenkogs:
ACK 7bc33a8
Tree-SHA512: 1c3c77be7db60222732221c087fd01cb802b84ac93333fccb38c8d16645f5f950c3362981021e7a3ae054f19fa7dd9e1cd15daaa101b61ca8853e42a1fd214742 files changed
+8
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3608 | 3608 | | |
3609 | 3609 | | |
3610 | 3610 | | |
3611 | | - | |
| 3611 | + | |
3612 | 3612 | | |
3613 | 3613 | | |
3614 | 3614 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
838 | 838 | | |
839 | 839 | | |
840 | 840 | | |
841 | | - | |
842 | | - | |
843 | | - | |
844 | | - | |
845 | 841 | | |
846 | 842 | | |
847 | 843 | | |
| |||
861 | 857 | | |
862 | 858 | | |
863 | 859 | | |
864 | | - | |
865 | | - | |
866 | | - | |
| 860 | + | |
| 861 | + | |
| 862 | + | |
| 863 | + | |
867 | 864 | | |
868 | | - | |
869 | | - | |
| 865 | + | |
| 866 | + | |
870 | 867 | | |
871 | 868 | | |
872 | 869 | | |
| |||
881 | 878 | | |
882 | 879 | | |
883 | 880 | | |
| 881 | + | |
884 | 882 | | |
885 | 883 | | |
886 | 884 | | |
| |||
0 commit comments