Skip to content
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

[DO NOT MERGE] staging bridge SDK and API #3436

Closed
wants to merge 53 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
1e440c5
feat: scaffold `getBestRFQQuote`
ChiTimesChi Nov 6, 2024
6572f96
test: add coverage for getBestRFQQuote
ChiTimesChi Nov 6, 2024
6c66758
feat: initial impl for `getBestRFQQuote`
ChiTimesChi Nov 6, 2024
685a191
Merge branch 'master' into feat/sdk-rfq-endpoint
ChiTimesChi Nov 8, 2024
1795948
test: follow #3379 to silence console in tests
ChiTimesChi Nov 8, 2024
3643f19
fix: log -> error
ChiTimesChi Nov 8, 2024
9b146b7
feat: `isSameAddress`
ChiTimesChi Nov 8, 2024
da73636
refactor: use `isSameAddress`
ChiTimesChi Nov 8, 2024
e2d71cf
fix: return a zero quote instead of null for easier chaining
ChiTimesChi Nov 8, 2024
140cc45
feat: use `getBestQuote` instead of calculating the quote
ChiTimesChi Nov 8, 2024
9e14676
refactor: another futile attempt at keeping the codebase comprehensible
ChiTimesChi Nov 8, 2024
c0bcd7c
[REVERT IN PROD] enable test build
ChiTimesChi Nov 8, 2024
e027265
refactor: remove unused quote calculation
ChiTimesChi Nov 8, 2024
d0ec047
fix: don't force user address to display quotes for unconnected wallets
ChiTimesChi Nov 8, 2024
40d2ad2
chore: add TODOs, docs
ChiTimesChi Nov 11, 2024
e0127e3
Merge branch 'master' into feat/sdk-rfq-endpoint
ChiTimesChi Nov 11, 2024
5a8c853
fix: fill headers for `/rfq` request
ChiTimesChi Nov 11, 2024
1501333
refactor: use isSameAddress in log utils
ChiTimesChi Nov 11, 2024
192fb72
Merge branch 'master' into feat/sdk-rfq-endpoint
ChiTimesChi Nov 19, 2024
e1a1a77
fix: update for #3372
ChiTimesChi Nov 19, 2024
2182bb8
feat: use temporary V2 routers [REVERT IN PROD]
ChiTimesChi Dec 4, 2024
ed870e1
feat: use staging API URL [REVERT IN PROD]
ChiTimesChi Dec 4, 2024
0064ba7
build: use local sdk-router in FE and rest-api [REVERT IN PROD]
ChiTimesChi Dec 4, 2024
2df2e96
Revert "build: use local sdk-router in FE and rest-api [REVERT IN PROD]"
ChiTimesChi Dec 4, 2024
5288bd7
build: try using github link for rest-api
ChiTimesChi Dec 4, 2024
6e71ca5
build: include github:
ChiTimesChi Dec 4, 2024
52358c7
Revert "build: include github:"
ChiTimesChi Dec 5, 2024
4f87518
Revert "build: try using github link for rest-api"
ChiTimesChi Dec 5, 2024
7d107a5
build: try adding a symlionk to the build script
ChiTimesChi Dec 5, 2024
6c3733a
build: adjust to affect the monorepo's root
ChiTimesChi Dec 5, 2024
b6af3df
build: correct symlink target
ChiTimesChi Dec 5, 2024
ec49410
build: another futile symlink attempt
ChiTimesChi Dec 5, 2024
e7b592e
chore: add a staging log in the SDK
ChiTimesChi Dec 5, 2024
f7ae57d
build: add local sdk-router build step
ChiTimesChi Dec 5, 2024
804f025
build: revert back to the original
ChiTimesChi Dec 5, 2024
7ea323c
fix: URL
ChiTimesChi Dec 5, 2024
cd50179
Revert "[REVERT IN PROD] enable test build"
ChiTimesChi Dec 5, 2024
1d7323a
docs: remove API_TIMEOUT docs for easier merging into staging branch
ChiTimesChi Dec 5, 2024
27c91e9
Merge branch 'feat/sdk-rfq-endpoint' into staging/bridge-sdk-api
ChiTimesChi Dec 5, 2024
17ac454
feat: add typechain bindings
ChiTimesChi Dec 5, 2024
7a02640
feat: add ABIs
ChiTimesChi Dec 5, 2024
46cc9b1
feat: scaffold SIR module
ChiTimesChi Dec 5, 2024
e499dd6
feat: scaffold `bridge` implementation
ChiTimesChi Dec 5, 2024
ff3bb3d
feat: steps array encoding
ChiTimesChi Dec 6, 2024
b799d41
feat: initial impl of SIR module
ChiTimesChi Dec 6, 2024
a555aca
feat: encoding of saved params for FB V2
ChiTimesChi Dec 6, 2024
0008ab9
feat: SIR module set
ChiTimesChi Dec 6, 2024
d84fde6
feat: expose SIR in SDK
ChiTimesChi Dec 6, 2024
7261e02
Merge branch 'feat/sdk-sir-module' into staging/bridge-sdk-api
ChiTimesChi Dec 6, 2024
3f463f1
feat: prioritize SIN quotes on the FE
ChiTimesChi Dec 6, 2024
0c87de9
fix(sdk-router): bridge module name
ChiTimesChi Dec 6, 2024
3a8baa0
fix(synapse-interface): bridge module name
ChiTimesChi Dec 6, 2024
2f787e9
chore: trigger staging api build
ChiTimesChi Dec 6, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion packages/rest-api/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Synapse REST API
To make requests, use https://api.synapseprotocol.com/


To run locally:
```bash
yarn dev
Expand Down
Loading
Loading