code for working with the databases inside hero
- Add `signature_data` field to `ContractSigner` to store base64 encoded signature image data. Allows for storing visual signatures alongside electronic ones. - Implement `sign` method for `ContractSigner` to handle signing with optional signature data and comments. Improves the flexibility and expressiveness of the signing process. - Add Rhai functions for signature management, including signing with/without data and clearing signature data. Extends the Rhai scripting capabilities for contract management. - Add comprehensive unit tests to cover the new signature functionality. Ensures correctness and robustness of the implementation. - Update examples to demonstrate the new signature functionality. Provides clear usage examples for developers. |
||
---|---|---|
acldb | ||
adapter_macros | ||
herodb_old | ||
heromodels | ||
heromodels_core | ||
heromodels-derive | ||
ourdb | ||
prompts | ||
radixtree | ||
rhai_client_macros | ||
specs/models | ||
tst | ||
.gitignore | ||
herodb_ourdb_migration_plan.md | ||
instructions.md | ||
mcc_models_standalone_plan.md | ||
model_trait_unification_plan.md | ||
standalone_ourdb_example.rs | ||
tst_implementation_plan.md | ||
tst_integration_plan.md |