Mircea Nistor

Results 92 comments of Mircea Nistor

I think it's worth exploring the idea. github.com/udacity has the non-graded notebook files but it takes a while to sift through everything and get a working environment setup. It would...

@ligi AFAIK, at its core jitpack runs `./gradlew install` with some exclusion of tests and then publishes whatever comes out as artifact. The install task would be added by a...

@awoie please add some details here

Excellent bug report! We're already working on better error handling #588 and better verification api #375 In the meantime, perhaps we can leverage FallbackProvider/defaultProvider from ethersjs https://docs.ethers.io/v5/api/providers/#providers-getDefaultProvider when L2 providers...

Correct, thanks for flagging it!

Perhaps we can use this to generate public keys from private: https://github.com/paulmillr/noble-bls12-381#getpublickeyprivatekey

ah, no, that library uses G1 for public keys and G2 for signatures

see my other comment about KMS too: https://github.com/uport-project/veramo/issues/895#issuecomment-1145937162

> Updated Veramo dep versions as it gave an error on the latest CI run Thanks, I was trying to do that on my end but I didn't know if...