noormohammedb
  • Joined on 2024-10-01
noormohammedb pushed to main at testnet/detee-cli 2025-03-21 20:02:14 +00:00
4bd6b48877 feat: add app-node inspect
noormohammedb pushed to main at testnet/brain-mock 2025-03-21 19:54:53 +00:00
c48b4bf75e fix: app node pricing while registering
noormohammedb pushed to main at testnet/brain-mock 2025-03-21 16:38:58 +00:00
d8ca1c4968 fix: update list_operator app_nodes assignment to reflect actual length and vec of app nodes in inpsect operator
noormohammedb pushed to main at testnet/detee-cli 2025-03-21 15:54:14 +00:00
bf8a4f3a8b feat: add app-node search
noormohammedb pushed to main at testnet/detee-cli 2025-03-21 15:12:55 +00:00
88d3207cb5 fix clippy warnings
noormohammedb pushed to main at testnet/detee-cli 2025-03-21 15:08:36 +00:00
683c49564d refactor: move report_node grpc call to general module and update CLI handler
noormohammedb pushed to main at testnet/brain-mock 2025-03-21 14:45:32 +00:00
b4a80faf55 fix: update list_operator app_nodes assignment to reflect actual length
noormohammedb created branch fix_operator_app_node_count in testnet/brain-mock 2025-03-21 14:36:41 +00:00
noormohammedb pushed to fix_operator_app_node_count at testnet/brain-mock 2025-03-21 14:36:41 +00:00
b4a80faf55 fix: update list_operator app_nodes assignment to reflect actual length
noormohammedb pushed to main at testnet/detee-cli 2025-03-21 14:15:21 +00:00
703a3e2c18 refactor: separate clap command logic into a function
noormohammedb pushed to main at testnet/detee-cli 2025-03-21 12:41:14 +00:00
ba872917c2 refactor: reorganize super-cli gRPC method to general module
noormohammedb pushed to main at testnet/detee-cli 2025-03-21 11:39:07 +00:00
62999d2469 refactor: reorganize gRPC module and update operator handling
noormohammedb pushed to main at testnet/detee-cli 2025-03-20 16:42:13 +00:00
53a654577d fix clippy warnings
noormohammedb pushed to main at testnet/detee-cli 2025-03-20 16:32:14 +00:00
11ccdb54c7 refactor: move account handling and completion functions to general cli handler
8936d19c39 refactor: move packager cli handle and module into general for better organization
Compare 2 commits »
noormohammedb pushed to main at testnet/detee-cli 2025-03-20 16:23:37 +00:00
36df27f3e6 refactor: cli handle operator and operator.rs moved to general module
de8f761e1f refactor: handle_vm_nodes function to snp cli handler
Compare 2 commits »
noormohammedb pushed to main at testnet/detee-cli 2025-03-20 16:10:31 +00:00
30fc217ac3 feat: implement VM command handling in snp module for enhanced CLI functionality
noormohammedb pushed to main at testnet/detee-cli 2025-03-20 16:03:12 +00:00
daff2fd533 fix: tokio block on error
noormohammedb pushed to main at testnet/detee-cli 2025-03-20 11:21:47 +00:00
4d17ba6667 feat: move sgx utility functions to sgx/utils module for better organization
noormohammedb pushed to main at testnet/detee-cli 2025-03-20 11:15:07 +00:00
bb861fe817 refactor: replace direct block_on calls with utils::block_on for consistency
noormohammedb pushed to main at testnet/detee-cli 2025-03-20 10:51:22 +00:00
f220e200ec feat: add hratls_pubkey and mrsigner_pubkey to config AccountData and update related methods