-
Notifications
You must be signed in to change notification settings - Fork 66
Problem:(CRO-661) not enough logging in debug enclave execution #740
Conversation
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.
bors r+
695: Problem:(CRO-557) no way to import transactions (without a view key) r=devashishdxt a=linfeng-crypto solution: - add a interface `export_tx` for sender to get the plain transaction - add a interface `import_tx` for receiver to import the plain transaction and get the output UTXO 740: Problem:(CRO-661) not enough logging in debug enclave execution r=devashishdxt a=linfeng-crypto solution: add some logs. Co-authored-by: linfeng <[email protected]>
Build failed (retrying...) |
740: Problem:(CRO-661) not enough logging in debug enclave execution r=devashishdxt a=linfeng-crypto solution: add some logs. Co-authored-by: linfeng <[email protected]>
Build 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.
Fix these formatting errors:
https://travis-ci.org/crypto-com/chain/jobs/629881801#L1408
006ed0c
to
5648980
Compare
Codecov Report
@@ Coverage Diff @@
## master #740 +/- ##
==========================================
- Coverage 69.71% 69.12% -0.59%
==========================================
Files 131 132 +1
Lines 16745 16896 +151
==========================================
+ Hits 11674 11680 +6
- Misses 5071 5216 +145
|
5648980
to
5b904c9
Compare
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.
looks ok, just a few small changes
bors try |
tryBuild failed |
bors retry |
bors try- |
5b904c9
to
6685bce
Compare
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.
looks ok -- not sure if all the log levels are appropriate, but we can possibly fix that later if it's too chatty.
just one small formatting issue to fix -- https://travis-ci.org/crypto-com/chain/jobs/632149160#L1502
cargo fmt
should do
6685bce
to
bba7fd6
Compare
bors r+ |
740: Problem:(CRO-661) not enough logging in debug enclave execution r=tomtau a=linfeng-crypto solution: add some logs. Co-authored-by: linfeng <[email protected]>
solution: add some logs.