lotus/node/modules
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
..
dtypes cleanup: miner: remove markets and deal-making from Lotus Miner (#12005) 2024-06-05 18:14:50 +04:00
helpers more lint fixes 2019-07-02 19:45:03 +02:00
lp2p chore: deps: prep for upstream removing ConstructNilRouting() 2024-06-19 11:20:21 +10:00
testing chore: migrate to boxo 2023-06-19 14:45:05 -07:00
tracer tracer: move es transport to net/http + format 2023-05-22 09:43:07 +02:00
actorevent.go fix: state: rename Actor.Address and only use it for f4 addresses (#12155) 2024-06-27 11:05:55 +04:00
alerts.go cleanup: miner: remove markets and deal-making from Lotus Miner (#12005) 2024-06-05 18:14:50 +04:00
blockstore.go chore: migrate to boxo 2023-06-19 14:45:05 -07:00
chain.go fix: chain: make failure to load the chain state fatal (#11426) 2023-11-29 16:01:26 +04:00
core.go refactor: stop using deprecated io/ioutil 2023-03-29 15:40:49 -04:00
ethmodule.go Rename internal events modules for clarity 2024-03-22 07:00:28 +01:00
faultreport.go master-to-sturdy 2023-09-21 10:37:02 -05:00
genesis.go chore: fix imports 2022-06-14 17:00:51 +02:00
mpoolnonceapi.go Add Mpool ref to raft state and rearrange some APIs 2022-09-29 10:56:57 +00:00
msgindex.go no need to return error from DummyMsgIndex DI constructor 2023-03-13 12:00:48 +02:00
paych.go chore: fix imports 2022-06-14 17:00:51 +02:00
services.go cleanup: miner: remove markets and deal-making from Lotus Miner (#12005) 2024-06-05 18:14:50 +04:00
stmgr.go hook the index into the rest of lotus 2023-03-12 15:25:07 +02:00
storage.go provider: Undo some hacks, move wdpost task to lpwindow pkg 2023-10-25 14:23:25 +02:00
storageminer_svc.go feat: curio: Move boost proxy into the main binary (#11783) 2024-04-03 11:31:43 -05:00
storageminer.go chore: types: remove more items forgotten after markets (#12095) 2024-06-17 10:01:20 +04:00