Page MenuHomePhabricator

Introduce Span type and use it instead of FLATDATA
ClosedPublic

Authored by deadalnix on Oct 2 2019, 14:10.

Details

Summary
  • Add Slice: a (pointer, size) array view that acts like a container
  • Support serializing Span<unsigned char> and use that instead of FLATDATA

This is a backport of Core PR12886

Test Plan
make check
./test/functional/test_runner.py --extended

Diff Detail

Repository
rABC Bitcoin ABC
Branch
pr12886
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 7684
Build 13407: Bitcoin ABC Buildbot (legacy)
Build 13406: arc lint + arc unit

Event Timeline

Fabien requested changes to this revision.Oct 3 2019, 19:50
Fabien added a subscriber: Fabien.
Fabien added inline comments.
src/span.h
47 ↗(On Diff #13319)

#endif // BITCOIN_SPAN_H
Linter update coming soon.

This revision now requires changes to proceed.Oct 3 2019, 19:50
This revision is now accepted and ready to land.Oct 4 2019, 06:35