Hadrien Croubois

Results 169 issues of Hadrien Croubois

The changelog entry that was automatically generated in #5124 is messy. This proposes to reorganise it following what we did for 5.0

ignore-changeset
release-cycle

I tried testing these invariants with [Foundry Invariant Testing](https://book.getfoundry.sh/forge/invariant-testing) without success. The reason is that we need a mock to deploy within the setup function so that it acts as...

Having a "create" function would be usefull when wanting to deploy a contract "normaly" from an initcode that was generated in the userspace. Proposal includes: - Rename `utils/Create2.sol` into `utils/Create.sol`...

![Capture d’écran du 2024-09-12 21-24-59](https://github.com/user-attachments/assets/e5d85048-b724-405a-ba1e-8af3898d6d27)

bug

Depends on #5252 [ERC PR](https://github.com/ethereum/ERCs/pull/673) ### NOTE `Bytes.slice` uses `mcopy` that was introduced in 0.8.25. This requirement extends to the `CAIP2` and `CAIP10` library #### PR Checklist - [x] Tests...

Since solidity 0.8.28, supports transient state variables. This could for example be used in ReentracyGuardTransient, with a transient state variable replacing the slot+library calls. This would however be challenging to...

# 5.2 - #5242 - #5243 - #5244 - #5250 - Account framework into `openzeppelin-community-contracts` # Later - [ ] #5246 - should not be packaged, can be removed from...

meta

It is usually preferable to separate concerns. In particular, checksum are critical security values that should not be mixed up with the rest of the installation logic. This is targetting...

When running `mesc ping block`, it would be nice to be able to sort the result by network id. In my case, I have multiple endpoints for the same chain,...