Skip to content

Commit 17a887b

Browse files
ElestriasturuslanMarkuu-s
authored
Feature/cli_client (#660)
* retrieve core Signed-off-by: elestrias <[email protected]> * cli try Signed-off-by: turuslan <[email protected]> * validate Signed-off-by: turuslan <[email protected]> * options Signed-off-by: turuslan <[email protected]> * argv Signed-off-by: turuslan <[email protected]> * FFPlus Signed-off-by: elestrias <[email protected]> * ClientUpdates, DealStatus enum conversion Signed-off-by: elestrias <[email protected]> * Update CMakeLists.txt. Signed-off-by: Markuu-s <[email protected]> * Build tree. Signed-off-by: Markuu-s <[email protected]> * Actor update, notary Signed-off-by: elestrias <[email protected]> * Update wallet. Signed-off-by: Markuu-s <[email protected]> Co-authored-by: turuslan <[email protected]> Co-authored-by: Markuu-s <[email protected]>
1 parent 401e54f commit 17a887b

File tree

10 files changed

+997
-3
lines changed

10 files changed

+997
-3
lines changed

core/api/full_node/node_api.hpp

+5
Original file line numberDiff line numberDiff line change
@@ -576,6 +576,10 @@ namespace fc::api {
576576
InvocResult,
577577
const UnsignedMessage &,
578578
const TipsetKey &)
579+
API_METHOD(StateVerifiedRegistryRootKey,
580+
jwt::kReadPermission,
581+
Address,
582+
const TipsetKey &)
579583
API_METHOD(StateDealProviderCollateralBounds,
580584
jwt::kReadPermission,
581585
DealCollateralBounds,
@@ -844,6 +848,7 @@ namespace fc::api {
844848
f(a.PaychVoucherCreate);
845849
f(a.StateAccountKey);
846850
f(a.StateCall);
851+
f(a.StateVerifiedRegistryRootKey);
847852
f(a.StateDealProviderCollateralBounds);
848853
f(a.StateGetActor);
849854
f(a.StateGetRandomnessFromBeacon);

core/cli/node/CMakeLists.txt

+4
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ add_executable(fuhon-node-cli
99
target_link_libraries(fuhon-node-cli
1010
cli
1111
rpc
12+
car
13+
memory_indexed_car
14+
unixfs
15+
api_ipfs_datastore
1216
file
1317
)
1418
set_target_properties(fuhon-node-cli PROPERTIES

0 commit comments

Comments
 (0)