You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
Hey I am running a local truffle/ganache network to execute my Contracts. My Project is connected to Ganache and all contracts get detected well. I can deploy them and migrate to update with no problems. Now upon looking up a particular Transaction though this error poppes up every time. Asking me to either restart or raise a GitHub Bug.
I stumbled on this problem upon trying to test my revert Error messages from Solidity Contracts. Though it appears to always happen, not just on viewing failed transactions but on viewing any transaction that is related to a deployed contract or viewing a contract within ganache. In fact it happens as soon as I open a contract that had an transaction already as well - but not if it hadnt had a transaction
PLATFORM: darwin
GANACHE VERSION: 2.5.4
EXCEPTION:
TypeError: Cannot read property 'stack' of undefined
at IpcMainImpl.<anonymous> (/webpack:/src/integrations/ethereum/index.js:96:31)
The text was updated successfully, but these errors were encountered:
Hey I am running a local truffle/ganache network to execute my Contracts. My Project is connected to Ganache and all contracts get detected well. I can deploy them and migrate to update with no problems. Now upon looking up a particular Transaction though this error poppes up every time. Asking me to either restart or raise a GitHub Bug.
I stumbled on this problem upon trying to test my revert Error messages from Solidity Contracts. Though it appears to always happen, not just on viewing failed transactions but on viewing any transaction that is related to a deployed contract or viewing a contract within ganache. In fact it happens as soon as I open a contract that had an transaction already as well - but not if it hadnt had a transaction
PLATFORM: darwin
GANACHE VERSION: 2.5.4
EXCEPTION:
The text was updated successfully, but these errors were encountered: