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

fix: staking from new vesting account #405

Draft
wants to merge 14 commits into
base: dev
Choose a base branch
from

Conversation

olegshilov
Copy link
Member

No description provided.

@olegshilov olegshilov self-assigned this Sep 29, 2023
@vercel
Copy link

vercel bot commented Sep 29, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
faucet-app ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 2, 2023 1:22pm
governance-app ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 2, 2023 1:22pm
haqq-website ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 2, 2023 1:22pm
islamic-website ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 2, 2023 1:22pm
shell-app ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 2, 2023 1:22pm
staking-app ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 2, 2023 1:22pm
storybook ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 2, 2023 1:22pm
vesting-app ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 2, 2023 1:22pm

@olegshilov olegshilov added bug Something isn't working staking labels Sep 29, 2023
@vercel vercel bot temporarily deployed to Preview – faucet-app September 29, 2023 13:15 Inactive
@vercel vercel bot temporarily deployed to Preview – governance-app September 29, 2023 13:15 Inactive
@vercel vercel bot temporarily deployed to Preview – haqq-website September 29, 2023 13:16 Inactive
@vercel vercel bot temporarily deployed to Preview – islamic-website September 29, 2023 13:18 Inactive
@vercel vercel bot temporarily deployed to Preview – vesting-app September 29, 2023 13:19 Inactive
@vercel vercel bot temporarily deployed to Preview – staking-app September 29, 2023 13:20 Inactive
@vercel vercel bot temporarily deployed to Preview – storybook September 29, 2023 13:21 Inactive
@vercel vercel bot temporarily deployed to Preview – shell-app September 29, 2023 13:24 Inactive
Signed-off-by: Evgeniy Abramov <5331145+kioqq@users.noreply.github.com>
@codecov
Copy link

codecov bot commented Sep 29, 2023

Codecov Report

Attention: 87 lines in your changes are missing coverage. Please review.

Comparison is base (31bb64b) 0.00% compared to head (bda3e3e) 3.57%.

Additional details and impacted files
@@          Coverage Diff           @@
##           dev    #405      +/-   ##
======================================
+ Coverage     0   3.57%   +3.57%     
======================================
  Files        0      90      +90     
  Lines        0    1397    +1397     
  Branches     0     278     +278     
======================================
+ Hits         0      50      +50     
- Misses       0    1347    +1347     
Files Coverage Δ
libs/shared/src/chains/chains.ts 0.00% <ø> (ø)
libs/shared/src/chains/get-chain-params.ts 0.00% <ø> (ø)
libs/shared/src/utils/get-amount.tsx 0.00% <0.00%> (ø)
.../src/hooks/use-authz-actions/use-authz-actions.tsx 0.00% <0.00%> (ø)
...hooks/use-proposal-actions/use-proposal-actions.ts 0.00% <0.00%> (ø)
...c/hooks/use-staking-actions/use-staking-actions.ts 0.00% <0.00%> (ø)
libs/shared/src/providers/cosmos-provider.tsx 0.00% <0.00%> (ø)

... and 83 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@vercel vercel bot temporarily deployed to Preview – governance-app September 29, 2023 21:47 Inactive
@vercel vercel bot temporarily deployed to Preview – staking-app September 29, 2023 21:47 Inactive
@vercel vercel bot temporarily deployed to Preview – haqq-website September 29, 2023 21:48 Inactive
@vercel vercel bot temporarily deployed to Preview – storybook September 29, 2023 21:51 Inactive
@vercel vercel bot temporarily deployed to Preview – vesting-app September 29, 2023 21:52 Inactive
@vercel vercel bot temporarily deployed to Preview – shell-app September 29, 2023 21:53 Inactive
@vercel vercel bot temporarily deployed to Preview – islamic-website September 29, 2023 21:54 Inactive
@vercel vercel bot temporarily deployed to Preview – faucet-app September 29, 2023 21:56 Inactive
@vercel vercel bot temporarily deployed to Preview – islamic-website October 2, 2023 11:34 Inactive
@vercel vercel bot temporarily deployed to Preview – faucet-app October 2, 2023 11:35 Inactive
@vercel vercel bot temporarily deployed to Preview – vesting-app October 2, 2023 11:35 Inactive
@vercel vercel bot temporarily deployed to Preview – governance-app October 2, 2023 11:39 Inactive
@vercel vercel bot temporarily deployed to Preview – haqq-website October 2, 2023 11:39 Inactive
@vercel vercel bot temporarily deployed to Preview – storybook October 2, 2023 11:42 Inactive
@vercel vercel bot temporarily deployed to Preview – staking-app October 2, 2023 11:43 Inactive
@vercel vercel bot temporarily deployed to Preview – faucet-app October 2, 2023 13:10 Inactive
@vercel vercel bot temporarily deployed to Preview – storybook October 2, 2023 13:14 Inactive
@vercel vercel bot temporarily deployed to Preview – islamic-website October 2, 2023 13:15 Inactive
@vercel vercel bot temporarily deployed to Preview – shell-app October 2, 2023 13:16 Inactive
@vercel vercel bot temporarily deployed to Preview – vesting-app October 2, 2023 13:18 Inactive
@vercel vercel bot temporarily deployed to Preview – governance-app October 2, 2023 13:19 Inactive
@vercel vercel bot temporarily deployed to Preview – staking-app October 2, 2023 13:20 Inactive
@vercel vercel bot temporarily deployed to Preview – haqq-website October 2, 2023 13:22 Inactive
@olegshilov olegshilov marked this pull request as draft October 9, 2023 20:28
# Conflicts:
#	libs/shared/src/chains/chains.ts
#	yarn.lock
# Conflicts:
#	package.json
#	tsconfig.base.json
#	yarn.lock
# Conflicts:
#	libs/governance/proposal-details/src/components/proposal-details/proposal-details.tsx
#	libs/shared/src/hooks/use-authz-actions/use-authz-actions.tsx
#	libs/shared/src/hooks/use-proposal-actions/use-proposal-actions.ts
#	libs/shared/src/hooks/use-staking-actions/use-staking-actions.ts
#	libs/shell/authz-page/src/lib/authz-page/authz-page.tsx
#	libs/staking/validator-list-page/src/components/staking-info/staking-info.tsx
# Conflicts:
#	libs/governance/proposal-details/src/components/proposal-details/proposal-details.tsx
#	libs/shell/authz-page/src/lib/authz-page/authz-page.tsx
#	libs/staking/validator-details-page/src/components/delegate-modal/delegate-modal.tsx
#	libs/staking/validator-details-page/src/components/redelegate-modal/redelegate-modal.tsx
#	libs/staking/validator-details-page/src/components/undelegate-modal/undelegate-modal.tsx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working staking
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants