Julien THOMAS

Results 11 issues of Julien THOMAS

**Do you want to request a *feature* or report a *bug*?** bug **What is the current behavior?** Some subgraph are not indexing some events **If the current behavior is a...

ethers-v6 is now commonly used, and hardhat has been based on it for months. I suggest bumping your packages to ethers-v6 to keep them up to date with the current...

## Pull request The mode is going to add the possibility to create addresses that start and end with a giver hex character, such as `0x1111....1111` ## Changes - I...

### Which packages are impacted by your issue? @graphprotocol/graph-cli ### Describe the issue The package ipfs-http-client is deprecated (see [this issue for migration process](https://github.com/ipfs/js-ipfs/issues/4336)) ### Reproduction _ ### Steps to...

bug

Before calling `cast wallet sign` [here](https://github.com/morpho-labs/safer/blob/main/Makefile#L19), you can verify if the user has already submitted a signature by running a checking script that is decoding signatures.

It can be useful if I want to use the safe backend, in the end

feature

https://github.com/Uniswap/uniswapx-sdk/blob/ffa8f1b175486552cf175968ce627e7685ad3225/src/order/index.ts#L19 Since the SDK is only supporting `DutchOrder`, you're generally using `DutchOrder.parse` directly (in Gouda or the interface) However, the Documentation & the readme are mentioning `parseOrder`. The fix seems...

## Problem `permitWitnessTransferFrom` is using unordered nonces. You can use all nonces only once between 0 & maxUint256. The NonceManager is fetching all nonces from 0 to the first non-used....