-
We see that the Ethereum EL Cancun Upgrade has been activated on the mainnet and this upgrade contains several improvements. As an EVM-compatible blockchain, does the TRON Network have any plans to co…
-
We should support multiple solidity files as input, and use the `--contract` argument to know which contract bytecode to read from the `crytic-export` directory
Note: this is **not** about supporti…
-
### Component
Forge
### Describe the feature you would like
Right now unused libraries may be deployed even if there is no usage of them outside of broadcasting:
- https://github.com/foundry-rs/…
klkvr updated
3 weeks ago
-
### 🐛 Bug Report for hardhat-zksync plugins
#### 💥 Plugin name
`@matterlabs/hardhat-zksync-verify@^0.2.1`
#### 📝 Description
I am experiencing a problem verifying contracts on the zkSync n…
-
- Lock pragmas to specific compiler version
Contracts should be deployed with the same compiler version and flags that they have been tested the most with.
https://consensys.net/blog/developers/sol…
-
When testing the attacks it is good to have access to values of internal or private variables of the vulnerable contracts because it allows us to access wether the vulnerability was exploited or not.
…
-
Solidity offers a very useful tag called [`@inheritdoc`](https://docs.soliditylang.org/en/v0.8.14/natspec-format.html#tags), which enables us to specify that a function in a contract can inherit the N…
-
// SPDX-License-Identifier: MIT
pragma solidity ^0.8;
import "@openzeppelin/contracts/token/ERC20/ERC20.sol";
contract TestINT is ERC20 {
constructor(uint256 initialSupply) ERC20("TestINT"…
-
For my plugin, I would like path config to be arrays.
Unfortunately, while buidler allow the types to be arrays, it fails at runtime because builder attempt to read them as string
-
[N-01] Use a more recent version of solidity
Use a solidity version of at least 0.8.12 to get string.concat() to be used instead of abi.encodePacked(,)
https://github.com/code-423n4/2022-06-nibbl/bl…