attestantio / vouch

Apache License 2.0
112 stars 28 forks source link

Ensure that registration gas limit is not 0. #129

Closed mcdee closed 1 year ago

mcdee commented 1 year ago

It was possible for a registration's gas limit to be 0 if not present if the default configuration of a V1 proposer configuration did not provide a gas limit and it was called upon to be used in lieu of a specific proposer configuration. Ensure that the fallback gas limit is used in this situation.