Commit Graph

16 Commits

Author SHA1 Message Date
0b43abf687
Add apache2.0 license 2025-06-13 03:30:32 +03:00
fb8558f7a9
add support for localhost brain 2025-04-22 18:34:54 +03:00
896884a1e1 change testing to testnet 2025-03-31 15:42:43 +00:00
53cdf34bb6
fixed docker related bugs or the testnet 2025-03-29 22:56:45 +02:00
e4db755b18 Fix tonic TLS issues (#1)
Co-authored-by: Noor <noormohammedb@protonmail.com>
Reviewed-on: #1
2025-03-29 18:14:45 +00:00
383908b171
added support for self signed TLS certificates 2025-03-28 23:35:53 +02:00
7d7200bca4
feat: app UUID cli completion 2025-03-24 16:42:40 +05:30
88d3207cb5
fix clippy warnings 2025-03-21 20:42:46 +05:30
ba872917c2
refactor: reorganize super-cli gRPC method to general module
change grpc type import as  proto in snp grpc module
and updated its related imports
2025-03-21 18:11:04 +05:30
a3d604845b
removed some of the unwraps; more testing required 2025-03-21 03:49:16 +02:00
422e04a538
moved keys out of config
I believe we are currently not expecting users to change keys.
If we do, I believe we should think about the UX of changing sensitive
data in the CLI.

Also changed "signing key" to "mrsigner key", since all keys are used
for signing.
2025-03-21 02:38:20 +02:00
53a654577d
fix clippy warnings 2025-03-20 22:12:04 +05:30
daff2fd533
fix: tokio block on error
replace retry crate with tokio-retry for asynchronous app deployment and config updates
change hratls and sign key data to Config
refactor mr_signer format to save in config
modularized deploy and config update functionality for better code arrangements
2025-03-20 21:33:01 +05:30
bb861fe817
refactor: replace direct block_on calls with utils::block_on for consistency 2025-03-20 16:44:57 +05:30
f220e200ec
feat: add hratls_pubkey and mrsigner_pubkey to config AccountData and update related methods 2025-03-20 16:21:11 +05:30
ba19eb4ec1
code migration 2025-03-16 22:28:19 +02:00