-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(x/ecocredit): Msg Server implementation for buy/sell functionali…
…ty (#613) * first edits for msg server * begin msg server implementation for buy / sell functionality * buy order sequence * add buy/sell events * update sell order * buy order processing * go mod tidy * cleanup and msgs * go mod tidy * validate basic * allow ask denom * fix and cleanup * process buy order Co-authored-by: Cory <[email protected]> * verify root address * Apply suggestions from code review Co-authored-by: MD Aleem <[email protected]> Co-authored-by: Tyler <[email protected]> * improve validate * Apply suggestions from code review Co-authored-by: Tyler <[email protected]> * address review comments * address review comments * add filled event * update sell order * complete sell order * Apply suggestions from code review Co-authored-by: Tyler <[email protected]> * address review comment * buy order table * fix primary key Co-authored-by: Ryan Christoffersen <[email protected]> Co-authored-by: MD Aleem <[email protected]> Co-authored-by: Tyler <[email protected]>
- Loading branch information
1 parent
8994951
commit 081ae07
Showing
19 changed files
with
10,319 additions
and
2,413 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
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.