-
Notifications
You must be signed in to change notification settings - Fork 66
Problem: no tx-validation enclave attested TLS listener for receiving secrets from TDBE (fixes #1994) #2189
Conversation
bors try |
tryBuild failed: |
b9970ae
to
b506f7c
Compare
bors try |
tryBuild failed: |
b506f7c
to
55046eb
Compare
bors retry |
tryBuild succeeded: |
55046eb
to
9cdd554
Compare
bors try |
tryBuild failed: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Just one small question.
spawn_chain_abci_thread(chain_abci_receiver, storage.clone()); | ||
spawn_persistence_thread(persistence_receiver, storage); | ||
// FIXME: spawn these when they actually do something | ||
// spawn_chain_abci_thread(chain_abci_receiver, storage.clone()); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is chain_abci_thread
removed? Isn't it supposed to spawn a new thread?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it's not removed, it's commented out, as it's unused in this step
Codecov Report
@@ Coverage Diff @@
## master #2189 +/- ##
==========================================
- Coverage 59.44% 55.56% -3.88%
==========================================
Files 223 217 -6
Lines 31935 31382 -553
Branches 10717 10763 +46
==========================================
- Hits 18983 17437 -1546
- Misses 12597 13291 +694
- Partials 355 654 +299
|
… secrets from TDBE (fixes crypto-com#1994) Solution: made parts of TDBE helpers reusable + a simple listening for mock key being pushed by incomplete TDBE enclave code (launched in chain-abci) + build modifications
9cdd554
to
5d5d593
Compare
bors try |
tryBuild succeeded: |
bors r+ |
Build succeeded: |
Solution: made parts of TDBE helpers reusable + a simple listening for mock key being pushed
by incomplete TDBE enclave code (launched in chain-abci) + build modifications