Page MenuHomePhabricator

serialize: Serialization support for big-endian 32-bit ints.
ClosedPublic

Authored by markblundeberg on Apr 24 2019, 15:20.

Details

Summary

backport of a small commit from BIP157 PR 14121

2ad2338ef serialize: Serialization support for big-endian 32-bit ints.

Test Plan

no tests included

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

jasonbcox requested changes to this revision.Apr 24 2019, 23:15
jasonbcox added a subscriber: jasonbcox.

I don't see this being used in https://github.com/bitcoin/bitcoin/pull/14121/files Why is it needed?

This revision now requires changes to proceed.Apr 24 2019, 23:15

I don't see this being used in https://github.com/bitcoin/bitcoin/pull/14121/files Why is it needed?

In src/index/blockfilterindex.cpp (looks like github hid it for being too long).

Although this backport looks ok, I do think we should investigate test coverage in the future

This revision is now accepted and ready to land.Apr 25 2019, 01:35

Although this backport looks ok, I do think we should investigate test coverage in the future

Agree!