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 Jun 6, 2024. It is now read-only.
$ ape --version
# 0.4.0
$ ape plugins list
# Installed Plugins:
starknet 0.4.0a0
solidity 0.4.0
hardhat 0.4.0
cairo 0.4.0a0
Python Version:Python 3.9.13
OS: linux
What went wrong?
Please include information like:
When provider.declare() command is used ServerDisconnectedError: Server disconnected error is received. If I use declare for different contract with lesser LOC, there is no problem. Timeout default value should be increased for contracts with high loc.
Sorry, I don't know. We didnt have this problem until 2 weeks ago and tests were working fine. We updated the dependencies a few days ago and started to get this error.
I tried to reproduce by generating and using an 8000 line contract in a declare. It seems to work for me. I wonder if there is anything else specific besides LOC that could be affecting this?
I tried the same test in the virtual environment with ape test command and test passed. We use poetry to call ape commands, this issue could be related to our setup. Sorry for taking your time.
Environment information
ape
and plugin versions:What went wrong?
Please include information like:
When
provider.declare()
command is usedServerDisconnectedError: Server disconnected
error is received. If I use declare for different contract with lesser LOC, there is no problem. Timeout default value should be increased for contracts with high loc.How can it be fixed?
Fill this in if you have ideas on how the bug could be fixed.
The text was updated successfully, but these errors were encountered: