Nicolas Mahe

Results 24 issues of Nicolas Mahe

I just find out by a random test that's possible to specify a value inside object using the dot notation (`condition.assetId`) in the `sourceArgs` in `additionalResolvers`: ```yml additionalResolvers: - targetTypeName:...

documentation

**Describe the bug** I get the error `Expected undefined to be an input type` when an additional resolver is executed after a mutation. The same resolver works perfectly in a...

bug

Revert one modification done in commit https://github.com/0xProject/0x-starter-project/commit/402c1610d68d2591bc385bdb08589dffc30b85a6 in the order creation in the `execute_transaction` scenario. It sets the value `NULL_ADDRESS` to `feeRecipientAddress` in the order. But, actually there is a...

Because of the append-only nature of the blockchain, we should not delete any data but rather mark them as deleted. So, we will implement this system for the service, but...

enhancement

PR https://github.com/mesg-foundation/engine/pull/1825 added new filter to the execution list querier and rest endpoint. The command execution list should be updated to integrate those improvements.

enhancement
good first issue

We should also implement it on the node of type result as they are also linked to an execution so the outputs can be read at anytime.

enhancement

Separate the hash from the structure of data. For example, the service's hash should not be inside the `Service` struct. The list APIs should be updated to both return the...

breaking change
low priority

Cosmos-sdk is working on implementing a [canonical json](https://gibson042.github.io/canonicaljson-spec/) representation of their protobuf data to generate signature. https://github.com/cosmos/cosmos-sdk/commit/9d49fe9c5e17a238049b777adeb374c7679c5fb6 We should wait and reuse the same system to generate deterministic hashes for...