-
Notifications
You must be signed in to change notification settings - Fork 16
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
Update staging mainnnet environment #753
Closed
Closed
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
Bumps [axios](https://github.com/axios/axios) from 1.6.2 to 1.6.3. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.6.2...v1.6.3) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
Removes [tar](https://github.com/isaacs/node-tar). It's no longer used after updating ancestor dependencies [tar](https://github.com/isaacs/node-tar), [web3](https://github.com/ChainSafe/web3.js) and [geckodriver](https://github.com/webdriverio-community/node-geckodriver). These dependencies need to be updated together. Removes `tar` Updates `web3` from 1.10.3 to 4.8.0 - [Release notes](https://github.com/ChainSafe/web3.js/releases) - [Changelog](https://github.com/web3/web3.js/blob/4.x/CHANGELOG.md) - [Commits](web3/web3.js@v1.10.3...v4.8.0) Updates `geckodriver` from 3.2.0 to 4.4.0 - [Release notes](https://github.com/webdriverio-community/node-geckodriver/releases) - [Changelog](https://github.com/webdriverio-community/node-geckodriver/blob/main/CHANGELOG.md) - [Commits](webdriverio-community/node-geckodriver@v3.2.0...v4.4.0) --- updated-dependencies: - dependency-name: tar dependency-type: indirect - dependency-name: web3 dependency-type: direct:production - dependency-name: geckodriver dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
I've defined the FlyoverService usign with flyover sdk and using the getProviders function to list the providers available
We've defined a quote type for pegout using the WeiBig class for amounts, also we defined the getPegoutQuotes of the available providers
Based on PegoutForm component with some explanatory comments and address derivation logic moved away.
We've defined the store module structure for the flyover pegout module
Get api version once
refactor: text on pegout and pegin options, title on home
refactor: status bar gradient
I set the features data to be stored in a 48 hours cookie in order to reduce the api calls
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. - [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md) - [Commits](micromatch/braces@3.0.2...3.0.3) --- updated-dependencies: - dependency-name: braces dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
I've added the Flyover pegin function to get quotes
I've added the acceptPeginQuote and resgiterPegin to the FlyoverService
I've updated the peginForm in order to handle both pegin types and accepting the peginQuote before the tx are built by the WalletService.
|
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.
TWPAPP-774