Commit Graph

9 Commits

Author SHA1 Message Date
4c36a4c1d1
allow VM nodes to offer multiple slot offers 2025-07-05 16:36:35 +03:00
6d37792640
switch from LP to credits
As part of open sourcing the software product, we should consider that
loyalty points are not the best language. Switching to "credits" makes
sense from a lot of points of view.

At the same time, this change allows an achitectural change towards
slots. Slots allow daemon resources to get booked based on the HW ratio
configured in the daemon config.
2025-06-24 22:59:24 +03:00
b8db315af9
add apache 2.0 license 2025-06-19 20:47:25 +03:00
d6ca058d2d
upon reconnecting, node should receive DELETED VMs 2025-05-20 00:31:54 +03:00
7ef7068932 surreal_brain_app (#3)
add support for apps on the surreal brain

Co-authored-by: Noor <noormohammedb@protonmail.com>
Reviewed-on: #3
2025-05-19 21:14:42 +00:00
d0d4622c52
enhance proto based on new DB capabilities 2025-04-26 20:41:02 +03:00
70e83dd0e9
add hostname to VmUpdateReq 2025-03-21 21:32:33 +02:00
e434b70a57
Refactor proto packages and add shared common.proto
seperated non vm related services into general protofile
shared common proto for types like Empty
rename proto packages
top level crate export for convenient imports
2025-03-18 22:58:22 +05:30
be4e41db05
Migrated SNP proto file and its From impls into its snp module and updated build configuration for snp proto 2025-03-17 20:33:01 +05:30