FuelLabs / fuels-rs

Fuel Network Rust SDK
https://fuellabs.github.io/fuels-rs
Apache License 2.0
44.35k stars 1.33k forks source link

`TransactionSizeLimitExceeded` error while deploying on `devnet` #1378

Open dcpp opened 2 months ago

dcpp commented 2 months ago

Hi ,

trying to deploy a contract on a new 'devnet' network. Previously it succeeds on beta-5. But now after toolchain upgrade it fails with error on devnet: called Result::unwrap() on an Err value: Transaction(Validation("TransactionSizeLimitExceeded"))

The contract code is on repo branch: https://github.com/compolabs/orderbook-contract/tree/feat-fuels-upgrade

Br1ght0ne commented 1 month ago

Hi, thanks for the report. With https://github.com/compolabs/orderbook-contract/pull/45 being merged (the branch you mentioned), is this still a problem?