mirror of
https://github.com/status-im/sourcecred.git
synced 2025-02-12 04:26:39 +00:00
Similar to #390, we now allow filtering the results from `Graph.edges` by address prefixes. It's a little more complicated than #390, as we allow filtering by src, dst, or address. Test plan: Unit tests added. `yarn travis` passes. Paired with @wchargin