Blog

2025-07-18 News
Judecoin Lab update #20250718

·Remove POD_CLASS macro and pointless pack pragmas POD_CLASS is always just 'struct'.The pack pragmas here do nothing because every type defined inside them only has char array members which are already guaranteed by C++ alignment rules to have byte alignment. ·DRY transaction fetching wallet2 does nearly identical tx fetching in several places; We DRYs out the code a bit