01:00:53 luigi1112: please approve github actions here: https://github.com/monero-project/monero/pull/8774 01:01:55 done 02:22:41 sech1: any idea here what causes bad_alloc? https://github.com/monero-project/monero/issues/8790 05:29:27 selsta I commented there. Huge pages not working, it's not critical. It shouldn't spam logs though. 21:01:44 can someone please remind me where/how 'monero/crypto/amd64-64-24k.h' is generated, or how I can avoid using it? 21:05:54 ah nevermind, wasn't including it correctly :) 22:27:39 Hi, can someone explain to me the purpose the difficulty_low/difficulty_high field in `alt_block_data_t`. In blockchain.cpp its used like this:... (full message at ) 22:27:58 * Hi, can someone explain to me the purpose the `difficulty\_low`/`difficulty\_high` field in `alt_block_data_t`. In blockchain.cpp its used like this:... (full message at ) 22:32:03 This is 128-bit difficulty split into low and hig 64 bits 22:32:48 sech1: thx that make more sense 23:36:35 monerod is storing the cumulative difficulty as a uint_128t (theorically as its boost), but for now the cumulative difficulty (269952836198516580) have reached 1.46% of the total value a uint_64t can take. Is there any chance in a reasonable future the upper 64 bits can be occupied? 23:36:57 * monerod is storing the cumulative difficulty as a uint_128t (theorically as its boost), but for now the cumulative difficulty (269952836198516580) have reached 1.46% of the total value a uint_64t can take. Is there any chance in a reasonable future the upper 64 bits can be occupied? 23:42:23 * monerod is storing the cumulative difficulty as a uint_128t (theorically as its boost), but for now the cumulative difficulty (269952836198516580) have reached 1.46% of the total value a uint_64t can take. Is there any chance in a reasonable future that the upper 64 bits can be occupied?