-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add mcms batch accumulator for running integ tests * add functions for proposing and promoting candidates in MCMS * add some more execution for mcms, breaking at timelock reverting on underlying transaction * format calls * more fixes * fixes * clean up * fix lint * review comments * review comments * fix lint * review comments * fix tests * more review comments * add sens requests * review comments * send a dummy req * add initial test for bluegreen migration * add ability to update number of nodes * working test, remove a node from candidate configuration, see working transmit * add active/candidate test without offchain confirmation * remove integration test binary * move code around * check for 0x0000 instead of nil from post-promotion candidate config * partial bluegreen * refactor to make plugin types generic * deploy job specs before transmitting message, pass tests * fix golang lint ci issues * passing changeset test * working test, no mcms * wip * passing test with candidate in mcms * passing test, skipping send txn after setting candidate * fix bug in transition code for active candidate * update changes that were made to deployment and launcher.go * get test passing, commit * update for linting in launcher.go * clean up, move transferownership into ownership file * lint * fixes from comments in the pr * go mod tidy * fix address type * moving imports around * fix issues from merging * fix goimport * fix go imports --------- Co-authored-by: AnieeG <anindita.ghosh@smartcontract.com>
- Loading branch information
1 parent
9bcacfc
commit 600bc33
Showing
14 changed files
with
461 additions
and
189 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.