Hadrien Croubois

Results 626 comments of Hadrien Croubois

Hello @0xy0k #5574 includes tests that shows how such votes can be casted. What additional script do you think we should provide ?

Where is mcopy used ? the pragma checking scripts says Strings is fine in 0.8.20.

So this PR changes all pragma, and increass the requirements on many file, to prepare for a change in the code that is NOT in this PR, and that we...

Thank you @pcaversaccio for raising this. Unfortunatelly, changing the function name would be a breaking change, so I don't think we should do that in 5.x. I would do it...

Relevant discussion in other issue: https://github.com/OpenZeppelin/openzeppelin-contracts/issues/3999#issuecomment-1405152087

https://github.com/OpenZeppelin/openzeppelin-contracts/pull/5711#issuecomment-2938293803 > I'd like to merge the Token > Common into just Token

- Add an `utils/encoding` folder - `Hex` (extract `toHexString` and `parseXxx` from `Strings.sol`) - `Base58` - `Base64` - Add a meta library `utils/Encoding.sol` that includes all the functions from the...

- Move `ReentrancyGuardTransient`'s logic to `ReentrancyGuard`, and drop the non-transient version. - Mark `ReentrancyGuard` as stateless to avoid transpilation. - ~Do not transpile Initializable.sol~ (done in 5.5) - Remove Context.sol...