plugeth/eth/protocols
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
..
eth core, eth, miner: start propagating and consuming blob txs (#28243) 2023-10-04 12:36:36 +03:00
snap trie: remove owner and binary marshaling from stacktrie (#28291) 2023-10-11 06:12:45 +02:00