forked from cosmos/cosmos-sdk
-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(textual): Render long bytes hash (cosmos#14275)
Co-authored-by: Facundo Medica <[email protected]>
- Loading branch information
1 parent
7501414
commit 958b4ad
Showing
5 changed files
with
90 additions
and
16 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,12 @@ | ||
[ | ||
["", ""], | ||
["00", "AA=="], | ||
["66", "Zg=="], | ||
["666F", "Zm8="], | ||
["666F6F", "Zm9v"], | ||
["666F6F62", "Zm9vYg=="], | ||
["666F6F6261", "Zm9vYmE="], | ||
["666F6F626172", "Zm9vYmFy"] | ||
] | ||
["", ""], | ||
["AA==", "00"], | ||
["Zg==", "66"], | ||
["Zm8=", "666F"], | ||
["Zm9v", "666F 6F"], | ||
["Zm9vYg==", "666F 6F62"], | ||
["Zm9vYmE=", "666F 6F62 61"], | ||
["Zm9vYmFy", "666F 6F62 6172"], | ||
["AAECAwQFBgcICQoLDA0ODxAREhMUFRYXGBkaGxwdHh8=", "0001 0203 0405 0607 0809 0A0B 0C0D 0E0F 1011 1213 1415 1617 1819 1A1B 1C1D 1E1F"], | ||
["AAECAwQFBgcICQoLDA0ODxAREhMUFRYXGBkaGxwdHh8g", "SHA-256=5D8F CFEF A9AE EB71 1FB8 ED1E 4B7D 5C8A 9BAF A46E 8E76 E68A A18A DCE5 A10D F6AB"] | ||
] |
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