-
Notifications
You must be signed in to change notification settings - Fork 316
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add namespace id checks for messages (#592)
* add namespace checks for message in prepare/process proposal * add namespace checks for message in prepare/process proposal only in app * Update app/split_shares.go * adds idea to gitignore (#593) * add namespace checks for message in prepare/process proposal * add namespace checks for message in prepare/process proposal only in app * add tail and shares namespace check for wirepayfordata * add process proposal test * Revert "adds idea to gitignore (#593)" This reverts commit f5a0743. * fix process proposal test * add prepare proposal test * update comment * Update app/test/process_proposal_test.go * Update app/process_proposal.go Co-authored-by: Rootul Patel <[email protected]> * Update x/payment/types/wirepayfordata.go Co-authored-by: Rootul Patel <[email protected]> * Update app/test/prepare_proposal_test.go Co-authored-by: Rootul Patel <[email protected]> * Update app/test/prepare_proposal_test.go Co-authored-by: Rootul Patel <[email protected]> * Update x/payment/types/wirepayfordata.go Co-authored-by: Evan Forbes <[email protected]> * Update x/payment/types/wirepayfordata.go * add TestProcessMessageWithParityShareNamespaces * refactor TestProcessMessageWithParityShareNamespaces Co-authored-by: Rootul Patel <[email protected]> Co-authored-by: Evan Forbes <[email protected]>
- Loading branch information
1 parent
f5a0743
commit 5158ca8
Showing
7 changed files
with
175 additions
and
23 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 |
---|---|---|
|
@@ -6,4 +6,3 @@ build | |
coverage.txt | ||
tools-stamp | ||
.vscode | ||
.idea |
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
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