ubuntu24 #57

Merged
bitwise merged 10 commits from ubuntu24 into master 2026-03-27 20:36:10 +00:00
Owner

Tested with Rot

Tested with Rot
the compiler failed to fully instantiate: 
std::array<std::pair<uint64_t, CNode*>,2> best

So in
auto sortfunc = [&best, &hasher, nRelayNodes](CNode* pnode)
the compiler thinks best is some incomplete type
Only __blake2s_param and __blake2b_param look like fixed byte-layout parameter blocks and these structs are meant to match the BLAKE2 parameter block format exactly.
The others are different sized working state structs the compiler complained about while these are internal working state blocks that should not be packed
Some more alignment was necessary. The compiler is strict about arrays of aligned types
<stdexcept> was missing
Compiler asked me "did you forget to '#include <deque>'?" 
Not really nut appearantly it needs it
bitwise merged commit be8c20c544 into master 2026-03-27 20:36:10 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Core-Wallets/maza!57
No description provided.