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)
#We can't deploy our main voting contract anymore to futurenet
7 messages · Page 1 of 1 (latest)
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
Thanks Dymtro 🙂 will keep an eye when the fix is out.
@covert cosmos soroban rpc 20.0.2 hot fix:
deb: stellar-soroban-rpc:20.0.2-47 (testing repo)
docker: docker.io/stellar/soroban-rpc:20.0.2
does this fix the problem?