Skip to content
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 49 commits into from
Nov 17, 2022
Merged

Develop #17

merged 49 commits into from
Nov 17, 2022

Conversation

brettkolodny
Copy link
Contributor

No description provided.

eliasmpw and others added 30 commits September 21, 2022 12:25
eliasmpw and others added 19 commits October 21, 2022 23:37
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>
* 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 brettkolodny merged commit 5f406a0 into main Nov 17, 2022
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants