Commit 5072a67
authored
chore: Extract execution to own crate (#440)
* Pull down anyhow_error_and_log utility function (temp)
* Add skeleton threshold-algebra crate
* Add threshold-algebra crate
* Use new threshold-algebra crate
* Use new threshold-algebra crate
* Fix feature-gated invocations of old location of algebra
* Clean up error-utils
* Cleanup features a bit
* Don't re-export sharing from execution
* Rename `gen` module to `ggen` to avoid clashing with Rust reserved keyword
* Do not re-export Role
* Extract threading utilities to own crate: `thread-handles`.
* Sort out imports
* Update Cargo.lock
* Extract hashing to own crate
* Cleanup TODOs
* Merge conflicts
* Don't build full debug info in the test profile.
* chore: clippy fixes
* fix clippy warnings
* chore: clippy and test fixes
* Fix wasm build (I hope)
* Remove TODO
* fix conditional imports
* chore: extract execution and handle fallout. Not there yet.
* chore: fix session-id
* Moar files
* Repo type checks!
* Include execution in core-client
* Hackfix networking tests
* Ignore temp more broadly
* Ignore temp everywhere
* Move ddec test configs to the right place
* Add TODO about mismatched DkgMode in integration test
* Rename `ggen` to `proto_gen`
* Remove "non-wasm" feature from `threshold-algebra`
* Remove `algebra/slow_tests` feature just use `all_extension_degrees`
* Remove TODO that I will not address here (or ever).
* Cleanup thread-handles.
Use anyhow_error_and_log consistently
* Sort out TODO
* `error-utils` doesn't need any features
* Remove stale TODO
* Merge main
* move threshold/experimental into new threshold-experimental crate
* Add Cargo.toml for new crate
* fix threshold-experimental
* Move core/threshold/experimental to own crate: threshold-experimental
* Move BGV test scripts to new crate
* Fix build command in shell scripts
* Remove stale code
* Sort out the circular dependency for the `moby` binary and ExperimentalChoreoGrpcChoreography
* Sort out todos in session-id
* Resolve some TODOs in networking
* Crate description for execution
* Crate descr for thershold-types
* Crate descr for threshold-experimental
* Cleanup threshold-fhe's Cargo.toml
* Remove unused dependencies from threshold-networking
* Remove feature gated trait methods and plenty of other code that must be feature gated as a consequence.
* Remove unused deps from threshold-hashing
* More cleanup of features and unused deps
* Remove unused feature
* Just use strum and remove strum_macros
* Docs for ProtocolDescription
* Clean up TODOs
* Clean up TODOs
* Remove unused `PARAMS_DIR`
* Clean up TODOs
* Cleanup more TODOs
* Add new `test-utils` crate
* Add test-utils mini-crate. Likely more stuff will move here over time.
* Fix last usage of test-utils
* Clean up trivial TODOs
* Move randomness_checks to threshold-algebra
* Fix an import
* More cleanup
* More cleaup
* Fixed a few more todos
* Move Role and some opening types to threshold-types
* Adjust imports
* Fix self-reference in execution that causes cargo deny to panic
* formatting
* Sort out wasm builds
* Appease clippy
* More test fixes
* fix docker port
* More feature threading
* Propagate features
* Fix CI, part 32783718: ensure no big ass keys get generated when they mustn't.
* Clean up TODOs
* Upgrade `rstest` and get rid of `async-std`.
* Upgrade rstest to latest for less async-std
* Specify the async runtime for rstests
* chore: resolve an outstanding TODO
* chore: resolve outdated TODO
* chore: put back the funny looking test
* chore: resolve TODO – we're keeping threshold-experimental in the workspace (for now...)
* chore: trust the default feature
* chore: put clippy allows on the specific points rather than whole module
* Restore commented-out types in benchmarks
* chore: cleaner Cargo.toml
* chore: Restore spurious changes to backward-compatibility
* chore: cleanup and make consistent
* chore: move SessionId to threshold-types
* chore: wire up session_id module, fix imports
* chore: re-work the session_id tests suite to stop testing encryption/hashing
* chore: move the *logic* related to commitments to threshold-algebra, while keeping types in threshold-types
* chore: revert unrelated changes to sender_service
* chore: don't use aliases for execution and networking
* chore: Fix import1 parent 1207eeb commit 5072a67
File tree
309 files changed
+3480
-2763
lines changed- core-client
- src
- tests-utils/src
- core
- grpc
- src
- service
- src
- backup
- bin
- client
- tests
- centralized
- threshold
- conf
- cryptography
- attestation
- engine
- centralized
- service
- threshold
- service
- testing
- material
- setup
- util/key_setup
- vault
- keychain
- storage/crypto_material
- tests-utils
- tests
- test-utils
- src
- threshold-algebra
- src
- galois_rings
- sharing
- threshold-execution
- src
- communication
- endpoints
- large_execution
- malicious_execution
- communication
- endpoints
- large_execution
- online
- preprocessing/orchestration
- producer
- open
- runtime
- small_execution
- zk
- online
- preprocessing
- memory
- orchestration
- consumers
- producers
- redis
- runtime
- sessions
- sharing
- small_execution
- tests
- tfhe_internals
- zk
- threshold-experimental
- benches
- non-threshold
- bgv
- memory
- speed
- src
- algebra
- bfv
- bgv
- bin
- choreography
- test_scripts
- threshold-hashing
- threshold-networking
- protos
- src
- threshold-types
- src
- threshold
- benches
- non-threshold
- tfhe-rs
- memory
- speed
- examples
- src
- bin
- moby
- non-threshold
- choreography
- conf
- grpc
- tests
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
309 files changed
+3480
-2763
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
8 | 10 | | |
9 | 11 | | |
| 12 | + | |
| 13 | + | |
10 | 14 | | |
11 | | - | |
| 15 | + | |
| 16 | + | |
12 | 17 | | |
13 | 18 | | |
14 | 19 | | |
| |||
73 | 78 | | |
74 | 79 | | |
75 | 80 | | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
76 | 84 | | |
77 | 85 | | |
78 | 86 | | |
79 | 87 | | |
| 88 | + | |
80 | 89 | | |
| 90 | + | |
81 | 91 | | |
82 | | - | |
| 92 | + | |
83 | 93 | | |
84 | 94 | | |
85 | 95 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| 62 | + | |
62 | 63 | | |
63 | 64 | | |
64 | 65 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
350 | 350 | | |
351 | 351 | | |
352 | 352 | | |
353 | | - | |
| 353 | + | |
354 | 354 | | |
355 | 355 | | |
356 | 356 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
| 106 | + | |
106 | 107 | | |
107 | 108 | | |
108 | 109 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | 42 | | |
45 | 43 | | |
46 | 44 | | |
| |||
0 commit comments