Increase the size of the smart contract deployment
marcosio opened this issue · 0 comments
marcosio commented
Description
Right now, the limit of 24 Kb to deploy smart contracts in Telsius networks is very low for business smart contracts since they will normally exceed that size very easily.
In addition, we can see that the Quorum permissions smart contract in the latest versions has 35 Kb and thus will not fit in this Telsius default size.
Possible solution
One solution could be to introduce the maxCodeSize
to the config section in the genesis file described here.
This new feature is already introduced in Quorum client in the version 2.2.5.
Question:
Coult it be possible to increase the version of the Quorum client at least with this version so that the maxCodeSize is increased?