-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into dwedul/1753-copy-sanction-in
# Conflicts: # x/README.md
- Loading branch information
Showing
14 changed files
with
1,285 additions
and
28 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
package cmd | ||
|
||
// This file is in the cmd package (not cmd_test) so that it can expose | ||
// some private keeper stuff for unit testing. | ||
|
||
var ( | ||
// MakeDefaultMarket is a test-only exposure of makeDefaultMarket. | ||
MakeDefaultMarket = makeDefaultMarket | ||
// AddMarketsToAppState is a test-only exposure of addMarketsToAppState. | ||
AddMarketsToAppState = addMarketsToAppState | ||
// GetNextAvailableMarketID is a test-only exposure of getNextAvailableMarketID. | ||
GetNextAvailableMarketID = getNextAvailableMarketID | ||
) |
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.