forked from CosmWasm/wasmd
-
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.
Add Build Address gRPC Query (CosmWasm#1753)
* add and generate build address query protos * change init args to bytes * implement BuildAddress grpc query * Add unit tests * Update x/wasm/keeper/querier_test.go Co-authored-by: pinosu <95283998+pinosu@users.noreply.github.com> * more verbose error messages * make CmdBuildAddress use query client instead of keeper * src instead of srcQuery in tests * add more test cases * add test for invalid init args --------- Co-authored-by: pinosu <95283998+pinosu@users.noreply.github.com>
- Loading branch information
1 parent
d0dde1a
commit 651abcf
Showing
7 changed files
with
911 additions
and
110 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
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.