-
Notifications
You must be signed in to change notification settings - Fork 337
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: makeAddr and makeAddrAndKey (#146)
* feat: makeAddr and makeAddrAndKey Two small quality-of-life functions to easily create labeled addresses. Inspired by https://twitter.com/eth_call/status/1549792921976803328 * ♻️ Remove bytes conversion Co-authored-by: ZeroEkkusu <94782988+ZeroEkkusu@users.noreply.github.com>
- Loading branch information
1 parent
1e6f1d2
commit 2c7cbfc
Showing
2 changed files
with
26 additions
and
1 deletion.
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
2c7cbfc
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't this also be added to the
v0.3
branch?2c7cbfc
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we can resolve it when we decide to merge
v0.3
?2c7cbfc
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fair enough.
2c7cbfc
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I also wanted to use
v0.3
the other day but stayed on master to get new features. Should be soon.