Jeffro

Results 55 issues of Jeffro

## Background As of the time of this writing, PoW is checked by RandomX hashing the resultant blob of [`cryptonote::get_block_hashing_blob()`](https://github.com/monero-project/monero/blob/059028a30a8ae9752338a7897329fe8012a310d5/src/cryptonote_basic/cryptonote_format_utils.cpp#L1446). This blob contains the serialized block header + 32 byte...

important
proposal
discussion

Structs were added 9 years ago and have yet to be used

Documentation to understand/implement non-fingerprinting decoy selection plus a reference code to empirically test correctness. If anyone wants c++ source for an executable that empirically proves the correctness of the Python...

pending review
documentation

Basically the title. For example, if you go onto the site right now and request block ID , you will get an internal server error response. This block *used* to...

This PR is upstreaming changes in the Seraphis lib here: https://github.com/UkoeHB/monero/pull/39. The changes to the serialization header allow clean passing of extra arguments to field serialization in the DSL. This...

enhancement
important

Test: 1. Can't login to RPC server with --rpc-login enabled, but no auth provided 2. Can access RPC server with correct login 3. Can use internal HTTP client to access...

tests