trn-seed icon indicating copy to clipboard operation
trn-seed copied to clipboard

Fix eth bridge pause and validator set issue

Open JasonTulp opened this issue 11 months ago • 0 comments

This PR addresses two tickets:

  • https://futureverse.atlassian.net/jira/software/c/projects/TRN/boards/39?selectedIssue=TRN-315 addressed by changing bridge paused type from a bool to a struct that contains two bools based on the pause origin. i.e. manual pause or authorities change pause.

  • https://futureverse.atlassian.net/jira/software/c/projects/TRN/boards/39?selectedIssue=TRN-314 addressed by reassigning the validator_set_id when the delayed proof is sent, right before the event is thrown

JasonTulp avatar Mar 21 '24 21:03 JasonTulp