Skip to content
This repository has been archived by the owner on Jul 27, 2022. It is now read-only.

Problem:(CRO-661) not enough logging in debug enclave execution #740

Merged
merged 1 commit into from
Jan 3, 2020

Conversation

linfeng-crypto
Copy link
Contributor

solution: add some logs.

Copy link
Collaborator

@devashishdxt devashishdxt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bors r+

bors bot added a commit that referenced this pull request Dec 27, 2019
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]>
@bors
Copy link
Contributor

bors bot commented Dec 27, 2019

Build failed (retrying...)

bors bot added a commit that referenced this pull request Dec 27, 2019
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]>
@bors
Copy link
Contributor

bors bot commented Dec 27, 2019

Build failed

Copy link
Collaborator

@devashishdxt devashishdxt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@codecov
Copy link

codecov bot commented Dec 30, 2019

Codecov Report

Merging #740 into master will decrease coverage by 0.58%.
The diff coverage is 0%.

@@            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
Impacted Files Coverage Δ
enclave-protocol/src/error.rs 0% <0%> (ø)
enclave-protocol/src/lib.rs 54.47% <0%> (ø) ⬆️
client-core/src/wallet/default_wallet_client.rs 42.73% <0%> (-11.62%) ⬇️
client-common/src/transaction.rs 50% <0%> (-4.06%) ⬇️
client-core/src/service/wallet_service.rs 85.11% <0%> (-3.16%) ⬇️
chain-core/src/tx/data/input.rs 23.52% <0%> (-3.14%) ⬇️
...tion_builder/default_wallet_transaction_builder.rs 88.58% <0%> (-2.93%) ⬇️
client-rpc/src/rpc/wallet_rpc.rs 63.24% <0%> (-1.48%) ⬇️
chain-abci/src/main.rs 0% <0%> (ø) ⬆️
client-cli/src/command/transaction_command.rs 0% <0%> (ø) ⬆️
... and 7 more

Copy link
Contributor

@tomtau tomtau left a 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

@tomtau
Copy link
Contributor

tomtau commented Jan 2, 2020

bors try

bors bot added a commit that referenced this pull request Jan 2, 2020
@bors
Copy link
Contributor

bors bot commented Jan 2, 2020

try

Build failed

@tomtau
Copy link
Contributor

tomtau commented Jan 3, 2020

bors retry

bors bot added a commit that referenced this pull request Jan 3, 2020
@tomtau
Copy link
Contributor

tomtau commented Jan 3, 2020

bors try-

Copy link
Contributor

@tomtau tomtau left a 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

@tomtau
Copy link
Contributor

tomtau commented Jan 3, 2020

bors r+

bors bot added a commit that referenced this pull request Jan 3, 2020
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]>
@bors
Copy link
Contributor

bors bot commented Jan 3, 2020

@bors bors bot merged commit bba7fd6 into crypto-com:master Jan 3, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants