Page MenuHomePhabricator

Use bitcoin's serialization and uint256 implementation in the seeder.
ClosedPublic

Authored by deadalnix on Sep 26 2017, 22:01.

Diff Detail

Repository
rABC Bitcoin ABC
Branch
seederser
Lint
Lint Passed
SeverityLocationCodeMessage
Auto-Fixsrc/seeder/main.cpp:1CFMTCode style violation
Unit
No Test Coverage
Build Status
Buildable 928
Build 928: arc lint + arc unit

Event Timeline

In file included from ./seeder/netbase.h:8:
./serialize.h:553:6: error: member reference base type 'const long' is not a structure or union
    a.Serialize(os);
    ~^~~~~~~~~~

And

./serialize.h:558:6: error: member reference base type 'long' is not a structure or union
    a.Unserialize(is);

I'm still unable to compile this on a mac, but this does remove some warnings. I'll look at fixing the two remaining errors as soon as I can.

This revision is now accepted and ready to land.Oct 3 2017, 02:49
This revision was automatically updated to reflect the committed changes.