User Details
- User Since
- Sep 12 2017, 11:33 (379 w, 20 h)
Sep 27 2018
Jul 12 2018
Jun 27 2018
On fresh checkout, "make check" after cmake fails because the directory "test/data" doesn't exists (at least on my config; I am a bit new to cmake):
Jun 24 2018
Jun 21 2018
- Use simplified serialization (4b height + 1b iscoinbase)
- Use boost::noncopyable
Jun 18 2018
Jun 15 2018
Jun 14 2018
Jun 11 2018
Lookg good
Jun 4 2018
Ref D1474
Jun 1 2018
Use CompactSize instead of VARINT
May 31 2018
Rebasing to master and minor fixes from review at Bitcoin XT
Apr 26 2018
Revert to signed chars for serialization
Apr 16 2018
Thread safe context initialization and various small fixes
Apr 9 2018
Mar 15 2018
Mar 8 2018
Minor fix in comments
Add another RPC test, fix up some comments.
Mar 7 2018
Include third testvector in RPC test
Changed testvector 3 input and output
Mar 6 2018
This is no integrated in D1074
Add first RPC test for UTXO commitment
Fix several logic errors and add commitment_calculated to the gettxoutsetinfo
Mar 3 2018
Add testvector test for empty set
Empty update to reflect changes in D1072
Return 0 instead of SHA(0) for the empty multiset
Mar 2 2018
No changes; just moved some stuff to previous diff for clarity
Change combining constructor to add method
Mar 1 2018
Fix some logic error from the previous diff to D1117
Small refactoring to make it more clear
Feb 28 2018
Still WIP, But much better version.
Fix compile error in serialize methods
Add (de)serialialization methods
Change the combine constructor to an Add method.
This still needs to build with cmake.
- Fixed braces
- Removed static from bench
- Reordered references in readme
Feb 26 2018
As a general comment, I am a bit juggling with the proper integration via CCoinViews. This may mean we need more changes to this wrapper class.
Feb 22 2018
Updated to try a more efficient approach with batching the delta
Feb 21 2018
Include Clear() method
Feb 20 2018
Add cmake configuration
Fix in cmake file for multiset module
Enable multiset module in cmake configuration
Feb 19 2018
Add cmake switch for multiset module
Feb 16 2018
Feb 13 2018
Add test vectors as included in the specification
- Better align comment/indent styling
- Fix test-failing typo in new hash-to-EC-point algorithm
- Clarify reference to PDF as source of ECMH algorithm
- Add more test comments
- Add duplicate element tests
Feb 12 2018
Using suggested trial-and-hash algorithm with incrementing prefix
Feb 10 2018
I am a bit uncertain about finalize. Is there actually a point in hashing?
I have address some of the issues
Addressing some of the review comments
Feb 9 2018
Split CUtxoCommit in header and source file
Dec 7 2017
I am sorry for leaving this on table, but I must say I am bit disappointed about the procedure here.