Closed kartojal closed 8 years ago
Thanks for the feedback! I'll give a partial answer to your questions and add more detail later.
1) I'll leave this for @jasonbukowski to respond to this point.
2) We have considered adding more hash types.
3) Chainpoint 2.0 was designed to allow anchoring into multiple sources. We had plans to add anchoring into Ethereum, but then the ETC-ETH fork happened and we decided to hold off for a short time.
4) You can embed a Chainpoint receipt in a JSON-LD signature. This provides for better options than including extra fields.
@kartojal On a related note, regarding issue #1 , as of v2, the Chainpoint specification requires concatenation of hashes be done as binary, not as their hex string representations.
Thank you for the quick feedback.
1 - ok, now understand the reasoning behind merging the two. 2 - Yes, at minimum could you add SHA-512. 3 - In Ethereum transactions, we anchor the merkle root value in "data" field. Ref: https://github.com/ethereum/wiki/wiki/JavaScript-API#web3ethsendtransaction [...] 4 - ok, agreed
Thanks, Laury(@laurybehrens) and David (@kartojal)
Woops, typo on #2. It should be SHA3-512
Support has been added for SHA224, SHA384, SHA3-224, SHA3-256, SHA3-384, and SHA3-512.
The JSON-LD context has been updated to include the definitions for the new receipt types to be used for these hash functions. The new receipt types have been also added to the supported receipt types list on the Chainpoint website (http://www.chainpoint.org). Additionally, all related projects have been updated to support these new types (https://github.com/chainpoint/chainpoint-validate-js, https://github.com/Tierion/merkle-tools).
Thanks for the update!
Any news about adding the ETHData anchor type to chainpoint standard?
"ETHData" has been added as officially supported anchor type for Chainpoint. It represents data anchored to an Ethereum transaction within the data field. The Chainpoint website documentation and JSON-LD context have been updated to support this.
Hello,
We are in the first stages of developing a proof of existence platform and would like to collaborate on this standard. We like the updates you have done to v2.0 and have the following recommendations/comments:
Thank you, Laury(@laurybehrens) and David (@kartojal) ILAB & Associates