-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2024-09-26 FE Release #3155
Merged
Merged
2024-09-26 FE Release #3155
Changes from 1 commit
Commits
Show all changes
74 commits
Select commit
Hold shift + click to select a range
89907ce
update bl
aureliusbtc b07d94e
remove global solidity extension settings
ChiTimesChi 6e41b29
use monorepo support in global workspace only
ChiTimesChi 9049299
- use Solidity extension for formatting *.sol files
ChiTimesChi 7a118c9
REST API Improvements [SLT-179] (#3133)
Defi-Moses 0b64779
Publish
Defi-Moses d4d1c5a
fix harmony proxy (#3149)
trajan0x bf22448
merging rfq indexer into monorepo [SLT-164] [SLT-176] (#3136)
Defi-Moses 5052439
Publish
Defi-Moses a03677e
Adds /destinationTokens route [SLT-204] (#3151)
abtestingalpha 4ed82b0
Publish
abtestingalpha 1b821a0
boba pause (#3150)
Defi-Moses 965736b
Publish
Defi-Moses fd1540d
fix(synapse-interface): Reorders validation to check existence first …
abtestingalpha 8e12c27
Publish
abtestingalpha 4f4c201
Fix boba pause (#3158)
abtestingalpha b1eca8a
Publish
abtestingalpha 86415c0
update bl
trajan0x 49cf94d
Merge branch 'master' of https://github.com/synapsecns/sanguine
trajan0x 01ec2d4
feat(rest-api): Adds Swagger for api docs [SLT-205] (#3159)
abtestingalpha 8127a4c
Publish
abtestingalpha d7599c3
Pulls version from package json (#3160)
abtestingalpha c262b01
Publish
abtestingalpha c32b70b
Require vs import due to file location (#3161)
abtestingalpha ce1defe
Publish
abtestingalpha 304ecda
Prevent caching of api docs (#3162)
abtestingalpha fd0aecb
Publish
abtestingalpha 23f6c4c
feat(contracts-rfq): relay/prove/claim with different address [SLT-13…
parodime dd67210
Publish
parodime 4a0f2e7
fix(promexporter): make spans better (#3164)
golangisfun123 1eb52a0
changing native token address standard [SLT-210] (#3157)
Defi-Moses 3b507bd
Publish
Defi-Moses f4101f2
Refactoring rfq-indexer API and adding swagger docs [SLT-228] (#3167)
Defi-Moses 4cb5d73
Publish
Defi-Moses 1891fed
fix read mes (#3168)
Defi-Moses 4680ddc
Merge pull request #3145 from synapsecns/chore/solidity-vscode-settings
ChiTimesChi faf9387
Publish
ChiTimesChi 8c702c7
fix(opbot): use submitter get tx status [SLT-158] (#3134)
golangisfun123 9418b40
fix(synapse-interface): Additional checks on screen [SLT-166] (#3152)
abtestingalpha 1eb6fa0
Publish
abtestingalpha 6f21b1a
feat(synapse-interface): confirm new price [SLT-150] (#3084)
bigboydiamonds 1de17e0
Publish
bigboydiamonds b6651b1
fix: formatted bridge fee amount (#3165)
bigboydiamonds 0daec70
Publish
bigboydiamonds 74b620e
fix(contracts-rfq): CI workflows [SLT-245] (#3178)
ChiTimesChi 038605d
Publish
ChiTimesChi 98362bb
feat(api): bridge limits [SLT-165] (#3179)
bigboydiamonds 67a04cd
Publish
bigboydiamonds c15ec86
fix(contracts-rfq): limit the amount of solhint warnings [SLT-245] (#…
ChiTimesChi 11ac650
Publish
ChiTimesChi 8113d0b
ci: Solidity gas diff [SLT-259] (#3181)
ChiTimesChi e89b363
Publish
ChiTimesChi 7594100
fix(contracts-core): set very high gas limit for intensive tests [SLT…
ChiTimesChi 6ec996d
Publish
ChiTimesChi ceff8bc
feat(rest-api): Adds validateRouteExists validation [SLT-260] (#3180)
abtestingalpha 3af3438
Publish
abtestingalpha 3e75b0d
add duplicate command warning (#3174)
trajan0x 2e808e6
reduce solhint warnings on FbV2 (#3189)
parodime 1bdfee6
Publish
parodime 2709e85
ci: solidity gas diff options [SLT-267] (#3193)
ChiTimesChi 9742f8f
prove w/ tx id [SLT-181] (#3169)
parodime abeea4d
Publish
parodime fc6ddae
fix(sdk-router): disable ARB airdrop tests (#3195)
ChiTimesChi 90ac800
Publish
ChiTimesChi fe71628
Fixing issue for wallet integration [SLT-270] (#3194)
Defi-Moses 5c8a069
Publish
Defi-Moses 65ee496
store relayer on relay [SLT-182] (#3170)
parodime 1c5e21d
Publish
parodime 4a45bcf
Adjust text to trigger build (#3199)
abtestingalpha d8338fe
Publish
abtestingalpha f0b13bc
feat(synapse-interface): refund RFQ transaction [SLT-272] (#3197)
bigboydiamonds 96bf50f
Publish
abtestingalpha e897b18
no empty sender recip [SLT-184] (#3171)
parodime ebf102c
Publish
parodime File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
use monorepo support in global workspace only
- Loading branch information
commit 6e41b296d5a51011a9ad5fb0705180f34003f178
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"solidity.monoRepoSupport": false | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"solidity.monoRepoSupport": false | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"solidity.monoRepoSupport": false | ||
} |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tip
Codebase Verification
Mono-repo support setting may be misconfigured
The project structure indicates a monorepo setup with multiple packages and services. Consider setting
"solidity.monoRepoSupport": true
to ensure the Solidity extension correctly handles the repository's structure.packages/contracts-core/.vscode/settings.json
Analysis chain
Verify project structure for mono-repo setting
The
"solidity.monoRepoSupport": false
setting is appropriate if this project is not part of a monorepo structure for Solidity contracts.Please confirm that this setting aligns with the project's structure. You can verify this by checking the root directory structure:
If you see multiple packages or projects at the same level, you might need to reconsider this setting.
Scripts executed
The following scripts were executed for the analysis:
Script:
Length of output: 17137