-
Notifications
You must be signed in to change notification settings - Fork 7
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
Develop #17
Merged
Merged
Develop #17
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
fix: don't show enkrypt banner when using enkrypt
* feat: Breakdown balance when clicking on account in account page. * fix: Display correct staked and bonded values * Add countdown to vested unlock * feat: Load accounts and balance info on send page * fix: wip market price to display usd value * Price loading on Accounts and Send pages * Remove unused files * fix: fee calculation and refactor some components and types * Send values to verify route * feature: check existential deposit and display warning accordingly * fix: name of local storage, order of value setting * fix: fix mainnet endpoints * fix: fee symbol changes on network change * feat: account balances on send screen * fix: dot decimals * fix: remove balances from verify send page * fix: send button goes to correct send account page * fix: top send button goes to send screen Co-authored-by: eliasmpw <eliasmpw@hotmail.com>
* feat: Breakdown balance when clicking on account in account page. * fix: Display correct staked and bonded values * Add countdown to vested unlock * feat: Load accounts and balance info on send page * fix: wip market price to display usd value * Price loading on Accounts and Send pages * Remove unused files * fix: fee calculation and refactor some components and types * Send values to verify route * feature: check existential deposit and display warning accordingly * fix: open connect wallet dropdown from claim page * feat: Add claim dot and ksm functionality * fix: name of local storage, order of value setting * fix: Disable button when sending * Fix merge conflict * fix: merge conflicts Co-authored-by: eliasmpw <eliasmpw@hotmail.com>
Feature/staking
* feat: automatically connect to the last extension used * fix: total account balance update on extension switch * fix: network not changing properly * fix: network switch total balance
* feat: only show available wallets * refactor: add wallet id enum
* feat: recent accounts list * fix: send screen fees
* feat: withdraw unbonded tokens * fix: changes that were broken in merge * fix: validators loading and switching network in the middle of an action in staking page * fix: display staking balances while validator data is loading on overview, other small improvements * fix: small fixes and typos * fix: update links to unbond and withdraw on account overview * fix: validator address icon update * fix: small fixes on data loading * fix: update reloading and redirections logic * fix: add loading visual indicator on stake confirm, and use correct extrinsic call for adding more stake * fix: update amount validation and transaction error message * fix: add unbonding countdown on staking page * feat: load crowdloan campaign info * feat: add icons for parachains, and mapping * feat: crowdloan info * feat: crowdloan contribute * fix: contribute to crowdloan min amount * fix: update design on contributions by account * fix: load fee info on mounting component * fix: empty links and enkrypt extension links
brettkolodny
added a commit
that referenced
this pull request
Nov 17, 2022
* feat: Breakdown balance when clicking on account in account page. * fix: Display correct staked and bonded values * Stake screens developing * Add countdown to vested unlock * feat: Load accounts and balance info on send page * fix: wip market price to display usd value * dev: Stake screens done * Price loading on Accounts and Send pages * Remove unused files * Croadloan develop * fix: fee calculation and refactor some components and types * Send values to verify route * develop: Crowdloan screens done * feature: check existential deposit and display warning accordingly * fix: open connect wallet dropdown from claim page * feat: Add claim dot and ksm functionality * fix: name of local storage, order of value setting * fix: Disable button when sending * dev: UI fixes and updates * First step of staking wizard * feat: step 2 of the staking wizard * feat: display validator list, filters and formatting pending * feat: submit stake extrinsic call * fix: Small fixes on data displayed on button, and routing * feat: Query stake stashes of connected accounts * fix: Add validator status and commission data * fix: List of validators not displaying correct number * feat: Add subsquid endpoint integration * feat: unbond page * Set mainnet values * fix: don't show enkrypt banner when using enkrypt * Feature/send page (#5) * feat: Breakdown balance when clicking on account in account page. * fix: Display correct staked and bonded values * Add countdown to vested unlock * feat: Load accounts and balance info on send page * fix: wip market price to display usd value * Price loading on Accounts and Send pages * Remove unused files * fix: fee calculation and refactor some components and types * Send values to verify route * feature: check existential deposit and display warning accordingly * fix: name of local storage, order of value setting * fix: fix mainnet endpoints * fix: fee symbol changes on network change * feat: account balances on send screen * fix: dot decimals * fix: remove balances from verify send page * fix: send button goes to correct send account page * fix: top send button goes to send screen Co-authored-by: eliasmpw <eliasmpw@hotmail.com> * Feature/claim dot (#6) * feat: Breakdown balance when clicking on account in account page. * fix: Display correct staked and bonded values * Add countdown to vested unlock * feat: Load accounts and balance info on send page * fix: wip market price to display usd value * Price loading on Accounts and Send pages * Remove unused files * fix: fee calculation and refactor some components and types * Send values to verify route * feature: check existential deposit and display warning accordingly * fix: open connect wallet dropdown from claim page * feat: Add claim dot and ksm functionality * fix: name of local storage, order of value setting * fix: Disable button when sending * Fix merge conflict * fix: merge conflicts Co-authored-by: eliasmpw <eliasmpw@hotmail.com> * feat: cleaned unbound logic * fix: fix endpoint * fix: lint * fix: fix stuff that was broken on merge conflicts * fix: lint * Feature/connect last ext (#8) * feat: automatically connect to the last extension used * fix: total account balance update on extension switch * fix: network not changing properly * fix: network switch total balance * UI/hide unavailable extensions (#10) * feat: only show available wallets * refactor: add wallet id enum * Feature/recent addresses (#12) * feat: recent accounts list * fix: send screen fees * fix: send url query (#13) * Feature/crowdloan (#15) * feat: withdraw unbonded tokens * fix: changes that were broken in merge * fix: validators loading and switching network in the middle of an action in staking page * fix: display staking balances while validator data is loading on overview, other small improvements * fix: small fixes and typos * fix: update links to unbond and withdraw on account overview * fix: validator address icon update * fix: small fixes on data loading * fix: update reloading and redirections logic * fix: add loading visual indicator on stake confirm, and use correct extrinsic call for adding more stake * fix: update amount validation and transaction error message * fix: add unbonding countdown on staking page * feat: load crowdloan campaign info * feat: add icons for parachains, and mapping * feat: crowdloan info * feat: crowdloan contribute * fix: contribute to crowdloan min amount * fix: update design on contributions by account * fix: load fee info on mounting component * fix: empty links and enkrypt extension links * fix: stake button goes to the stake screen (#16) Co-authored-by: eliasmpw <eliasmpw@hotmail.com> Co-authored-by: Mihail Polev <mpolev364@gmail.com>
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.