gjgd

Results 33 comments of gjgd

Hi @christianlundkvist , thanks for being vigilant about this issue! As far as I can see, with the latest version of truffle (which was the last blocking dependency), Element now...

Since https://github.com/decentralized-identity/element/pull/138 the controller property is added and we have [this helper function](https://github.com/decentralized-identity/element/blob/master/packages/element-lib/src/func/index.js#L140) for adding dids to fragids so I think we can close this

We went with the event based approach instead of storing in the anchor contract because storing values is significantly more expensive than to emit an event in terms of gas....

> The URI is the IPFS hash such that I can get to the leafs and recompute the roothash. Isn't that the anchorHash? Why do you have two hashes?

We just write the anchorFileHash to the smart contract, which itself contain the reference to the merkle tree hash and the batch file hash (containing operation data). This 2 file...

I think it would be convenient to have a good choice of adapters in the element-lib

I'm having the same problem: ChunkedEncodingError on GAE. No InsecurePlatformWarning though. I'm only trying to access the web service with http, not https

Thanks @newhinton for being on top of this! Reopening for now, I got the same issue as @Linuxine

I tried your fix @Linuxine and have upgraded to 2.3.0 but still get this error in the JS console when trying to export: ``` Error: data.replaceAll is not a function...

Would love to have a fix for this as well.