MajdT51

Results 13 comments of MajdT51

Have the same problem: solc 0.8.2, web3j-cli 1.4.1 ``` // SPDX-License-Identifier: GPL-3.0 pragma solidity ^0.8.2; contract Multicall { struct Call { address target; bytes callData; } function aggregate(Call[] memory calls)...

@shaangill025 Thanks for your reply but what do you mean exactly with "I tried with bls12381g2 key"? When i generate the did for alice, i'm using "key_type": "ed25519" because i...

> @MajdT51 thanks for your contribution, please rebase your PR Thanks. It's done

> @MajdT51 using http binding resolved your DID, but looks like your resolved DIDDocument failed schema validation > > https://github.com/hyperledger/aries-framework-go/blob/af30e870c3c085ed1debfe304de293ba2b995516/pkg/doc/did/doc.go#L859 yes i managed to pybass the error by adding "|w3.org/ns"...

Hi @norhh , It would be great to have it now to make the image works without warning and maybe errors on MacOS M1 and M2. Thanks :)

We talked about a similar point on the discord server ThreadId 1065643985646919740. I just want to document it here because it is very relevant. As swcurran said Loading context dynamically...

Hello, What could I do if I must have Recursively nested properties in my json-ld, is there a workaround or a trick :)? Thanks ``` { "data": { "value": "TestValue",...

> @MajdT51 without a context in your data, and a description of what you are trying to achieve with it, it is hard to understand exactly what you question is......

Have the same issue.. any updates :)