This change - Removes the owner-notion from a stacktrie; the owner is only ever needed for comitting to the database, but the commit-function, the `writeFn` is provided by the caller, so the caller can just set the owner into the `writeFn` instead of having it passed through the stacktrie. - Removes the `encoding.BinaryMarshaler`/`encoding.BinaryUnmarshaler` interface from stacktrie. We're not using it, and it is doubtful whether anyone downstream is either. |
||
|---|---|---|
| .. | ||
| discovery.go | ||
| handler.go | ||
| metrics.go | ||
| peer.go | ||
| protocol.go | ||
| range_test.go | ||
| range.go | ||
| sort_test.go | ||
| sync_test.go | ||
| sync.go | ||
| tracker.go | ||