adlrocha

Results 57 issues of adlrocha

This function is a nightmare and needs to be cleaned! ``` func (n *IPFSNode) EmitMetrics(runenv *runtime.RunEnv, runNum int, seq int64, grpseq int64, latency time.Duration, bandwidthMB int, fileSize int, nodetp NodeType,...

Check JS - Go compatibility of OKP keys in JWK libraries for SDK-chaincode compatibility with these keys.

Wrapping an Ethereum driver through web3js to the TrustID sdk is a straightforward way of enabling cross-compatibility of TrustID between different blockchain platforms (compatibility with Eth keypairs, common wallets, etc.).

enhancement

Currently TrustID doesn't support the authentication and exchange of verifiable claims, and other interesting concepts from the DIF decentralized identity proposal. Compatibility with other decentralize identity proposals such as Sovrin...

enhancement

Providing the publicKey and privateKey for a DID should be enough to import a valid TRUSTID did. Right now we only support the TRUSTID DID object structure. We should even...

enhancement

Every call in the SDK requires a wallet.getDID("id") to specify the did of the wallet to use in the call. This is pretty messy. As DIDs must be unlocked before...

enhancement

## Related Issues Depends on https://github.com/filecoin-project/lotus/pull/12196 ## Proposed Changes This PR covers some basic itests for F3, mainly: * A test to check that F3 is able to make progress....