• Joined on 2023-12-12
lee pushed to main at herocode/herocoordinator 2025-08-22 21:19:25 +00:00
bc30c9cc89 Add supervisor API
lee pushed to main at herocode/herocoordinator 2025-08-22 12:09:21 +00:00
7ce19f8b6d Add validation for service methods
bc6cb16732 General code improvements
Compare 2 commits »
lee pushed to main at herocode/herocoordinator 2025-08-22 10:46:06 +00:00
74995fa6fe Add job status update in service layer
lee pushed to main at herocode/herocoordinator 2025-08-22 10:28:59 +00:00
f30706a25a Add service layer to abstract business logic
lee pushed to main at herocode/herocoordinator 2025-08-22 09:34:43 +00:00
208d18c280 Allow updating job status in DB
lee pushed to main at herocode/herocoordinator 2025-08-22 09:02:59 +00:00
e45e5939e9 Improve doc comment
e57c76fb36 Allow updating DAG
Compare 2 commits »
lee pushed to main at herocode/herocoordinator 2025-08-21 21:36:27 +00:00
1939a3d09d Add DAG loading to spec
ec91a15131 Implement DAG for flow
Compare 2 commits »
lee pushed to main at herocode/herocoordinator 2025-08-21 13:38:28 +00:00
eb69a44039 Improve rpc api return objects encoding
lee pushed to main at herocode/herocoordinator 2025-08-21 12:08:07 +00:00
30b7acdaba Fix some quirks
lee pushed to main at herocode/herocoordinator 2025-08-21 11:56:44 +00:00
9482a4e3ee Bump jsonrpsee to latest version
04669eb638 Bump redis to latest version
62c200b5bd Add openrpc API
Compare 3 commits »
lee pushed to main at herocode/herocoordinator 2025-08-21 09:26:40 +00:00
c5f0f80492 Add redis storage driver
lee pushed to main at herocode/herocoordinator 2025-08-20 13:25:13 +00:00
2531885b69 Add redis driver
9830abc2dc Add CLI parsing
Compare 2 commits »
lee pushed to main at herocode/herocoordinator 2025-08-20 12:04:18 +00:00
acf875ed33 Add basic models
lee pushed to main at herocode/herocoordinator 2025-08-20 10:36:36 +00:00
b769fa63f7 Add core dependencies
95487c9741 Init rust project
Compare 2 commits »
lee commented on issue herocode/herolib_rust#8 2025-05-16 14:04:43 +00:00
fix sals for vault

Code is on branch development_lee. There is 1 Vault type, which is the entry point. A vault can open a keyspace with a password.…

lee pushed to development_lee at herocode/herolib_rust 2025-05-16 13:20:07 +00:00
e5a4a1b634 Add tests for symmetric keys
7f55cf4fba Add tests for asymmetric keys, add public key export
Compare 2 commits »
lee pushed to development_lee at herocode/herolib_rust 2025-05-16 12:37:35 +00:00
365814b424 Fix signature key import/export, add tests
lee pushed to development_lee at herocode/herolib_rust 2025-05-16 09:25:04 +00:00
d29a8fbb67 Rename Store to Vault and move to lib root
lee pushed to development_lee at herocode/herolib_rust 2025-05-15 11:54:02 +00:00
2014c63b78 Remove old files
2adda10664 Basic API
Compare 2 commits »
lee pushed to development_lee at herocode/herolib_rust 2025-05-14 17:21:39 +00:00
7b1908b676 Use kvstore as backing
e9b867a36e Individiual methods for keystores
78c0fd7871 Define the global KeySpace interface
Compare 3 commits »