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: balance check as signed extension #115

Merged
merged 6 commits into from
Aug 3, 2021

Conversation

enthusiastmartin
Copy link
Contributor

Added signed extension for multi-payment pallet to check account balance when set_currency call is executed.

Balance must > 0 atm.

@enthusiastmartin enthusiastmartin requested a review from jak-pan July 28, 2021 13:15
@codecov
Copy link

codecov bot commented Jul 28, 2021

Codecov Report

Merging #115 (187017c) into master (3526cd9) will decrease coverage by 0.21%.
The diff coverage is 62.50%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #115      +/-   ##
==========================================
- Coverage   87.30%   87.08%   -0.22%     
==========================================
  Files          17       17              
  Lines        1796     1812      +16     
==========================================
+ Hits         1568     1578      +10     
- Misses        228      234       +6     
Impacted Files Coverage Δ
pallets/transaction-multi-payment/src/lib.rs 78.01% <62.50%> (-1.99%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3526cd9...187017c. Read the comment docs.

@enthusiastmartin enthusiastmartin merged commit ef5a731 into master Aug 3, 2021
@enthusiastmartin enthusiastmartin deleted the feat/balance-check-ext branch August 3, 2021 12:29
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.

2 participants