erigon-pulse/consensus/ethash
Preston Van Loon 9af6811929 consensus/ethash: fix usage of *reflect.SliceHeader (#21372)
* consensus/ethash: only use *reflect.SliceHeader, not reflect.SliceHeader. See comment here: https://github.com/golang/go/issues/40397\#issuecomment-663748689

* consensus/ethash: pr feedback from @mdempsky, makes a copy of dest such that is not mutated

* consensus/ethash: remove noop assign

* consensus/ethash: apply same fix to another location

Co-authored-by: Péter Szilágyi <peterke@gmail.com>
Co-authored-by: Martin Holst Swende <martin@swende.se>
2021-03-08 12:18:14 +01:00
..
algorithm_test.go Revert "Extract validating interface (#1120)" (#1543) 2021-03-05 20:34:23 +00:00
algorithm.go consensus/ethash: fix usage of *reflect.SliceHeader (#21372) 2021-03-08 12:18:14 +01:00
api.go consensus/ethash: refactor remote sealer (#20335) 2019-12-09 12:12:12 +01:00
consensus_test.go Revert "Extract validating interface (#1120)" (#1543) 2021-03-05 20:34:23 +00:00
consensus.go Revert "Extract validating interface (#1120)" (#1543) 2021-03-05 20:34:23 +00:00
ethash_test.go Never store Ethash caches to disk (#944) 2020-08-20 11:12:51 +01:00
ethash.go Revert "Extract validating interface (#1120)" (#1543) 2021-03-05 20:34:23 +00:00
sealer_test.go Revert "Extract validating interface (#1120)" (#1543) 2021-03-05 20:34:23 +00:00
sealer.go Revert "Extract validating interface (#1120)" (#1543) 2021-03-05 20:34:23 +00:00