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

Feat: Fee buffer #223

Merged
merged 4 commits into from
Oct 7, 2024
Merged

Feat: Fee buffer #223

merged 4 commits into from
Oct 7, 2024

Conversation

tuul-wq
Copy link
Contributor

@tuul-wq tuul-wq commented Oct 3, 2024

  • Fixed fee amount higher than required
  • Added fee buffer (requires telenova-utils upgrade)

closes #219

@tuul-wq tuul-wq self-assigned this Oct 3, 2024
Copy link

github-actions bot commented Oct 3, 2024

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 24.87% 1532 / 6158
🔵 Statements 24.87% 1532 / 6158
🔵 Functions 29.81% 79 / 265
🔵 Branches 62.57% 209 / 334
File Coverage
File Stmts % Branch % Funcs % Lines Uncovered Lines
Changed Files
app/routes/transfer/gift/$chainId.$assetId/amount.tsx 0% 0% 0% 0% 1, 3-6, 8-15, 17-19, 21-22, 24, 26-29, 31-33, 35-57, 59-62, 64-70, 72-73, 75, 77, 79-96, 98-100, 102-111, 113-114, 116-118, 120-121, 123, 125
app/routes/transfer/gift/$chainId.$assetId/create.tsx 0% 0% 0% 0% 1, 3, 5-8, 10-11, 13-15, 17-19, 29-34, 36-37, 39-45, 47-48, 50-51, 53-58, 60-61, 63-64, 66-67, 69-71, 73-74, 76-85, 87-102, 104-107, 109-113, 115, 117-129, 131-134, 136-139, 141-143, 145, 147, 149, 151
app/shared/api/blockchain/transfer/native-transfer.ts 12.19% 100% 0% 12.19% 12, 14-16, 18-31, 33-44, 46-48, 50-52
app/shared/api/blockchain/transfer/orml-transfer.ts 10.86% 100% 0% 10.86% 13-14, 16-19, 21-35, 37-49, 51-54, 56-58
app/shared/api/blockchain/transfer/statemine-transfer.ts 10% 100% 0% 10% 14-15, 17-20, 22-23, 25-38, 40-41, 43-54, 56-57, 59-61, 64-65, 68-69, 71, 73-77, 79-81
app/types/substrate/asset.ts 100% 100% 100% 100%
app/ui/molecules/GiftClaim/GiftClaim.tsx 0% 0% 0% 0% 1, 4-5, 9, 11-15, 17, 21, 23-26, 28, 30-31, 33-35, 37-40, 42-44, 46, 48-51, 53-54, 56-57, 59, 61-62, 64-69, 71-74, 76-78, 80-81, 83-84, 86-88, 90-93, 95-97, 99-101, 103-105, 107-109, 111-132, 134-135, 137-142, 144-150, 152-164, 166-181, 183, 185-192, 194-200, 203-214, 216-217, 219
Generated in workflow #238 for commit 3a05779 by the Vitest Coverage Report Action

@tuul-wq tuul-wq merged commit a34e94d into dev Oct 7, 2024
3 checks passed
@tuul-wq tuul-wq deleted the fix/more_fee branch October 7, 2024 07:16
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.

Create Gift. Manual amount - adds more than need on fee
2 participants