-
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(marketplace): cancel sell order (#891)
* feat: escrow credits * fix: revert mock times * fix: typo * chore: add event emission to sell * fix: assert precision of sell order qty * feat: pruning * chore: fmt.Errorf -> sdkerrors.ErrInvalidRequest * feat: cancel sell order * chore: conflict * chore: revert * fix: comment * chore: godoc * chore: gomod/cleanup * chore: cleanup imports Co-authored-by: technicallyty <48813565+tytech3@users.noreply.github.com>
- Loading branch information
1 parent
db2a640
commit 907d8c1
Showing
10 changed files
with
1,789 additions
and
294 deletions.
There are no files selected for viewing
1,356 changes: 1,148 additions & 208 deletions
1,356
api/regen/ecocredit/marketplace/v1/tx.pulsar.go
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
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.