Martin Holst Swende 8976a0c97a
trie: remove owner and binary marshaling from stacktrie (#28291)
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.
2023-10-11 06:12:45 +02:00
..
2023-09-29 10:52:22 +03:00
2023-09-29 10:52:22 +03:00
2023-09-29 10:52:22 +03:00
2023-10-03 07:44:01 -04:00
2023-10-10 10:22:03 +02:00
2014-12-04 10:28:02 +01:00
2017-05-25 17:14:33 +03:00
2022-09-07 20:21:59 +02:00
2023-03-30 06:53:32 -04:00