lotus/chain/consensus
Masih H. Derkani f907354300 Refactor LookupID* APIs in StateManager and StateTree
The naming of `LookupID` can cause confusion when resolving actor IDs vs
 ID addresses. To avoid this:

* Refactor `StateTree` `LookupID` to `LookupIDAddress`, because it
returns ID address.
* Refactor `StateManager` `LookupID` to
`LookupIDAddress` because it also returns ID address via a chain call to
`StateTree`.
* Introduce a new API `StateManager` dedicated to resolving address to
actor ID, called `LookupID` which returns `abi.ActorID`.

For context, see:
 * https://github.com/filecoin-project/lotus/pull/11723#discussion_r1534728607
2024-04-24 15:25:48 +01:00
..
filcns chore: fix typos (#11848) 2024-04-10 09:01:29 -05:00
common.go Refactor LookupID* APIs in StateManager and StateTree 2024-04-24 15:25:48 +01:00
compute_state.go [WIP] feat: Add nv22 skeleton 2024-03-22 07:00:28 +01:00
iface.go feat: sync: validate (early) that blocks fall within range (#10691) 2023-04-22 10:15:31 -07:00
signatures.go Merge branch 'release/v1.20.0' into asr/merge-release-into-master 2023-02-03 09:27:04 -05:00
utils.go chore: fix imports 2022-06-14 17:00:51 +02:00