node/debug: Use derived serializers
The construction of the debug object is unwieldy, and error prone (for example, renamed struct members have to be manually renamed in the serialization code, see “refs” vs. “refsAt”).
Use derived serializers where possible to make this easier to maintain.
The construction of the debug object is unwieldy, and error prone (for example, renamed struct members have to be manually renamed in the serialization code, see “refs” vs. “refsAt”).
Use derived serializers where possible to make this easier to maintain.
Fix
Use cypheraddr directly
Rebase