-
Notifications
You must be signed in to change notification settings - Fork 90
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
Release 1.7 #615
Merged
Merged
Release 1.7 #615
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
* always show swap market algorithm * update wallet
* add fixes for parsing and calculation total amount * refactoring types * fix button styles
* Improve whitelist & fix select token dialog logged out state * Update wallet version
* Fixed z-indexes for Loader.
* use neu components * fix ccs * update wallet
* Pool Screen: Fixed collapse arrows. * Pool List: Made whole button area clickable. * Fixed Terms and Privacy Policy responsive behaviour. * Transaction Settings Dialog: Added content area.
* remove some overrides * collapse css * update select node css * fix collable background * add min-height for bridge-content
* change subscribe liquidity flow * fix calls order
* Keep sora hash for user guide * Fix issues & improve styles * Remove unused assets
* update select token modals * fix return type
* load fonts from overides to reneder icons not transparent * add TODO
* fix overflow issue * fix transaction copy button * fix bridge card padding
* add TokenAddress component * fix font-weight
* don't fetch registered assets twice * fix select network flow
* Fix typo * Update sorascan links * Update wallet
* Removed font feature settings. * Removed Lottie Loader. * Font feature settings overriding. * Updated font feature settings.
* improve node connection process after disconnect * fix css * fix typo
* create subscription at first, to not allow leak because async hook * improve createAccountLiquiditySubscription * refactoring add liquiddity return
* refactoring some components * update subscriptions management
* refactoring evm fee fetching * remove unused store attributes * remove duplicated code * add isRegisteredAsset getter to bridge * evm netfork fee update * fix endTime bug, remove unnecessary code * remove transactionStep from state * refactoring computed attributes in BridgeTransaction * refactoring BridgeTransaction flags * transfered BridgeOutgoing logic * add TODO comments & reduce github changes * remove redundant code * remove empty mutations * transfer EthBridgeIncoming logic & remove xstate * refactoring bridge utils * refactoring bridge getters * wip debugging * wip refactoring bridge store * refactoring bridge handlers * wip refactoring bridge utils * update ethereumNetworkFee during evm tx processing * refactoring common state handlers * fix retry * fix issues aaprove & remove history by id * refactoring to classes * refactoring bridge, fix bugs * remove unused code * stop tx, show action needed * update translations * fix history align * fix account assets subscription watcher * change font-size:10px to variable * change timeout to subscriptions * refactoring * set confirmation to 1, write evm block number in tx * add blocks left * update subscriptions * small fixes * show current tx network fees if they not exists * fix network type bug * update translations * update to import type BridgeHistory * get sora hash for incoming transfer * add comment
* Referral system: Fixed unbond Max Button, Active Menu state, Added Redirect after Bond/Unbond, Updated Referrals Addresses. * Referral System: Added message if user already has referrer. * Fixed Set Referral Confirmation Dialog. * Updated icon classes.
* Fix nft issues according to new api * fix remove account asset Co-authored-by: Nikita-Polyakov <polyakov@soramitsu.co.jp>
* Restrict operations for non divisible assets * Update wallet version
* show dropdown or buttons in app header menu * fix initial render * add type for menu item * transafer styles Co-authored-by: Stefan Popov <stefanpopov@list.ru>
* Updated wallet version. * Referral Rewards: Fixed Referrals Rewards Values.
* refactoring evm fee fetching * remove unused store attributes * remove duplicated code * add isRegisteredAsset getter to bridge * evm netfork fee update * fix endTime bug, remove unnecessary code * remove transactionStep from state * refactoring computed attributes in BridgeTransaction * refactoring BridgeTransaction flags * transfered BridgeOutgoing logic * add TODO comments & reduce github changes * remove redundant code * remove empty mutations * transfer EthBridgeIncoming logic & remove xstate * refactoring bridge utils * refactoring bridge getters * wip debugging * wip refactoring bridge store * refactoring bridge handlers * wip refactoring bridge utils * update ethereumNetworkFee during evm tx processing * refactoring common state handlers * fix retry * fix issues aaprove & remove history by id * refactoring to classes * refactoring bridge, fix bugs * remove unused code * stop tx, show action needed * update translations * fix history align * fix account assets subscription watcher * change font-size:10px to variable * change timeout to subscriptions * refactoring * set confirmation to 1, write evm block number in tx * add blocks left * update subscriptions * small fixes * show current tx network fees if they not exists * fix network type bug * update translations * update to import type BridgeHistory * get sora hash for incoming transfer * wip history restoration * restore history with more accurate data * set timestamps to restored history * incoming transactions restoration * fix cancelled evm tx flow * fix checkmark position * fix parsing amount * etherscan implementation * speed up restoration * improve filtering * create BridgeContainer * add ethescan api key to env.json * change restoration executon from parallel to continious * refactoring web3 & bridge mixin * restore bridge history in desc order * fix build error * update ethescan API keys Co-authored-by: Stefan Popov <stefanpopov@list.ru>
* Referral System: Updated Localisation. * PW-564: Fixed Bonded Balance Translation.
* refactoring evm fee fetching * remove unused store attributes * remove duplicated code * add isRegisteredAsset getter to bridge * evm netfork fee update * fix endTime bug, remove unnecessary code * remove transactionStep from state * refactoring computed attributes in BridgeTransaction * refactoring BridgeTransaction flags * transfered BridgeOutgoing logic * add TODO comments & reduce github changes * remove redundant code * remove empty mutations * transfer EthBridgeIncoming logic & remove xstate * refactoring bridge utils * refactoring bridge getters * wip debugging * wip refactoring bridge store * refactoring bridge handlers * wip refactoring bridge utils * update ethereumNetworkFee during evm tx processing * refactoring common state handlers * fix retry * fix issues aaprove & remove history by id * refactoring to classes * refactoring bridge, fix bugs * remove unused code * stop tx, show action needed * update translations * fix history align * fix account assets subscription watcher * change font-size:10px to variable * change timeout to subscriptions * refactoring * set confirmation to 1, write evm block number in tx * add blocks left * update subscriptions * small fixes * show current tx network fees if they not exists * fix network type bug * update translations * update to import type BridgeHistory * get sora hash for incoming transfer * wip history restoration * restore history with more accurate data * set timestamps to restored history * incoming transactions restoration * fix cancelled evm tx flow * fix checkmark position * fix parsing amount * etherscan implementation * speed up restoration * improve filtering * create BridgeContainer * add ethescan api key to env.json * change restoration executon from parallel to continious * refactoring web3 & bridge mixin * restore bridge history in desc order * fix build error * update ethescan API keys * rework history restoration using subquery * fix for & tiny optimization * fetch block number based on transactions * fix duplicated fetch * optimization of logs search * remove restored flag * add bridgeHistorySyncTimestamp * move history restoration to class * refactoring Co-authored-by: Stefan Popov <stefanpopov@list.ru>
* update wallet * update translations * Add api key * Update wallet version * Update token icons Co-authored-by: Stefan Popov <stefanpopov@list.ru>
* Referral System: Added Invited Users Subscription.
* Update ConfirmBonding.vue * Fix types * Fix scroll for dialog wrappers * update wallet * Fix click outside Co-authored-by: Nikita-Polyakov <polyakov@soramitsu.co.jp>
* Fix referral system issue * Update yarn.lock
stefashkaa
requested review from
RustemYuzlibaev,
alexnatalia and
Nikita-Polyakov
March 5, 2022 10:52
alexnatalia
approved these changes
Mar 5, 2022
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.