-
Notifications
You must be signed in to change notification settings - Fork 15
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 * fix: don't exit if we can't remove a file that already doesn't exist (#5328) * fix: don't exit if we can't remove a file that already doesn't exist * Update localnet/common.sh Co-authored-by: anton-chain <anton@chainflip.io> --------- Co-authored-by: anton-chain <anton@chainflip.io> * fix --------- Co-authored-by: Maxim Shishmarev <msgmaxim@gmail.com> Co-authored-by: anton-chain <anton@chainflip.io> Co-authored-by: Daniel <daniel@chainflip.io>
- Loading branch information
1 parent
91ddcac
commit 69480d6
Showing
18 changed files
with
481 additions
and
90 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
Oops, something went wrong.