Error Related retrieve data missing revert #6824
              
                Unanswered
              
          
                  
                    
                      Sarvesh1593
                    
                  
                
                  asked this question in
                Q&A
              
            Replies: 2 comments
-
| 
         facing the same eror genache is outdated doesn't support solidity new versions  | 
  
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            -
| 
         Do not use ganache for your local blockchain, use remix for deployment and testing. or even better use hardhat or foundry in vscode for development. For RPC use alchemy.  | 
  
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
'''
Error during deployment: Error: missing revert data (action="estimateGas", data=null, reason=null, transaction={ "data": "0x6080604052348015600e", "from": "0x47703337f16A85200858B7B225d68aea478a09B7", "to": null }, invocation=null, revert=null, code=CALL_EXCEPTION, version=6.14.3)
at makeError (D:\simpleStorage\node_modules\ethers\lib.commonjs\utils\errors.js:137:21)
at getBuiltinCallException (D:\simpleStorage\node_modules\ethers\lib.commonjs\abi\abi-coder.js:105:37)
at AbiCoder.getBuiltinCallException (D:\simpleStorage\node_modules\ethers\lib.commonjs\abi\abi-coder.js:206:16)
at JsonRpcProvider.getRpcError (D:\simpleStorage\node_modules\ethers\lib.commonjs\providers\provider-jsonrpc.js:695:43)
at D:\simpleStorage\node_modules\ethers\lib.commonjs\providers\provider-jsonrpc.js:302:45
at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
code: 'CALL_EXCEPTION',
action: 'estimateGas',
data: null,
reason: null,
transaction: {
to: null,
data: '0x6080604052348015600e575f5ffd5b50615056fea26469706673582212200716cbcb15623fc3fc2c503eb658e780e967b44b5178a10e27d245e8bc87c49e64736f6c634300081e0033',
from: '0x47703337f16A85200858B7B225d68aea478a09B7'
},
invocation: null,
revert: null,
shortMessage: 'missing revert data',
info: {
error: {
message: 'VM Exception while processing transaction: invalid opcode',
stack: 'RuntimeError: VM Exception while processing transaction: invalid opcode\n' +
' at exactimate (C:\Program Files\WindowsApps\GanacheUI_2.7.1.0_x64__rb4352f0jd4m2\app\resources\static\node\node_modules\ganache\dist\node\1.js:2:182136)',
code: -32000,
name: 'RuntimeError',
data: [Object]
},
payload: {
method: 'eth_estimateGas',
params: [Array],
id: 3,
jsonrpc: '2.0'
}
}
}
'''
Why is the gas not cut from the ganache?
Beta Was this translation helpful? Give feedback.
All reactions