Remove _with_configurables
functions from Bytecode Library and use Option
instead
#285
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Type of change
Breaking
The following demonstrates the breaking change:
Before:
After:
Changes
The following changes have been made:
compute_bytecode_root_with_configurables()
has been removed in place ofcompute_bytecode_root()
with anOption
argument for configurablescompute_predicate_address_with_configurables()
has been removed in place ofcompute_predicate_address()
with anOption
argument for configurablesverify_contract_bytecode_with_configurables()
has been removed in place ofverify_contract_bytecode()
with anOption
argument for configurablesverify_predicate_address_with_configurables()
has been removed in place ofverify_predicate_address()
with anOption
argument for configurablesBytecodeRoot
type has been addedContractConfigurables
type has been addedRelated Issues
Closes #219
Checklist
Breaking*
orNew Feature
labels where relevant.