Skip to content

Commit

Permalink
Modularization (#133)
Browse files Browse the repository at this point in the history
* Prepare for modularization

* Enable test to run locally

* Add diagram of module interaction

* Public key aggregated does not stop keyshare

* Rename E3RequestManager

* Close keyshare activity

* Move ciphernode selector to e3

* Remove helper modules

* Rename ActorFactory -> EventHook

* Remove old mods

* Tidy up request router

* Extract router

* Tests pass

* Tidy up dependencies

* Add OWO

* Use enclave binary

* Update factories to be called Lazy to better reflect their meaning

* Extract out tests module

* Fix wait for file bug

* Add formatting

* Add formatting to ci

* Format toml files

* Pin deps to workspace pt 1

* Pin deps to workspace pt 2

* Update packages/ciphernode/enclave/src/main.rs

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* Revert "Update packages/ciphernode/enclave/src/main.rs"

This reverts commit 79de7fe.

---------

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
ryardley and coderabbitai[bot] authored Oct 7, 2024
1 parent 532ba0a commit 45cf291
Show file tree
Hide file tree
Showing 74 changed files with 1,530 additions and 1,208 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/rust-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ jobs:
with:
toolchain: 1.81.0
override: true


- name: Checking code format
run: cd ./packages/ciphernode && cargo fmt -- --check

- name: Run tests
run: |
cd ./packages/ciphernode/
Expand Down
214 changes: 145 additions & 69 deletions packages/ciphernode/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 45cf291

Please sign in to comment.