Commit Graph

251 Commits

Author SHA1 Message Date
J. Ayo Akinyele c947a446ea Additional verification to establish prior to issuing close token 2019-08-27 09:56:02 -04:00
J. Ayo Akinyele 3c0f087ff6 Add wtp logic 2019-08-26 11:08:49 -04:00
J. Ayo Akinyele e36ad50857 More cleanup 2019-08-23 00:50:41 -04:00
J. Ayo Akinyele 523121fcdc Extend bolt interface with beginnings of wtp logic for on-chain tx
validation
2019-08-22 20:52:25 -04:00
J. Ayo Akinyele 68ed3a0711 Clean up merchant close and more tests 2019-08-20 19:09:01 -04:00
J. Ayo Akinyele ef3be30ea5 Minor update to README 2019-08-19 18:30:09 -04:00
J. Ayo Akinyele 498263a9cc Add partial reveal for NIZK during establish and unit tests for commit opening 2019-08-19 18:29:26 -04:00
J. Ayo Akinyele aaaccaeba0 More clean up and renaming structs for cust/merch 2019-08-16 12:29:01 -04:00
J. Ayo Akinyele 6ea87ec752 Clean up vars and toml file 2019-08-13 02:18:17 -04:00
J. Ayo Akinyele adb38c0efd Clean up 2019-08-12 23:45:57 -04:00
J. Ayo Akinyele c5c475dfe6 Clean up 2019-08-12 22:47:21 -04:00
J. Ayo Akinyele 973265508d Rename customer_refund to customer_close 2019-08-12 13:30:42 -04:00
J. Ayo Akinyele d465dcd630 More clean up and better error handling 2019-08-11 05:48:46 -04:00
J. Ayo Akinyele 0421d00f5e More updates and clean up 2019-08-11 03:36:41 -04:00
J. Ayo Akinyele 628c167748
Merge pull request #10 from boltlabs-inc/nizk
Nizk updates
2019-08-09 07:31:07 -07:00
Gijs Van Laer 95122147b4 nizk: make range proof independent + check for identity + partial reveal 2019-08-08 16:21:01 +02:00
Gijs Van Laer 4a478cb19f nizk: fix for negative epsilon 2019-08-08 14:41:59 +02:00
J. Ayo Akinyele ede04922be More updates to error handling 2019-08-08 02:57:15 -07:00
J. Ayo Akinyele 180504e7ae Add error handling to channel utils 2019-08-08 02:52:52 -07:00
J. Ayo Akinyele afef20dc4f Clean up comments 2019-07-31 23:11:02 -04:00
J. Ayo Akinyele beb367acbb Updates to ffishim and adding updated py example 2019-07-31 22:31:10 -04:00
J. Ayo Akinyele 15b0dfd729 Updates to ffishim, serialization routines and clean up 2019-07-31 22:06:57 -04:00
J. Ayo Akinyele 6f31940052 More updates 2019-07-30 17:25:27 -04:00
J. Ayo Akinyele ddc37fb9df cleaning up tests for libbolt 2019-07-30 01:37:32 -04:00
J. Ayo Akinyele 9cf6d734b4 wip ffishim and adding tests for libbolt 2019-07-30 00:53:58 -04:00
J. Ayo Akinyele be2dc562cd Adding serde support to cl structs 2019-07-29 17:13:40 -04:00
J. Ayo Akinyele 1c91cf03fe new libbolt interface with fixes and improvements to internal state management 2019-07-29 01:18:40 -04:00
J. Ayo Akinyele 2cd297ce00 fix channels pub mod 2019-07-28 03:14:06 -04:00
J. Ayo Akinyele 0636409640 remove channels.rs 2019-07-28 03:12:13 -04:00
J. Ayo Akinyele 3c456d003a updates to channel utils 2019-07-28 02:37:24 -04:00
J. Ayo Akinyele 424a693b95 more updates to channel core utils 2019-07-27 15:09:03 -04:00
J. Ayo Akinyele 1b1ba22699 adding payment api to customer wallet 2019-07-26 04:18:54 -04:00
J. Ayo Akinyele 783dcea35b close and pay tokens now generated and verified correctly 2019-07-25 20:39:36 -04:00
J. Ayo Akinyele 25d5354e93
Merge pull request #9 from boltlabs-inc/nizk
Nizk updates to suport variable-sized messages
2019-07-24 17:22:51 -04:00
Gijs Van Laer 8d47463550 nizk: fix for closing message 2019-07-24 17:13:56 -04:00
Gijs Van Laer bd7d381528 Merge branch 'nizk' of github.com:boltlabs-inc/libbolt into nizk 2019-07-23 16:30:15 -04:00
Gijs Van Laer db71866b2c nizk: update proof of linear relationship 2019-07-23 16:29:45 -04:00
J. Ayo Akinyele b0fa32f533 more minor updates 2019-07-23 14:19:56 -04:00
Gijs Van Laer 69b1d01dbf nizk: update proof of linear relationship 2019-07-23 14:08:19 -04:00
J. Ayo Akinyele 2848ced5d1 minor updates to channel establish routines for cust/merch 2019-07-23 09:54:53 -04:00
J. Ayo Akinyele e7160f0f68
Merge pull request #8 from boltlabs-inc/nizk
Nizk completion
2019-07-21 17:41:05 -04:00
Gijs Van Laer 9aaec97e3e nizk: better u param for range proofs/TODO: optimize 2019-07-21 15:13:18 -04:00
Gijs Van Laer 51ada703ed nizk: reuse randomness for same values within different parts of proof 2019-07-21 14:55:38 -04:00
J. Ayo Akinyele ddbae8980e
Merge pull request #7 from boltlabs-inc/nizk
Nizk updates
2019-07-21 11:07:47 -04:00
Gijs Van Laer 20650bc7b0 nizk: pass optional random values for signature commitment 2019-07-21 11:02:36 -04:00
Gijs Van Laer 2e5d0d5a29 Merge branch 'master' into nizk 2019-07-21 10:07:59 -04:00
Gijs Van Laer e79d4bbed2 nizk: create setup phase 2019-07-21 10:05:27 -04:00
J. Ayo Akinyele 5a72d92897 updates to channel init 2019-07-21 10:01:05 -04:00
Gijs Van Laer 6572e6a90b Merge branch 'master' into nizk 2019-07-19 16:27:44 -04:00
Gijs Van Laer e0f82b28a6 nizk: i32 instead of i64 2019-07-19 16:27:15 -04:00