#We can't deploy our main voting contract anymore to futurenet

7 messages · Page 1 of 1 (latest)

covert cosmos
#

We used to be able to deploy to futurenet, but today when we were going through some tests we found that if we didn't upgrade the soroban-cli to 20.0.1 things would break, also we had to upgrade the sdk to 20.0.0. Something interesting happened after the upgrade, our external_data_provider contract deployed without issue and our main voting_system contract started to exceed the limit (ResourceLimitExceeded)

dense solstice
#

yes, that's a known issue - preflight underestimates the necessary number of instructions to run the tx. the fix should be rolled out today. you could manually bump the instructions and resource fee, but I'm not sure if there is a quick way to do that from CLI

covert cosmos
#

Thanks Dymtro 🙂 will keep an eye when the fix is out.

sand topaz
sick kelp
#

@covert cosmos with 20.0.2 I can deploy both your contracts.

#

so yeah it solves the issue