lotus/node
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
..
bundle fix circleci and fiximports 2023-11-15 13:06:51 +01:00
config chore: fix some typos in comments (#11892) 2024-04-18 10:34:20 +02:00
hello AggregateProofType nil when doing batch updates 2024-03-22 07:00:28 +01:00
impl Refactor LookupID* APIs in StateManager and StateTree 2024-04-24 15:25:48 +01:00
modules fix(events): properly decorate events db errors (#11856) 2024-04-10 09:00:10 -05:00
repo feat: ipfs: remove IPFS client backend (#11661) 2024-04-04 07:35:54 -07:00
builder_chain.go feat: ipfs: remove IPFS client backend (#11661) 2024-04-04 07:35:54 -07:00
builder_miner.go make db config in lotus-miner actually optional 2023-11-23 17:57:03 +01:00
builder.go misc: Drop the raft-cluster experiment 2023-11-29 17:28:46 +01:00
fxlog.go chore: fix imports 2022-06-14 17:00:51 +02:00
health.go fix circleci and fiximports 2023-11-15 13:06:51 +01:00
options.go fix circleci and fiximports 2023-11-15 13:06:51 +01:00
rpc.go shed: boost-proxy 2024-02-16 21:22:15 +01:00
shutdown_test.go fix circleci and fiximports 2023-11-15 13:06:51 +01:00
shutdown.go Set notifications for SIGTERM and SIGINT when we start the cli 2022-12-15 12:54:41 -05:00
testopts.go fix circleci and fiximports 2023-11-15 13:06:51 +01:00