-
Fails on ganache fork (with archival infura node), but does not fail when calling to an infura node directly `cEthContract.methods.mint().call({from:"0x5f2462bD60724ED34E3a88FE666EF860D299ff95", val…
-
Executing transactions that use SSTORE opcode costs less gas when using fork feature.
## Expected Behavior
SSTORE that sets the value `v` in the slot `s` should cost 20k gas when the current value…
-
# Lines of code
https://github.com/code-423n4/2023-08-goodentry/blob/main/contracts/TokenisableRange.sol#L306-L313
# Vulnerability details
## Impact
Note: this issue happened on the deployed versi…
-
# Lines of code
https://github.com/code-423n4/2024-10-kleidi/blob/main/src/Timelock.sol#L1136
https://github.com/code-423n4/2024-10-kleidi/blob/main/src/BytesHelper.sol#L50
# Vulnerability details
…
-
When trying to deploy the contract to a mainnet-fork i get the error
AttributeError: 'str' object has no attribute 'copy'
this is the full error message:
BrownieFundMeProject is the active pr…
-
Add simulation mode / skeleton keys to help with debugging and testing.
A command line only option `--skeleton-key` should put nodeos into a "simulation mode". The option can be specified multiple …
arhag updated
5 years ago
-
Hi 👋 Thanks @6eer for your work. Your code looks really promising.
I followed your instructions to deploy the demo environment. I ran ganache successfully (by forking mainnet), created the .env fi…
-
### User Story:
As a developer on the Gitcoin team,
I want a fork of the existing ID staking contract to be upgradeable and pausable, with defined ownership,
So that I can ensure continuity with cu…
-
**What is the bug?**
When I attempt to run the `DeployL2.s.sol` (or L1) script locally, it fails:
```
forge script -vvv --rpc-url http://localhost:8545 --broadcast script/DeployL2.s.sol
[⠒] Compil…
-
## Description
I am forking mainnet and getting a revert `GS025` for a 5 of 9 Gnosis Safe when using the Core SDK.
I have created the safe with the sdk and instantiated 5 versions of the SDK with…