Hadrien Croubois

Results 169 issues of Hadrien Croubois

Currently, we require the natspec comment of each function to include details of events emitted by this function. Some cases are however not that simple and need to be clarified:...

Here is a list of breaking changes that we would like to include in the next major release. Timming for this release is not yet known. - https://github.com/OpenZeppelin/openzeppelin-contracts/issues/2839 - #2962...

breaking change

The structures used in the timers library prevent storage packing (in particular, this affects Governor's Proposals). This has to effect that makes it a breaking change: - Storage incompatibility (data...

on hold
breaking change

@k06a proposed an implementation for this feature in #2815. A related feature was proposed in https://github.com/OpenZeppelin/openzeppelin-contracts/pull/2851 to compute a leaf identifier when a proof is validated, that could be used...

Ethers.js provider usually inherits from the `abstract-provider` class. This class includes a `getFeeData()` function, which sets the maxPriorityFeePerGas to 2.5gwei at the provider level. This can be overridden to change...

type:feature
package:hardhat-ethers
not-stale

I noticed that some methods are not available. In particular: - eth_chainId - personal_sign - eth_signTypedData_v3 While I understand that not all methods are implemented (chainId is a shame, as...

web3.on is commonly used by frontend to adapt to wallet events. It not being avaialble on walletlink breaks a lot of assumption dapps usually have about providers.

The report table, while it looks like markdown, is not markdown. I believe it would be very nice to be able to display report either in github or through modia...

enhancement

Hello, Lets start by the contract I'm writing. It is supposed to swap arbitrary user token to the one my system uses, before actually doing stuff. ``` function deposit(address receiver,...

question

Fixes https://github.com/OpenZeppelin/contracts-wizard/issues/70 ERC721 - [ ] Decide on design (default, per token, both?) - [ ] Fee denominator? - [ ] Implement core - [ ] Implement UI ERC1155 -...