Files
lotus/itests
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
..
2024-04-01 10:30:35 -05:00
2023-09-21 10:37:02 -05:00
2023-09-21 10:37:02 -05:00
2024-04-01 10:30:35 -05:00
2022-08-29 16:25:30 +02:00
2023-06-19 14:45:05 -07:00
2022-08-29 16:25:30 +02:00
2022-10-06 11:06:21 -04:00
2022-08-29 16:25:30 +02:00
2022-08-29 16:25:30 +02:00
2023-09-21 10:37:02 -05:00
2023-02-02 16:46:08 -05:00
2023-03-12 00:42:56 +00:00
2024-04-01 10:30:35 -05:00
2022-08-29 16:25:30 +02:00
2024-04-16 12:16:33 +02:00
2022-08-29 16:25:30 +02:00
2023-09-21 10:37:02 -05:00
2023-05-10 22:35:36 +02:00
2022-08-29 16:25:30 +02:00
2023-05-08 14:36:43 -04:00
2024-04-01 10:30:35 -05:00
2022-09-22 16:27:15 -04:00
2023-09-21 10:37:02 -05:00