-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
piecrust: use empty constructor arguments by default
Previously we were erroring out when providing no arguments for a constructor that takes no argument. This is undesirable since downstream does not necessarily know that the contract they deploy has a constructor. A contract that is provided an argument that it doesn't expect will still error at deploy time, during execution of the constructor. Resolves #316
- Loading branch information
Eduardo Leegwater Simões
committed
Feb 22, 2024
1 parent
56ae082
commit 0dc4c06
Showing
3 changed files
with
17 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters