-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(rfq-guard): v2 guard logic [SLT-387] (#3324)
* Feat: add FastBridgeAddress to pending proven model * Feat: add v2 address to config * Feat: add fastBridgeHandlers and v1/v2 specific guard logic * Feat: different listener logic on v1/v2 * WIP: add RelayerAddressV1 to relayer config * WIP: addr v1 is ptr * Feat: remove fastBridgeHandler * Fix: TestDispute * Cleanup: func sig * Cleanup: lint * Fix: e2e test * proposed mods for feat/guard-v2 [SLT-422] (#3364) * relabeling & using v2 events/parsing for both versions * lint * typo * addtl nil check on deref * prove multicalled relays [SLT-422] * runChainListener tweak. Parse proof relabel * removing fastbridgev1 BridgeRequested & refs * test probe - revert guard listener label * restore legacy listener "guard" label. Establish "guardV2" for new version * poke to rerun w/o explorer check * removing dev comments * [goreleaser] * Feat: add fastbridgev2 and fastbridge for integration tests * WIP: add separate dispute tests * Fix: e2e --------- Co-authored-by: parodime <[email protected]>
- Loading branch information
Showing
12 changed files
with
575 additions
and
144 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
Oops, something went wrong.