-
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.
* axelarcork integration test stub * add axelarcork genesis state to integration tests * WIP on axelar integration test * computer cork/axelarcork IDHash the same way * Fix up axelarcork msgs.go * WIP on axelarcork integration test * go mod tidy * appease linter * move creation of axelar keeper to after gravity * fix creation of msg for scheduling an axelar cork * WIP for axelar integration test * check all the scheduled corks * v7 upgrade uses zero-size slices with capacities * integration tests normal and scheduled corks * Set the ChainID in upgrade data * integration test for upgrade proxy proposal * appease linter * full axelar integration test
- Loading branch information
1 parent
1498c8e
commit bd0a767
Showing
13 changed files
with
628 additions
and
39 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -121,6 +121,7 @@ jobs: | |
matrix: | ||
test_type: [ | ||
"ScheduledCork", | ||
"AxelarCork", | ||
"Auction", | ||
"CellarFees", | ||
"Incentives", | ||
|
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.