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 Apr 13, 2022. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
marcosio
changed the title
Increase the size of the smart contract deployment size
Increase the size of the smart contract deployment
Jan 8, 2020
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?
The text was updated successfully, but these errors were encountered: