* development_grid_deploy:
Restore all needed for basic deployments, add vm example
Update griddriver to use prebuilt binary
Return Deployer and update references
Update module paths
Update grid proxy module path
commetbft
cleanup client for grid
* development_bizmodel: (93 commits)
s
Revert "test: add cmdline parser tests"
test: add cmdline parser tests
markdown code
...
revert
...
..deployments
...
bump version to 1.0.21
...
bump version to 1.0.20
...
fix tests and example
bump version to 1.0.19
bump version to 1.0.18
bump version to 1.0.17
...
...
bump version to 1.0.16
...
# Conflicts:
# lib/web/docusaurus/config.v
- Added a client and server for a simple key-value store.
- Improved documentation with client and server usage examples.
- Created client and server implementations using the V language.
- Adds a new lightweight key-value store server implemented in V.
- Includes basic CRUD operations (`set`, `get`, `delete`).
- Provides configurable host and operation restrictions for security.
- Offers middleware for logging and request validation.
- Supports incremental mode for automatic ID generation.
- Includes comprehensive documentation and example usage.
- Adds unit tests to ensure functionality and stability.
- Added a new documentation file explaining the Mycelium Streamer
example, covering setup, prerequisites, and execution.
- This provides users with clear instructions on how to use the
example project.