Jeffro

Results 55 issues of Jeffro

# Bug Report Form ## Checklist - [x] I am using the latest version of the code. - [x] I am absolutely sure I read the README in its entirety....

bug
duplicate
KeyError: extensions

The Monero repository currently uses a DOM model for p2p serialization (portable_storage in epee). This is sub-optimal for two reasons: inefficiency and underspecification. During normal operation of a node, even...

Fixes warnings: ``` warning: ‘*(uint32_t*)quux’ may be used uninitialized [-Wmaybe-uninitialized] 49 | MDEBUG(std::hex

competing with #8535 Shrinking a moved `byte_stream` in `byte_slice::byte_slice(epee::byte_stream&&, bool)` is very expensive (in glibc) so avoiding shrinking can speed up storing types to binary in RPC calls. This PR...

When doing "export all", all my playlists successfully downloaded except for the one playlist with podcasts, and I received the error message in the title. The playlist contained podcasts from...

Good news: this property holds for current epee binary code in core repo. For real world example of issue brought on if this property is not upheld: https://github.com/monero-rs/monero-epee-bin-serde/issues/49

Upstreaming https://github.com/UkoeHB/monero/pull/28 edit: updated unit tests

enhancement
pending review