Jeffro

Results 186 comments of Jeffro

> If the blackhole delay is long enough, the entire stem can be revealed. Ah, I think I see. If the stem nodes wait too long to tell other nodes...

@UkoeHB I think we also need this PR with the others: https://github.com/UkoeHB/monero/pull/30

@tortxoFFoxtrot Removing support for this feature won't remove mining binary code inside the GUI wallet build, and thus probably won't change antivirus behavior. Solo mining and p2pool mining to one's...

run `git rebase -i master` and change the second line from `pick ...` to `squash ...`

No clue... the linker is the same version as Ubuntu Jammy: 2.38-4ubuntu2.6 Could just be that my environment happened to expose the error, whereas it happened to work correctly by...

@selsta I think this comment was meant for a different set of PRs than this, yeah?

> @selsta another update - assuming requiring a `{}` in the http body as not desirable, can we instead make it a requirement that the body be empty? The problem...

> Memory consumption issues are handled by having all arrays provide a constraint - either a max element count or a min size per element (i.e. std::vector ideally has a...

If one was expecting to deserialize an array of large blobs (like tx blobs) from a untrusted counterparty I could definitely see the utility in this.