-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: format addresses to common format across app (#113)
* feat: format addresses to common format across app Ethereum checksummed addresses and Starknet padded addresses will be used across app. * fix: format addresses when using Stamp Stamp doesn't normalize addresses itself so we have to make sure we are passing normalized IDs. * fix: handle address format when querying starknet names * fix: make getNames inputs/outputs stable Now output object will use the same addresses as passed in inptus. This means you can pass non-formatted address and then read that same address from output. * fix: format voter address
- Loading branch information
Showing
3 changed files
with
35 additions
and
7 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