Commit Graph

48 Commits

Author SHA1 Message Date
5ed451d09b docs(mpc): add README documentation for MPC library 2026-01-07 23:39:42 -05:00
f66f6f5533 chore(deps): update dependencies for enclave module 2026-01-07 23:39:40 -05:00
a81270aa34 chore: add todo list for enclave implementation 2026-01-07 21:54:32 -05:00
7dbacec74f chore(deps): update dependencies 2026-01-07 21:10:00 -05:00
ebb5ecac62 Merge pull request 'feat: Concurrent SQLite Session Manager' (#2) from feat/ipfs-helia into main 2026-01-08 02:07:09 +00:00
a0b3eeb345 style(example): update styles and remove unused IPFS elements 2026-01-07 21:05:47 -05:00
2decc7a154 refactor(enclave): remove IPFS integration 2026-01-07 21:05:27 -05:00
f3a372123f feat(keybase): add action manager for concurrent database operations 2026-01-07 21:00:22 -05:00
7187743e83 refactor(main): integrate keybase package for account, credential, session, and grant management 2026-01-07 21:00:19 -05:00
9a407dac26 refactor(example): update html and add IPFS status display 2026-01-07 20:22:22 -05:00
2e2b5e8fa8 feat(enclave): add ipfs support 2026-01-07 20:16:57 -05:00
68c4632f58 Merge pull request 'Add Extism JS Async Lib and State' (#1) from feat/sdk into main
Reviewed-on: #1
2026-01-08 01:06:57 +00:00
49747f502a refactor(build): migrate build script to use bun build command directly 2026-01-07 20:05:49 -05:00
84d7609da9 refactor(state): extract state management to dedicated package 2026-01-07 20:03:46 -05:00
860f9bdaac init(state): add state package for enclave state management 2026-01-07 19:59:28 -05:00
1f1269ab34 style(example): improve styling and add clear button to card log sections 2026-01-07 19:59:27 -05:00
9a641c0e44 refactor(main): extract types into separate package 2026-01-07 19:53:40 -05:00
82a82f6ada feat(types): add types for enclave functions 2026-01-07 19:47:15 -05:00
0303b523c1 refactor(main): replace strings.Fields with strings.FieldsSeq for consistent field handling 2026-01-07 19:47:14 -05:00
ee4de86bc1 feat(keybase): add encrypted key storage database 2026-01-07 19:42:14 -05:00
9c1a488d55 refactor(keybase): migrate database implementation to keybase package 2026-01-07 19:42:12 -05:00
b68052d93f fix(db): remove sqlc generated db files due to dependency update issues 2026-01-07 19:42:11 -05:00
ae4f20c261 feat(database): add in-memory SQLite database implementation 2026-01-07 19:28:57 -05:00
6cd55e4041 feat(did): implement database initialization, serialization and loading 2026-01-07 19:28:56 -05:00
8be9e0ce9c docs(readme): add database schema documentation 2026-01-07 19:28:55 -05:00
15bbff47db init(db): add database querier and models 2026-01-07 19:28:54 -05:00
fc586119f9 style(config): rename database schema image for consistency 2026-01-07 19:28:53 -05:00
21f7ee4bc1 feat(enclave): add ping function for echoing input messages 2026-01-07 18:57:11 -05:00
dca8ac95b9 refactor(enclave): add runInWorker option to plugin creation for better performance 2026-01-07 18:53:48 -05:00
fff50da2b4 refactor(build): add c-shared buildmode to wasm plugin compilation 2026-01-07 18:49:14 -05:00
2a0fa9ebf8 init(motr-enclave): Setup motr-enclave package 2026-01-07 18:34:00 -05:00
9dc64814b4 refactor(MAKEFILE): migrate to Vite and remove sqlc dependency 2026-01-07 18:33:59 -05:00
a46f8bcfec docs(readme): update readme with new cli and usage information 2026-01-07 18:33:57 -05:00
c1f29eba77 chore(config): add database diagram asset 2026-01-07 18:33:56 -05:00
31cd47f47f fix(main): hardcode timestamps for testing purposes 2026-01-07 17:26:30 -05:00
f0fdded8ac refactor(example): migrate to Vite dev server and update Extism dependency 2026-01-07 17:20:25 -05:00
a26c2379bc chore(example): add example project structure and dependencies 2026-01-07 17:09:44 -05:00
dd05304177 refactor(build): update Makefile to use example build directory and simplify serve target 2026-01-07 17:09:43 -05:00
8073405b7f docs(AGENTS): add agent guidelines for Motr Enclave 2026-01-07 16:46:31 -05:00
d1ebfa5fc6 refactor(build): migrate from TinyGo to native Go for WASM build 2026-01-07 16:46:29 -05:00
63b1ec89ad docs(readme): update build and test commands for Go 1.25+ and TinyGo removal 2026-01-07 16:46:27 -05:00
aa1fcb9a8c init(go): Setup go-pdk plugin for enclave state management using WebAuthn credentials 2026-01-07 14:26:26 -05:00
0f8e0da8a4 refactor(build): migrate build process to use TinyGo for WASM plugin 2026-01-07 14:26:25 -05:00
e271062313 docs(readme): update enclave readme to reflect extism plugin changes 2026-01-07 14:26:24 -05:00
b13901df62 init(build): add Makefile and dependencies for building and testing enclave 2026-01-07 14:20:23 -05:00
262e7b869e docs(enclave): add migration guide and database schema documentation 2026-01-07 14:20:21 -05:00
873230cdb3 init(db): add database schema and queries for enclave data storage 2026-01-07 14:20:20 -05:00
9dbb81d5ec chore(config): add repository configuration file 2026-01-07 14:20:18 -05:00