Commit 5423d73
committed
feat: update dependencies and add registry functionality
- Updated `ed25519-dalek` to version 2.2.0 with additional features.
- Added `reqwest` dependency for HTTP requests.
- Implemented health check endpoint in `root_controller`.
- Introduced registry module with functionality to register nodes.
- Enhanced main application to load and generate node keys, and register with the registry.
- Created utility functions for managing node keys, including loading, generating, signing, and verifying messages.
- Updated routing to include health check endpoint.1 parent 4c41555 commit 5423d73
11 files changed
Lines changed: 880 additions & 19 deletions
File tree
- src
- controllers
- registry
- routes
- utils
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
0 commit comments