This switches .read() and .write() to take spans of bytes.
This is a backport of core#23438
https://github.com/bitcoin/bitcoin/pull/23438/commits/fa24493d6394b3a477535f480664c9596f18e3c5
Depends ib D15934
Differential D15935 Authored by PiRK on Apr 10 2024, 15:05.
Details
Summary This switches .read() and .write() to take spans of bytes. This is a backport of core#23438 Depends ib D15934 Test Plan ninja all check-all bitcoin-fuzzers bench-bitcoin Run the seeder for a few minutes, make sure it finds nodes
Diff Detail
Event TimelineHerald added a reviewer: Restricted Project. · View Herald TranscriptApr 10 2024, 15:052024-04-10 15:05:12 (UTC+0) Harbormaster completed remote builds in B28442: Diff 46991.Apr 10 2024, 15:052024-04-10 15:05:15 (UTC+0) PiRK edited the summary of this revision. (Show Details)Apr 10 2024, 15:062024-04-10 15:06:23 (UTC+0) PiRK added a child revision: D15936: Remove unused char serialize.Apr 10 2024, 15:142024-04-10 15:14:02 (UTC+0) teamcity edited the summary of this revision. (Show Details)Apr 10 2024, 21:112024-04-10 21:11:52 (UTC+0) Harbormaster completed remote builds in B28476: Diff 47030.Apr 11 2024, 07:412024-04-11 07:41:06 (UTC+0) This revision is now accepted and ready to land.Apr 11 2024, 09:422024-04-11 09:42:30 (UTC+0) Closed by commit rABC16755cd2a145: Use spans of std::byte in serialize (authored by MarcoFalke <falke.marco@gmail.com>, committed by PiRK). · Explain WhyApr 11 2024, 10:102024-04-11 10:10:32 (UTC+0) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 47040 |