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

Remove crypto dependency from SCP #2048

Merged
merged 2 commits into from Apr 12, 2019

Conversation

MonsieurNicolas
Copy link
Contributor

@MonsieurNicolas MonsieurNicolas commented Apr 12, 2019

This PR moves crypto responsibilities from SCP into the application.

This change:

  • allows to not sign messages that don't get sent (performance) (turns out we cannot do this, so I removed this commit)
  • makes it easier to use different crypto schemes (or no crypto at all for simulation)

@MonsieurNicolas MonsieurNicolas added this to To do in v11.0.0 via automation Apr 12, 2019
@MonsieurNicolas
Copy link
Contributor Author

r+ 842024e822eed1333d04dd70c5af89ebf98471be

@MonsieurNicolas
Copy link
Contributor Author

r+ aaac85c01de6d800c240ad8f31c97c236dcbdb14

@MonsieurNicolas
Copy link
Contributor Author

r+ cab5be0

latobarita added a commit that referenced this pull request Apr 12, 2019
Remove crypto dependency from SCP

Reviewed-by: MonsieurNicolas
@latobarita latobarita merged commit cab5be0 into stellar:master Apr 12, 2019
v11.0.0 automation moved this from To do to Done Apr 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
v11.0.0
  
Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants