-
Notifications
You must be signed in to change notification settings - Fork 992
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'tomas/implicit-vps' (#592)
- fix imports in `shared/src/ledger/storage/mod.rs` - update token XAN -> NAM in - `tests/src/e2e/ledger_tests.rs` - `wasm/wasm_source/src/vp_implicit.rs` - remove NFT from `wasm/wasm_source/src/vp_implicit.rs` - added shielded token transfer params in test in - `wasm/wasm_source/src/vp_implicit.rs` * tomas/implicit-vps: changelog: add #592 [ci] wasm checksums update test/e2e: add test for implicit account's PK revealing add manual "reveal-pk" command and automatically reveal when needed vp_prelude: refactor `key::get` to re-use new `storage_api::key::get` wasm/vp_implicit: add support and tests for revealing PK wasm: add tx_reveal_pk test/wasm/vp_implicit: use implicit addresses as vp_owner wasm/vp_implicit: rm change handling from implicit VP test/e2e: add test for transfer from implicit account protocol: allow to use implicit accounts in inner txs storage: load implicit VP from parameters add implicit_vp to protocol parameters and genesis wasm: add vp_implicit from a copy of vp_user
- Loading branch information
Showing
25 changed files
with
1,380 additions
and
91 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
- Added a validity predicate for implicit accounts. This is set in | ||
protocol parameters and may be changed via governance. Additionally, | ||
added automatic public key reveal in the client that use an implicit | ||
account that hasn't revealed its PK yet as a source. It's also | ||
possible to manually submit reveal transaction with client command | ||
([#592](https://github.com/anoma/namada/pull/592)) |
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
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
Oops, something went wrong.