Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

private-tx demo #61

Merged
merged 44 commits into from
Oct 3, 2019
Merged

private-tx demo #61

merged 44 commits into from
Oct 3, 2019

Conversation

brenzi
Copy link
Collaborator

@brenzi brenzi commented Sep 26, 2019

fixes #45

Changes

  • depending on substrate 9b08e7ff
  • using our substrate-api-client (incl no_std in enclave)
  • forking substrate-application-crypto crate
  • dropped WASM entirely (hopfully to be replaced by ink!
  • refactored STF to its own (exchangeable) crate
  • added private-tx demo and minimal doc

TODO:

Alain Brenzikofer added 30 commits September 13, 2019 23:19
Copy link
Contributor

@electronix electronix left a comment

Choose a reason for hiding this comment

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

Code looks fine, only minor points. I would run cargo fmt on the codebase

README.md Outdated Show resolved Hide resolved
README.md Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
README.md Show resolved Hide resolved
application-crypto/Cargo.toml Show resolved Hide resolved
client/src/lib.rs Show resolved Hide resolved
client/src/main.rs Show resolved Hide resolved
worker/src/main.rs Show resolved Hide resolved
@brenzi
Copy link
Collaborator Author

brenzi commented Sep 27, 2019

build is currently broken because of a merge in substrate-api-client....

@brenzi
Copy link
Collaborator Author

brenzi commented Sep 27, 2019

about cargo fmt: This really makes merging painful. I think we can do it at a moment where we can delete all branches

worker/src/main.rs Outdated Show resolved Hide resolved
client/src/main.rs Outdated Show resolved Hide resolved
@brenzi
Copy link
Collaborator Author

brenzi commented Oct 1, 2019

M5 docker demo is working: https://github.com/scs/substraTEE/tree/brenzi-private-tx
I think this concludes the tests.

@brenzi brenzi merged commit 5ac1676 into master Oct 3, 2019
@brenzi brenzi deleted the brenzi-private-tx branch October 3, 2019 09:46
@haerdib haerdib mentioned this pull request Jul 2, 2021
clangenb added a commit that referenced this pull request Nov 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

private tx example (native)
3 participants