-
Notifications
You must be signed in to change notification settings - Fork 2
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
Improve requests #398
Merged
Merged
Improve requests #398
Conversation
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
quentin-burg
added a commit
that referenced
this pull request
Sep 13, 2023
* edit pipeline to create a docker image for beta version. [skip ci] * Upgrade Batcher UI (#388) * 🚧 💥 init migration to NextJS * 🚧 🎨 💄 rewriting style without less & antd * 🚧 add redux & redux-loop to manage wallet connection * 🔧 update react-GA due to merge * 🔧 fix husky * 💥 organize global state with redux and write some types to represent smart contract types * 🚧 * 🚧 use both context and redux to manage wallet and tzkt instance * 💄 review choose pair component * cleaning... * 🚧 deposit token * 🚧 rework batcher infos ✨ * 🚧 impl oracle price * 🚧 trying to deploy with NextJS * 🚧 🔧 make nextjs/tailwind working in Docker * 🚧 test deploying * 🚧 run nextjs server on port 80 * 🚧 volumes * 🔥 clean code and add metadata * 🚧 websocket improvments * 🚧 fix warning * 🚧 * 💄 review styling * 💄 update style with feedbacks * ✨ volumes & holdings * ♻️ review some items && change contract address for ghostnet * 🐛 fix bugs on swap component * ♻️ change pair selecting * 🐛 fix some bugs * 🔥 remove useless files and clean ✨ * 🔧 fix issue with images * 🔥 move folders into src * ✨ add Copy & Tooltip component from tzsafe-ui * 🚧 * 🔥 remove useless file * 🐛 fix user balance fetching --------- Co-authored-by: Quentin <[email protected]> Co-authored-by: Quentin Burg <[email protected]> * 🔧 update github workflow with staging branch instead of feature branch && 🐛 fix bug with oracle price * 🐛 fix volumes update when received an event from bigmap * Improve requests (#398) * ⚡ improve number of requests to tzkt API && 🏷️ add types for contract * ⚡ decrease requests number to smart contract --------- Co-authored-by: Quentin Burg <[email protected]> * ♻️ remove tzkt SDK * 🐛 get fees amount from storage before deposit tokens * ♻️ improve check status from http request * 🔍 write open graph metadata * ✨ add token icon in swap selector * 🍱 add tzbtc icon in local * 🚧 test og metadata * :sparkles add tooltip on price strategy * ✨ select tokens both side * ✨ add toasts for error and info * 💚 try to fix CI failure * 🔧 choose the right network depending on network targeted * 🚧 try to fix CI * 🐛 fix issues with holdings and improve other things * ♻️ upgrade taquito * favicon is missing --------- Co-authored-by: Cyril B <[email protected]> Co-authored-by: Quentin <[email protected]> Co-authored-by: Quentin Burg <[email protected]>
quentin-burg
added a commit
that referenced
this pull request
Sep 25, 2023
* edit pipeline to create a docker image for beta version. [skip ci] * Upgrade Batcher UI (#388) * 🚧 💥 init migration to NextJS * 🚧 🎨 💄 rewriting style without less & antd * 🚧 add redux & redux-loop to manage wallet connection * 🔧 update react-GA due to merge * 🔧 fix husky * 💥 organize global state with redux and write some types to represent smart contract types * 🚧 * 🚧 use both context and redux to manage wallet and tzkt instance * 💄 review choose pair component * cleaning... * 🚧 deposit token * 🚧 rework batcher infos ✨ * 🚧 impl oracle price * 🚧 trying to deploy with NextJS * 🚧 🔧 make nextjs/tailwind working in Docker * 🚧 test deploying * 🚧 run nextjs server on port 80 * 🚧 volumes * 🔥 clean code and add metadata * 🚧 websocket improvments * 🚧 fix warning * 🚧 * 💄 review styling * 💄 update style with feedbacks * ✨ volumes & holdings * ♻️ review some items && change contract address for ghostnet * 🐛 fix bugs on swap component * ♻️ change pair selecting * 🐛 fix some bugs * 🔥 remove useless files and clean ✨ * 🔧 fix issue with images * 🔥 move folders into src * ✨ add Copy & Tooltip component from tzsafe-ui * 🚧 * 🔥 remove useless file * 🐛 fix user balance fetching --------- Co-authored-by: Quentin <[email protected]> Co-authored-by: Quentin Burg <[email protected]> * 🔧 update github workflow with staging branch instead of feature branch && 🐛 fix bug with oracle price * 🐛 fix volumes update when received an event from bigmap * Improve requests (#398) * ⚡ improve number of requests to tzkt API && 🏷️ add types for contract * ⚡ decrease requests number to smart contract --------- Co-authored-by: Quentin Burg <[email protected]> * ♻️ remove tzkt SDK * 🐛 get fees amount from storage before deposit tokens * ♻️ improve check status from http request * 🔍 write open graph metadata * ✨ add token icon in swap selector * 🍱 add tzbtc icon in local * 🚧 test og metadata * :sparkles add tooltip on price strategy * ✨ select tokens both side * ✨ add toasts for error and info * 💚 try to fix CI failure * 🔧 choose the right network depending on network targeted * 🚧 try to fix CI * 🐛 fix issues with holdings and improve other things * ♻️ upgrade taquito * favicon is missing --------- Co-authored-by: Cyril B <[email protected]> Co-authored-by: Quentin <[email protected]> Co-authored-by: Quentin Burg <[email protected]>
quentin-burg
added a commit
that referenced
this pull request
Oct 4, 2023
* edit pipeline to create a docker image for beta version. [skip ci] * Upgrade Batcher UI (#388) * 🚧 💥 init migration to NextJS * 🚧 🎨 💄 rewriting style without less & antd * 🚧 add redux & redux-loop to manage wallet connection * 🔧 update react-GA due to merge * 🔧 fix husky * 💥 organize global state with redux and write some types to represent smart contract types * 🚧 * 🚧 use both context and redux to manage wallet and tzkt instance * 💄 review choose pair component * cleaning... * 🚧 deposit token * 🚧 rework batcher infos ✨ * 🚧 impl oracle price * 🚧 trying to deploy with NextJS * 🚧 🔧 make nextjs/tailwind working in Docker * 🚧 test deploying * 🚧 run nextjs server on port 80 * 🚧 volumes * 🔥 clean code and add metadata * 🚧 websocket improvments * 🚧 fix warning * 🚧 * 💄 review styling * 💄 update style with feedbacks * ✨ volumes & holdings * ♻️ review some items && change contract address for ghostnet * 🐛 fix bugs on swap component * ♻️ change pair selecting * 🐛 fix some bugs * 🔥 remove useless files and clean ✨ * 🔧 fix issue with images * 🔥 move folders into src * ✨ add Copy & Tooltip component from tzsafe-ui * 🚧 * 🔥 remove useless file * 🐛 fix user balance fetching --------- Co-authored-by: Quentin <[email protected]> Co-authored-by: Quentin Burg <[email protected]> * 🔧 update github workflow with staging branch instead of feature branch && 🐛 fix bug with oracle price * 🐛 fix volumes update when received an event from bigmap * Improve requests (#398) * ⚡ improve number of requests to tzkt API && 🏷️ add types for contract * ⚡ decrease requests number to smart contract --------- Co-authored-by: Quentin Burg <[email protected]> * ♻️ remove tzkt SDK * 🐛 get fees amount from storage before deposit tokens * ♻️ improve check status from http request * 🔍 write open graph metadata * ✨ add token icon in swap selector * 🍱 add tzbtc icon in local * 🚧 test og metadata * :sparkles add tooltip on price strategy * ✨ select tokens both side * ✨ add toasts for error and info * 💚 try to fix CI failure * 🔧 choose the right network depending on network targeted * 🚧 try to fix CI * 🐛 fix issues with holdings and improve other things * ♻️ upgrade taquito * favicon is missing --------- Co-authored-by: Cyril B <[email protected]> Co-authored-by: Quentin <[email protected]> Co-authored-by: Quentin Burg <[email protected]>
quentin-burg
added a commit
that referenced
this pull request
Oct 4, 2023
* edit pipeline to create a docker image for beta version. [skip ci] * Upgrade Batcher UI (#388) * 🚧 💥 init migration to NextJS * 🚧 🎨 💄 rewriting style without less & antd * 🚧 add redux & redux-loop to manage wallet connection * 🔧 update react-GA due to merge * 🔧 fix husky * 💥 organize global state with redux and write some types to represent smart contract types * 🚧 * 🚧 use both context and redux to manage wallet and tzkt instance * 💄 review choose pair component * cleaning... * 🚧 deposit token * 🚧 rework batcher infos ✨ * 🚧 impl oracle price * 🚧 trying to deploy with NextJS * 🚧 🔧 make nextjs/tailwind working in Docker * 🚧 test deploying * 🚧 run nextjs server on port 80 * 🚧 volumes * 🔥 clean code and add metadata * 🚧 websocket improvments * 🚧 fix warning * 🚧 * 💄 review styling * 💄 update style with feedbacks * ✨ volumes & holdings * ♻️ review some items && change contract address for ghostnet * 🐛 fix bugs on swap component * ♻️ change pair selecting * 🐛 fix some bugs * 🔥 remove useless files and clean ✨ * 🔧 fix issue with images * 🔥 move folders into src * ✨ add Copy & Tooltip component from tzsafe-ui * 🚧 * 🔥 remove useless file * 🐛 fix user balance fetching --------- Co-authored-by: Quentin <[email protected]> Co-authored-by: Quentin Burg <[email protected]> * 🔧 update github workflow with staging branch instead of feature branch && 🐛 fix bug with oracle price * 🐛 fix volumes update when received an event from bigmap * Improve requests (#398) * ⚡ improve number of requests to tzkt API && 🏷️ add types for contract * ⚡ decrease requests number to smart contract --------- Co-authored-by: Quentin Burg <[email protected]> * ♻️ remove tzkt SDK * 🐛 get fees amount from storage before deposit tokens * ♻️ improve check status from http request * 🔍 write open graph metadata * ✨ add token icon in swap selector * 🍱 add tzbtc icon in local * 🚧 test og metadata * :sparkles add tooltip on price strategy * ✨ select tokens both side * ✨ add toasts for error and info * 💚 try to fix CI failure * 🔧 choose the right network depending on network targeted * 🚧 try to fix CI * 🐛 fix issues with holdings and improve other things * ♻️ upgrade taquito * favicon is missing --------- Co-authored-by: Cyril B <[email protected]> Co-authored-by: Quentin <[email protected]> Co-authored-by: Quentin Burg <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.