-
It looks like this library reverts when used with solidity 0.8.
One library that still works is this one:
https://github.com/bakaoh/solidity-rlp-encode/blob/master/contracts/RLPEncode.sol
-
### Overview
Provide a simple overview of what you wish to see added. Please include:
- Getting started with `ape` is more difficult than with the other smart contract development frameworks, ba…
-
Is there an equivalent of Solidity constructor in Stylus? If not, is there any Stylus specific pattern you would suggest to achieve the same behavior?
I want to set a state variable to a value from…
-
As noticed by @lucasmt, we should implement Foundry's `getCode` [cheatcode](https://book.getfoundry.sh/cheatcodes/get-code?highlight=Bytecode#examples) which gets bytecode of a contract within Solidit…
-
Nico from balancer shared this error with me
```
$ hh compile --show-stack-traces
Nothing to compile
Error HH700: Artifact for contract "@balancer-labs/v2-solidity-utils/contracts/openzeppelin/E…
-
# Handle
sirhashalot
# Vulnerability details
## Impact
Depending on the goal of the nonce found in NFTXLPStaking.sol contract, changes should be made:
1. If the current approach of using a static…
-
### Environment information
- OS: linux
- Python 3.10.12
```sh
$ ape --version
0.7.0
```
```$ ape plugins list
Installed Plugins
alchemy 0.7.0
arbitrum 0.7.0
ens …
-
Add **The Graph** protocol implementation building simple dapp and deploying **Subgraph**
-
### Component
Anvil
### Have you ensured that all of these are up to date?
- [X] Foundry
- [X] Foundryup
### What version of Foundry are you on?
forge 0.2.0 (2bcb4a1 2024-01-01T00:24:4…
zemse updated
3 weeks ago
-
It seems that overriding an inherited virtual function causes a crash!
Not clear whether this is something you want to deal with, since (a) this example also crashes `solc`, and (b) there are proba…