-
Notifications
You must be signed in to change notification settings - Fork 1
[develop] Version/4.12.7 #365
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
Merged
Merged
Conversation
This file contains hidden or 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
* Update the text content of DEX page * Update changelog * Generate package-lock.json * Update changelog * Generate package-lock.json * Fix constant to handle local development * Update version, changelog & dependencies * Replace value of exchange rate * Update changelog * Update changelog * Generate package-lock.json * Update version & changelog * Add loop to fetch all account delegations * Fix get all account delegations & unbondings * Add store tests * Add unbondings txs to delegations table * Move format date from util to view * Update store action to fetch validator delegations * Update store tests * Update changelog * Update changelog * Generate package-lock.json * Update version & changelog * Add type to items of delegations table * Update changelog * Generate package-lock.json * Update version & changelog * Fix action to fetch account details * Fix store tests * Update changelog * Update changelog * Generate package-lock.json * Update changelog * Generate package-lock.json * Update changelog * Generate package-lock.json * Update version & changelog * Fix loading data for stats page * Add manage button to deleagtions list * Update changelog * Update changelog * Generate package-lock.json * Update version, changelog & dependencies * Add fetch supply to assets store * Add native token to assets list * Add fetch account balances * Add account balances to assets list * Fix open asset detail * Rename mutation * Add modal to transfer assets * Update assets list style * Fix assets list refresh data on wallet connect * Update dependencies * Update visibility of asset buttons * Add connections env variable * Add IBC constants * Add connections request * Add action to fetch connection data * Add select chain to transfer token modal * Fix fetch default connection data * Add action to fetch token balance from url * Update initializing modal to transfer * Add fetch balance on deposit request * Fix helper to build assets data table * Fix build ibc token * Fix fetch balance from connected chain * Add amount field to transfer * Add utility to build transfer msg * Add action to transfer tokens * Fix build transfer msg * Fix build transfer msg * Update get connection data of assets store * Update dependencies * Update utility to get transfer msg * Update build ibc transfer msg * Update value of timeout * Split assets store * Moved ibc components to dedicated folder * Add MsgTransfer template * Update dependencies * Add store tests * Fix test descriptions * Disable set max transfer when handling * Update transfer msg building * Add fetch account balance from connected chain * Fix show max amount to transfer * Hide remove & withdraw CCC * Install cosmos types library * Replace literals with value from library * Remove library * Update transfer msg builder * Add set asset logo * Rename helper file * Add asset logo * Update assets list style * Update assets list style * Fux utility to build transfer msg * Update memo content of transfer msg * Update ibc transfer tx view * Add close transfer modal on success * Update store to handle ibc transfer * Update transfer msg building * Update func to broadcast tx with Keplr * Add chain data to ibc transfer action * Fix deposit asset * Fix broadcast tx * Add alert to show ibc transfer result * Update readme examples * Update visibility of ibc transfer buttons * Update changelog * Fix constant * Update changelog * Update version & changelog * Add chains to suggest * Add suggest chain before ibc transfer * Reduce size of connections env constant * Fix tests * Update changelog * Remove console log * Update config of suggested chain * Update version & changelog * Fix channel & port ids setting * Add fetch connection detail from api * Add get channel proof height * Update transfer msg builder * Add store tests * Update changelog * Fix listen to account change * Update dependencies * Update changelog * Update changelog * Generate package-lock.json * Update version & changelog * Fix timestamp setting of ibc transfer * Add chain to constants for local development * Fix refresh assets when walet change * Update changelog * Update changelog * Generate package-lock.json * Update version & changelog * Fix MsgTransfer template * Update changelog * Generate package-lock.json * Update version, dependencies & changelog * Add fetch timeoutHeight from counterparty * Update revision height calc * Remove 'memo' from transfer message * Add store tests * Improve build transfer msg * Update changelog * Fix changelog * Update changelog * Generate package-lock.json * Update version & changelog * Update changelog * Update withdraw IBC transfer * Update changelog * Generate package-lock.json * Update version & changelog * Upgrade to 20 node version of Dockerfile * Upgrade to 20 node version of github actions * Update changelog * Generate package-lock.json * Update version, changelog & dependencies * Add signing infos api request * Add action to fetch missed blocks counter * Fix derive consensus address * Improve action to fetch missed blocks * Update store tests * Add missed blocks counter to view * Update locales * Fixed view tests * Update changelog * Generate package-lock.json * Update version, changelog & dependencies * Update app version * Generate package-lock.json * Update version & dockerfile * Update changelog * Fix dockerfile * Generate package-lock.json * Update version, changelog & dependencies * Update version, changelog & dependencies * Update app version * Fix changelog * Update version, changelog & dependencies
[alfa] Version/4.12.7
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.
Changelog
Fixed