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

Add Schnorr Multi-Signatures #27

Merged
merged 73 commits into from
Jul 2, 2018
Merged

Add Schnorr Multi-Signatures #27

merged 73 commits into from
Jul 2, 2018

Conversation

bfeeser
Copy link
Contributor

@bfeeser bfeeser commented May 14, 2018

TODO:

  • Dockerfile / installdeps.sh updates
  • Fix segfault issues
  • Passing tests

Would appreciate any feedback, @metalicjames.

metalicjames and others added 30 commits April 9, 2018 14:21
…lacement for crypto.h/cpp with schnorr.h/cpp.
Created new branch to work on integrating schnorr. Created inital rep…
Not entirely sure what's causing this to happen. I though Lua code was executed in the same thread the execution was started from but perhaps not. Previously the code was blocking on a lock it was already has. As a workaround just remove the lock, it's kind of superfluous anyway since the Storage::Transaction already has a lock on the blockchain class' state.
…do transaction tests. To start is working template of single transaction. Fill it in when create wallet
@dci-jenkins
Copy link
Collaborator

Can one of the admins verify this patch?

@metalicjames
Copy link
Member

ok to test

@metalicjames
Copy link
Member

metalicjames commented Jun 9, 2018

TODO:

  • Integration tests (depends on Regression Unit Tests #25)
  • Schnorr key free functions (depends on upstream metalicjames/cschnorr)

metalicjames and others added 15 commits June 11, 2018 02:53
FastWriter and StyledWriter have been deprecated by upstream libjsoncpp. Switch to the recommended StreamWriterBuilder instead and manually specify our desired Json stringify style. For classes like Blockchain which keep a Storage poiner around all the time, we should refactor to uses a shared rather than static writer object to save time when writing Json to string.
…me (mit-dci#33)

When we replaced FastWriter with StreamWriterBuilder the output format changed (neglecting a trailing newline) and thus blockchain type IDs changed. Since that's consensus critical the new toString code needs to produce the same format string. Add a unit test to catch regressions.
* Linux static build nearly working

* Don't build the dynamic libck, SFML doesn't like it

* SFML link order matters, system after network

* Produce correct binary name
* Add premake5 script and remove un-used raft files

* Add docs build

* Support build options

* Apply lib-dir and include-dir to all projects

* Windows library names are different from linux

* More libs and a decl needed for windows

* Yet more libs for windows

* Windows cross-compile working via dockerfile with premake5

* Add OSX specific libs

* OSX cross-compile build completes with premake5

* Correct path for dylibbundler to use

* Linux static build with Dockerfile and premake5 working

* Move system specific library link commands to a function

* Remove custom Makefile, update installdeps.sh and readme

* Linux build requires gcov
@metalicjames metalicjames merged commit fdad4fc into mit-dci:master Jul 2, 2018
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.

6 participants