-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge PR #2: Initialize Sommelier Chain, Add Oracle Module
* WIP stargate migration, proto files compiling * Fixed import errors in types, onto compilation errors * WIP oracle migration * Passing types tests * go test ./x/oracle/keeper/... compiles and doesn't panic * Passing keeper tests * Simulation module compiliing * Simulation tests passing * GRPC query implementation, querier cleanup and test cleanup * WIP CLI migration * Client compiling and pssing tests, on to the handler * Handler tests compiling, still debugging test panics * proto file cleanup * Fix test initialization issues * WIP handler tests * Passing module tests 🎉 * Running app ready for testing * WIP GRPC msg_server impl * Migrate handler to msgServer * remove unnecessary annotations * Remove unneeded file, audit the rest, update README.md
- Loading branch information
1 parent
d18c0e1
commit d407a78
Showing
133 changed files
with
22,093 additions
and
10,190 deletions.
There are no files selected for viewing
This file was deleted.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# CODEOWNERS: https://help.github.com/articles/about-codeowners/ | ||
|
||
# Primary repo maintainers | ||
* @jackzampolin @zmanin | ||
* @jackzampolin @zmanin @kkennis |
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.