Commit Graph

89 Commits

Author SHA1 Message Date
J. Ayo Akinyele c297ef8c50 cleaning up and prep for uni impl 2018-08-24 03:18:36 -04:00
J. Ayo Akinyele f0bd5546cf more api updates to README 2018-08-17 02:00:06 -04:00
J. Ayo Akinyele af5ff70399 add api description to README and clean up vars 2018-08-16 18:05:01 -04:00
J. Ayo Akinyele 5ac39d5860 clean up and adding more comments 2018-08-15 10:29:02 -04:00
J. Ayo Akinyele 51da5d931c
Merge pull request #2 from rex4539/fix-typos
Fix typos
2018-08-15 08:34:46 -04:00
Dimitris Apostolou 6b3c9fcc67
Fix typos 2018-08-15 10:47:02 +03:00
J. Ayo Akinyele 1e5d34a07d minor edit for README 2018-08-15 02:04:44 -04:00
J. Ayo Akinyele cad745d80f clean up README and clproto.rs 2018-08-15 01:58:16 -04:00
J. Ayo Akinyele 3a9104ab86 minor updates to README 2018-08-14 13:44:09 -04:00
J. Ayo Akinyele 148141a47f update README 2018-08-14 13:12:28 -04:00
J. Ayo Akinyele 1046b9fa65 update doc target 2018-08-14 13:05:33 -04:00
J. Ayo Akinyele 6b875d2135 more clean up - prep for release 2018-08-14 13:00:44 -04:00
J. Ayo Akinyele ae5558e90b more clean up 2018-08-14 08:28:01 -04:00
J. Ayo Akinyele 11589f07bf clean up 2018-08-14 00:14:02 -04:00
J. Ayo Akinyele 054e646965 clean up 2018-08-13 23:57:23 -04:00
J. Ayo Akinyele 6ef9b1d3a7 more clean up 2018-08-13 18:19:58 -04:00
J. Ayo Akinyele 7cd78d391a updates 2018-08-13 18:18:14 -04:00
J. Ayo Akinyele fb261a917b add third-party payment option 2018-08-13 18:16:02 -04:00
J. Ayo Akinyele ca4f790cee sync libbolt with latest version of curve25519-dalek and bulletproofs 2018-08-10 03:13:57 -04:00
J. Ayo Akinyele ffbc8d8830 add check to make sure balance update differs by payment increment 2018-08-10 03:01:50 -04:00
J. Ayo Akinyele ecfefcbaf6 add third-party payments unit tests 2018-07-30 03:06:06 -04:00
J. Ayo Akinyele cb8fd7f274 more clean up 2018-07-29 20:44:08 -04:00
J. Ayo Akinyele 76227f2d46 remove old code 2018-07-25 22:59:47 -04:00
J. Ayo Akinyele 48005fffe0 adding more tests for libbolt 2018-07-25 22:19:03 -04:00
J. Ayo Akinyele c6b43fb749 minor clean up 2018-07-25 15:17:51 -04:00
J. Ayo Akinyele 5daf8f7c20 removing old docs 2018-07-25 01:06:50 -04:00
J. Ayo Akinyele 33ca35d1ec more unit tests and cleaning up 2018-07-25 00:56:41 -04:00
J. Ayo Akinyele de3d31ba08 add travis config 2018-07-24 21:44:16 -04:00
J. Ayo Akinyele 7a4b273dce adding tests to each module 2018-07-24 21:42:07 -04:00
J. Ayo Akinyele 0af51613bd minor updates to docs 2018-07-24 02:40:13 -04:00
J. Ayo Akinyele 26e2f3d641 complete integration of bullet proofs 2018-07-22 00:22:21 -04:00
J. Ayo Akinyele 4c2007b112 some cleanup 2018-07-14 23:00:12 -04:00
J. Ayo Akinyele 717c36e85f some refactoring 2018-07-14 21:17:00 -04:00
J. Ayo Akinyele ee09e20b43 add uni directional beginnings 2018-06-25 01:06:36 -04:00
J. Ayo Akinyele 26842ecae9 clean up -- moving zkp proof compiler to a new repo 2018-06-24 23:14:02 -04:00
J. Ayo Akinyele 815978b4e2 cleaning up 2018-06-24 14:10:23 -04:00
J. Ayo Akinyele 4548c73055 add proper opening of wpk in pay protocol 2018-06-23 13:54:01 -04:00
J. Ayo Akinyele 3cda586784 adding hooks to setup to disable extra verifications in establish/pay protocols 2018-06-20 01:14:56 -04:00
J. Ayo Akinyele b4d63eef9e updates 2018-06-18 23:19:53 -04:00
J. Ayo Akinyele c6c6fb6776 more improvements 2018-06-18 14:07:19 -04:00
J. Ayo Akinyele 17254d9710 minor updates 2018-06-15 01:18:20 -04:00
J. Ayo Akinyele d9471ca850 more clean up 2018-06-14 23:50:00 -04:00
J. Ayo Akinyele 375baafd1b clean up 2018-06-14 21:07:18 -04:00
J. Ayo Akinyele 3933f4468d tweaks to bolt design 2018-06-14 00:18:20 -04:00
J. Ayo Akinyele 4773ef793c cleaning up naming in pay protocol 2018-06-13 22:24:18 -04:00
J. Ayo Akinyele 57ef036426 payment protocol completion with tests 2018-06-13 20:28:37 -04:00
J. Ayo Akinyele 157e4884f9 proof of knowledge for valid sigs working 2018-06-12 14:30:24 -04:00
J. Ayo Akinyele 7c965f8659 updates -- sync'ing bases 2018-06-11 14:05:24 -04:00
J. Ayo Akinyele 50b728dd4e more improvements - pay protocol 2018-06-11 03:31:27 -04:00
J. Ayo Akinyele 09c70f7266 ceckpoint on libbolt resolve alg 2018-06-10 02:00:01 -04:00