-
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(synapse-interface): validate rfq quotes (#2971)
* feat: reject rfq quotes if differing by more than 30% wrt synapse bridge * fix: directional comparison * Remove log * feat: compare RFQ against nonRFQ quotes * Track nonRFQ quote used over RFQ * Remove testing var * Remove unnecessary segment fields * Remove address field in Segment tracking since already tracked * Remove unnecessary address field in other segmentAnalyticsEvent() instances * feat: track specific quote details in segment event * fix: clearer patterns * fix: remove bigint typecast
- Loading branch information
1 parent
b4b6948
commit f8a0e13
Showing
5 changed files
with
30 additions
and
17 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