-
Notifications
You must be signed in to change notification settings - Fork 144
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
refactor: using PAC instead of atomic units for external input/outputs #1161
refactor: using PAC instead of atomic units for external input/outputs #1161
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #1161 +/- ##
==========================================
- Coverage 80.81% 80.70% -0.11%
==========================================
Files 177 177
Lines 9413 9417 +4
==========================================
- Hits 7607 7600 -7
- Misses 1435 1443 +8
- Partials 371 374 +3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think blockchain APIs need to be fixed. Like account, validator and committee
@@ -145,10 +145,10 @@ message GetRawWithdrawTransactionRequest { | |||
string account_address = 3; | |||
// Withdrawal amount. | |||
// It should be greater than 0. | |||
int64 amount = 4; | |||
double amount = 4; | |||
// Transaction fee. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
// Transaction fee. | |
// Transaction fee in PAC. |
Description
convert coin type for Proto requests to accept coin instead of coin unit