lotus/node/impl/full
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
..
actor_events_test.go feat(events): add "Raw" suffix to {Get,Subscribe}ActorEvents 2024-03-19 19:22:01 +11:00
actor_events.go feat(events): add "Raw" suffix to {Get,Subscribe}ActorEvents 2024-03-19 19:22:01 +11:00
chain.go chore: lint: fix lint errors with new linting config 2024-05-13 14:52:09 +10:00
dummy.go feat: Add trace transaction API (#12075) 2024-06-07 14:14:34 -04:00
eth_events.go chore: fix some function names (#12031) 2024-05-24 11:34:03 +10:00
eth_test.go chore: Merge nv22 into master (#11699) 2024-03-12 10:33:58 +01:00
eth_trace.go fix: state: rename Actor.Address and only use it for f4 addresses (#12155) 2024-06-27 11:05:55 +04:00
eth_utils.go fix: state: rename Actor.Address and only use it for f4 addresses (#12155) 2024-06-27 11:05:55 +04:00
eth.go fix: events index: record processed epochs and tipsets for events and eth_get_log blocks till requested tipset has been indexed (#12080) 2024-06-20 12:00:49 +04:00
gas_test.go fix make gen 2022-08-29 16:25:30 +02:00
gas.go Add tests for PCB/PCA batch splitting 2023-04-19 18:44:32 -04:00
mpool.go misc: Drop the raft-cluster experiment 2023-11-29 17:28:46 +01:00
multisig.go introduce v9 actors and nv17 2022-09-09 21:40:15 -04:00
state.go Update codename for NV23 (#12104) 2024-06-18 07:39:00 +02:00
sync.go skip migration cache correctly 2023-11-09 14:14:46 -05:00
txhashmanager.go feat: ETH compatibility in Filecoin : Support Homestead and EIP-155 Ethereum transactions("legacy" transactions) in Filecoin (#11969) 2024-06-05 09:25:50 +04:00
wallet.go fix: Don't call WalletExport in msg signing flows 2023-02-10 02:37:59 +01:00