Page MenuHomePhabricator

Various improvement in the serialization code
ClosedPublic

Authored by deadalnix on Apr 12 2018, 22:55.

Details

Summary
  • Use fixed size types or size_t
  • Use C++11 style for loops
  • Use braces consistently
Test Plan
make check

Diff Detail

Repository
rABC Bitcoin ABC
Branch
serrefac
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 2310
Build 2758: Bitcoin ABC Buildbot (legacy)
Build 2757: arc lint + arc unit

Event Timeline

jasonbcox requested changes to this revision.Apr 13 2018, 06:31
jasonbcox added a subscriber: jasonbcox.
jasonbcox added inline comments.
src/serialize.h
760 ↗(On Diff #3491)

Is it possible to do const auto here?

This revision now requires changes to proceed.Apr 13 2018, 06:31

Thanks. Lots of good cleanup :)

This revision is now accepted and ready to land.Apr 13 2018, 18:48
This revision was automatically updated to reflect the committed changes.