-
# Openzeppelin upgrades not working
## Description
Hi , I am trying to use upgradeable smart contracts on our polygon edge test instance.
I have used the example of openzeppelin upgradeable contra…
-
eg:
```
// SPDX-License-Identifier: NONE
// File @openzeppelin/contracts/utils/introspection/IERC165.sol@v4.4.1
// OpenZeppelin Contracts v4.4.1 (utils/introspection/IERC165.sol)
pragma sol…
-
I find this library sort the hashed leafs two pairs only:
```
func concatSortHash(b1 []byte, b2 []byte) []byte {
if bytes.Compare(b1, b2) < 0 {
return concatHash(b1, b2)
}
return concatHash…
-
### Component
Forge
### Describe the feature you would like
The idea here is to make it easier to audit a project's dependencies and know which deps are core to the protocol, which are just for tes…
-
MohammedRizwan
high
# UUPSUpgradeable vulnerability in OpenZeppelin Contracts
## Summary
UUPSUpgradeable vulnerability in OpenZeppelin Contracts
## Vulnerability Detail
Openzeppelin has found the c…
-
For some reason importing openzeppelin contracts does not autocomplete. I do have openzeppelin installed i nroot folder, it imports well and compiles. But auto complete isn't working
![Capture](https…
-
.. other than by re-opening remix / clearing localStorage.
I mistakenly imported the latest `SafeMath.sol` from openzeppelin's contracts repo, which required a later version of the solidity compile…
-
Current implementation of `ERC20WithPermit` uses the term `spender` to refer to the source account from which tokens are transferred from, while both the EIP (see https://eips.ethereum.org/EIPS/eip-20…
-
## Description
`Counters.sol` doesn't exist in OZ contracts version 5.0.1, hence the contract won't compile.
## Impact
Contract won't compile
## Solution
Use a version before 5.0
##…
-
[OpenZepp](https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/contracts/access/Ownable.sol)
```
pragma solidity ^0.8.0;
```
incompatible with OracleLibrary which dictates `prag…