Commit Graph

8 Commits

Author SHA1 Message Date
ad0c284467
organized snp proto through shared crate 2025-03-17 20:40:31 +05:30
8e8e1d1a99
importing new proto file 2025-02-16 23:41:55 +02:00
76c88810a6
rename structs so that they say "VM" 2025-02-09 00:30:01 +02:00
0ed21fdf98
added auth 2025-02-04 04:07:06 +02:00
1a4cec421b
added payments for VM creation 2025-01-24 23:55:26 +02:00
abf09e8d26
modified code based on new snp proto 2025-01-18 04:00:32 +02:00
2a6c5d5e25 Initial update_vm functionality to be merged (#3)
Now measurement args gets passed as an argument for both newvm and updatevm responses
VM type now gets converted with the help of an intermediary function, reducing code duplication
Updated proto file accordingly

After merging, the whole code base still needs a major refactoring, error handling and a lot more checks to make sure daemon behaves as intended.

Co-authored-by: Ramil_Algayev <pro.remred@gmail.com>
Reviewed-on: SNP/daemon#3
Co-authored-by: ramrem <ralgayev@detee.ltd>
Co-committed-by: ramrem <ralgayev@detee.ltd>
2025-01-09 22:30:07 +00:00
3c6074f735 connected daemon to the brain (#2)
Instead of grabbing commands from files, the daemon now connects to the brain and receives commands via gRPC.

Reviewed-on: SNP/daemon#2
2024-12-30 20:45:01 +00:00