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
Branch
chronik-group-ser_member
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 22906
Build 45432: Build Diffbuild-chronik
Build 45431: arc lint + arc unit