forked from anoma/namada
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: update namada to 0.11.0 (anoma#158)
* fix: shared build * feat: update wasms * refactor: cleanup
- Loading branch information
1 parent
cf1e98d
commit a43ce14
Showing
18 changed files
with
443 additions
and
409 deletions.
There are no files selected for viewing
Binary file added
BIN
+567 KB
.../public/wasm/tx_ibc.13b28479e6dd07f91749fb782752c2c59e9a4e6720e22f5e77417f8e92152819.wasm
Binary file not shown.
Binary file removed
BIN
-547 KB
.../public/wasm/tx_ibc.24138bc1574c483e3472fe78b2da2fcce05310904d2cecd84f5156171dc96fbd.wasm
Binary file not shown.
Binary file removed
BIN
-88.1 KB
...asm/tx_init_account.471ba8fa277ba422bbfdddb513e7c7b97dcb3d278e31a2abb5ce4795bc7a869a.wasm
Binary file not shown.
Binary file added
BIN
+90.4 KB
...asm/tx_init_account.e0a3d18ec8b373366a6c19bfd91784d011a076ba5acb13063c7644ae3881c1c4.wasm
Binary file not shown.
Binary file added
BIN
+164 KB
...ic/wasm/tx_transfer.410f2e3d5d98815ce4d30e4895a8d2902087f370f9c24b20c575f4fcb4b6bbd0.wasm
Binary file not shown.
Binary file removed
BIN
-163 KB
...ic/wasm/tx_transfer.6abb9fa97316134671477fd980f109a1751a9cae4eaa245fdd9775d400943523.wasm
Binary file not shown.
Binary file removed
BIN
-157 KB
...public/wasm/vp_masp.1a8cfe1811fd2842f374913611eadc6f0ba9c890ccdaabf0e7c2861e6db2ad7f.wasm
Binary file not shown.
Binary file added
BIN
+156 KB
...public/wasm/vp_masp.4e83d20336fb56650d7b7a6669b368864f1a0a70498ff4e1767edccf49a97392.wasm
Binary file not shown.
Binary file added
BIN
+121 KB
...ublic/wasm/vp_token.8f0ae2a307a883c25e73c77a0aac99b8a927d03682b9e88b75be3036eb7468de.wasm
Binary file not shown.
Binary file removed
BIN
-97.7 KB
...ublic/wasm/vp_token.b8ab23243f793722bad4a627415e30a1ffeb5acdee6f8838b132af3bb09e1b59.wasm
Binary file not shown.
Binary file added
BIN
+144 KB
...public/wasm/vp_user.3e1a72d8c71c7befb2dadaa4215560e711b3e3f1ec612c3e10ae56658dc29f14.wasm
Binary file not shown.
Binary file removed
BIN
-265 KB
...public/wasm/vp_user.eb918add9dd36797e6420affda3b1e768b6bc7f3f8a2610591213d5fc7154090.wasm
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -53,6 +53,7 @@ impl Transfer { | |
source, | ||
target, | ||
token, | ||
sub_prefix: None, | ||
amount, | ||
key, | ||
shielded, | ||
|
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,12 +1,12 @@ | ||
/* eslint-disable max-len */ | ||
export enum TxWasm { | ||
InitAccount = "tx_init_account.471ba8fa277ba422bbfdddb513e7c7b97dcb3d278e31a2abb5ce4795bc7a869a.wasm", | ||
Transfer = "tx_transfer.6abb9fa97316134671477fd980f109a1751a9cae4eaa245fdd9775d400943523.wasm", | ||
IBC = "tx_ibc.24138bc1574c483e3472fe78b2da2fcce05310904d2cecd84f5156171dc96fbd.wasm", | ||
InitAccount = "tx_init_account.e0a3d18ec8b373366a6c19bfd91784d011a076ba5acb13063c7644ae3881c1c4.wasm", | ||
Transfer = "tx_transfer.410f2e3d5d98815ce4d30e4895a8d2902087f370f9c24b20c575f4fcb4b6bbd0.wasm", | ||
IBC = "tx_ibc.13b28479e6dd07f91749fb782752c2c59e9a4e6720e22f5e77417f8e92152819.wasm", | ||
} | ||
|
||
export enum VpWasm { | ||
User = "vp_user.eb918add9dd36797e6420affda3b1e768b6bc7f3f8a2610591213d5fc7154090.wasm", | ||
Token = "vp_token.b8ab23243f793722bad4a627415e30a1ffeb5acdee6f8838b132af3bb09e1b59.wasm", | ||
Masp = "vp_masp.1a8cfe1811fd2842f374913611eadc6f0ba9c890ccdaabf0e7c2861e6db2ad7f.wasm", | ||
User = "vp_user.3e1a72d8c71c7befb2dadaa4215560e711b3e3f1ec612c3e10ae56658dc29f14.wasm", | ||
Token = "vp_token.8f0ae2a307a883c25e73c77a0aac99b8a927d03682b9e88b75be3036eb7468de.wasm", | ||
Masp = "vp_masp.4e83d20336fb56650d7b7a6669b368864f1a0a70498ff4e1767edccf49a97392.wasm", | ||
} |