-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* We can now witness when Solana CCM transaction fails to execute. The witnessed result is now part of the SolanaElections. On Program execution error, fallback transfer is created. WIP: Add tests and storage migration for SolanaBroadcast and Elections * Added integration test for CCM fallback mechanism. * Added storage migration for sol ccm success witnessing. Clear all egress-success election votes Migrated Broadcaster storage to newer version of ApiCall * Corrected Migration in Runtime. * Call SolanaBroadcaster::egress_success() regardless of if call execution was successful. This ensures call data are cleared in the broadcaster pallet. * Commented out a print statement in the unit test * renamed a member field * Fixed bouncer test for Solana CCMs * Fixed bouncer lint * Added upgrade condition so we only upgrade when there are no pending solana calls to be threshold signed
- Loading branch information
Showing
19 changed files
with
556 additions
and
163 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
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
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.