lotus/chain/consensus/filcns
Steven Allen 5ac64aaad8 fix: state: rename Actor.Address and only use it for f4 addresses (#12155)
Per the FIP [1], the top-level actor address field should only be used
for delegated addresses. Unfortunately, the FIP's design was changed [2]
but neither lotus genesis code nor the field name were updated to
reflect this. Fortunately, all the migration code (on mainnet, at
least), has correctly left this field unset/unchanged (except for actors
with f4 addresses).

[1]: https://github.com/filecoin-project/FIPs/blob/master/FIPS/fip-0048.md#new-lookup_delegated_address-syscall-and-state-changes
[2]: https://github.com/filecoin-project/FIPs/blob/master/FIPS/fip-0048.md#recording-other-addresses-in-the-actorstate-root
2024-06-27 11:05:55 +04:00
..
filecoin.go feat: implement FIP-0063 2024-03-22 07:00:28 +01:00
FVMLiftoff.txt feat: move banner, embed, and run at v8 upgrade only 2022-06-22 12:41:14 -07:00
mine.go NV18: Filecoin EVM runtime + Actor Events + EthAccount + EAM + f4 addressing (#9998) 2023-01-13 19:11:13 +00:00
upgrades.go fix: state: rename Actor.Address and only use it for f4 addresses (#12155) 2024-06-27 11:05:55 +04:00
weight.go Address simple linter issues 2022-11-24 16:32:27 +00:00