-
This would allow measuring every external CALL/STATICCALL/DELEGATECALL that happened inside a transaction. Related thread: https://github.com/trufflesuite/ganache-cli/issues/248
-
### Ethers Version
6.6.6
### Search Terms
snapshot
### Describe the Problem
When sending `evm_revert` to ganache instance blockchain state isn't the same as before taking the snapshot.
In the …
-
The library reverts on calling a view/pure function when using the `executeAs`.
This is likely because the storage is tainted by the `putContract`.
There might be two ways to resolve this:
(1) Se…
-
I do not know if that is posible, but I could not do it.
I am working on a scanner to scan every ERC721 transaction on a blockchain, so I need to test it locally with my own blockchain.
I suspect th…
-
hi!
On a CentOS computer, I installed NEC with trusted setup.
I used mint NEC opscoin and then mint NEC opscoin commitment while running the UI, and both worked perfectly. I tried to use transfer NE…
-
when i input "truffle console --network ganache". it will show "unknow network ganache".
then i change to input truffle console. it will enter truffle console mode.
I input "payment.deployed().then…
-
Foundry just released anvil, which aim to replace ganache and hardhat RPC.
Foundry ecosystem is highly growing at speedlight, been able to run anvil in brownie console instead of ganache-cli would be…
-
I am using ganache-cli forking BSC network and I am using truffle. I tried to configure de "transactions tracing" which is suported by ganache, but the trace doesn't appear and no error is shown.
…
-
It is mentioned in the readme to run ganache-cli on 8545 and add network 7545 on metamask extension. Thats why metamask is not connecting. I connected the metamask extension to the ganache port 8545 a…
-
Currently when running against ganache our gas limit estimation code is effectively disabled, always returning a safe maximum value for gas limit. We would prefer to eliminate this network-specific c…