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

[WIP] fix up bridge module bugs #65

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

m3ngyang
Copy link
Contributor

bridge module doesn't work currently. This pr aims to fix the problem. #51

@danintel
Copy link
Contributor

The build failed because you are missing a "DCO line".
For you it will be something like:

Signed-off-by: m3ngyang [email protected]

For details, see
https://github.com/hyperledger-labs/trusted-compute-framework/blob/master/CONTRIBUTING.md

This is a legal requirement of The Linux Foundation and the Hyperledger consortium.

Rebase your commit and force push to update.

@@ -14,7 +14,7 @@

[KvStorage]
StoragePath = "config/Kv_Shared_tmp"
StorageSize = "1 TB"
StorageSize = "1 GB"
Copy link
Contributor

Choose a reason for hiding this comment

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

1 GByte is very small. The space for the file is not allocated until used, so 1 TByte allows room to grow.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

1 GB is only for local test, which won't be included in the final commit.

@Ram-srini
Copy link
Contributor

@m3ngyang Can you please update your commit with sign off message.

Signed-off-by: mengyang02 <[email protected]>
@m3ngyang
Copy link
Contributor Author

@Ram-srini singed off. but this pr is not finished.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants