mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-22 03:30:37 +00:00
0a31f5ac2a
Works around a flaw in the upgrade logic of the system contracts. Since they are updated directly, without first being self-destructed and then re-created, the usual incarnation logic does not get activated, and all historical records of the code of these contracts are retrieved as the most recent version. This problem will not exist in erigon3, but until then, a workaround will be used to access code of such contracts through a special structure, `SystemContractCodeLookup` Fixes https://github.com/ledgerwatch/erigon/issues/5865 Co-authored-by: Alexey Sharp <alexeysharp@Alexeys-iMac.local> |
||
---|---|---|
.. | ||
bind | ||
abi_test.go | ||
abi.go | ||
argument.go | ||
doc.go | ||
error.go | ||
event_test.go | ||
event.go | ||
method_test.go | ||
method.go | ||
pack_test.go | ||
pack.go | ||
packing_test.go | ||
reflect_test.go | ||
reflect.go | ||
topics_test.go | ||
topics.go | ||
type_test.go | ||
type.go | ||
unpack_test.go | ||
unpack.go |