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
The genesis tool is defaulting the contractSizeLimit to 64 bytes in a zero gas network. This does not match the besu documentation sizing recommendations. The only reference I can find is to a eth document stating 64k is the default contract size, not 64 bytes.
Would it be possible to add in a configuration option to allow for the contractSizeLimit to be configured either under the name maxCodeSize or contractSizeLimit. Whatever makes the most sense when calling the quorum-genesis-tool. Line 112 of genesis-job-init.yaml
Also could you bump the version to the latest script.
Thanks...
The text was updated successfully, but these errors were encountered:
As per this issue I just raised (Consensys/quorum-genesis-tool#69)
The genesis tool is defaulting the contractSizeLimit to 64 bytes in a zero gas network. This does not match the besu documentation sizing recommendations. The only reference I can find is to a eth document stating 64k is the default contract size, not 64 bytes.
Would it be possible to add in a configuration option to allow for the contractSizeLimit to be configured either under the name maxCodeSize or contractSizeLimit. Whatever makes the most sense when calling the quorum-genesis-tool. Line 112 of genesis-job-init.yaml
Also could you bump the version to the latest script.
Thanks...
The text was updated successfully, but these errors were encountered: