-
### Environment information
- OS: macOS
- Python Version: 3.9.15
- `ape` and plugin versions:
- `ape`: 0.5.9
- `ape-optimism`: 0.5.2
```sh
$ ape --version
0.5.9
$ ape plugins list
…
-
- [Low](#low)
- [**1. Outdated packages**](#1-outdated-packages)
- [**2. Use string.concat instead of abi.encodePacked**](#2-use-stringconcat-instead-of-abiencodepacked)
- [**3. Integer ov…
-
# Lines of code
https://github.com/code-423n4/2023-02-malt/blob/700f9b468f9cf8c9c5cffaa1eba1b8dea40503f9/contracts/StabilityPod/StabilizerNode.sol#L161
https://github.com/code-423n4/2023-02-malt/blob…
-
Creating a proxy using `zos-lib` directly fails for a contract that requires Solidity libraries. When running `createProxy` for the first time for a contract, the `Project` class will attempt to deplo…
-
**Describe the bug**
I created two conflicting contracts to test the parallel mechanism of FISCO BCOS. They recursively call each other, and when a large number of conflicting transactions are submit…
-
## Summary
### Low Risk Issues
| |Issue|Instances|
|-|:-|:-:|
| [L‑01] | Upgradeable contract not initialized | 5 |
| [L‑02] | Open TODOs | 1 |
| [L‑03] | Upgradeable contract i…
-
while I imported the library and compiled, it return warning
```
strings.sol:37:1: Warning: Source file does not specify required compiler version!Consider adding "pragma solidity ^0.4.7
library st…
-
**What**
I would like to assist in creating or helping to create an OpenZeppelin implementation of an EIP-2535 diamond.
The [EIP-2535 Diamond standard](https://eips.ethereum.org/EIPS/eip-2535) wi…
-
The issue is different imported contract require different version of comipiler and they are not compatitble.
when compile the lottery.sol ,met this comipler error,
as a rookie to development ,d…
-
### Description
In this feature, we will implement a simple ERC721 Non-Fungible Token (NFT) contract. This will allow the creation, transfer, and management of NFTs. Users will be able to mint new …