forked from cosmos/cosmos-sdk
-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* final iavl v1 implementation * bump go1.19 to 1.20 * go mod tidy * inc golang in CI * codeQL * Revert "codeQL" This reverts commit 1b1366b. * try to inc version for linter * adds config * fix config path * Revert "fix config path" This reverts commit 6498b69. * Revert "adds config" This reverts commit ae6cd9c. * golang ci fixes * fix gov simulation * fix values * remove explicit config location call * remove unnecessary CI check * remove unnecessary go bumps (cherry picked from commit f09bb25) Co-authored-by: Adam Tucker <[email protected]>
- Loading branch information
1 parent
bc9b3c2
commit c91769b
Showing
22 changed files
with
638 additions
and
178 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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
go 1.19 | ||
go 1.20 | ||
|
||
use ( | ||
. | ||
|
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.