Page MenuHomePhabricator

[Chronik] Add `Group::ser_member`, remove `Into<Vec<u8>>` bound on `Group::Member`
ClosedPublic

Authored by tobias_ruck on Apr 3 2023, 13:23.

Details

Summary

This makes the code cleaner (no newtyping necessary to get custom serialization), and more flexible (groups can use &self) when serializing.

Test Plan

ninja check-crates

Diff Detail

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