-
Notifications
You must be signed in to change notification settings - Fork 37
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
account.listaccounts, account.getaccount, account.gettokenbalances, account.listaccounthistory #162
account.listaccounts, account.getaccount, account.gettokenbalances, account.listaccounthistory #162
Conversation
…count-gettokenbalances-listaccounthistory
…count-gettokenbalances-listaccounthistory
size-limit report 📦
|
Deploy preview for jellyfish-defi ready! Built with commit ba53570 |
Codecov Report
@@ Coverage Diff @@
## main #162 +/- ##
==========================================
+ Coverage 95.45% 95.48% +0.03%
==========================================
Files 53 55 +2
Lines 1122 1174 +52
Branches 136 149 +13
==========================================
+ Hits 1071 1121 +50
- Misses 49 50 +1
- Partials 2 3 +1
Continue to review full report at Codecov.
|
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.
great work, I wrote some minor changes to consider
await container.call('createtoken', [metadata]) | ||
await container.generate(25) | ||
|
||
await container.call('minttokens', [`${amount.toString()}@${symbol}`]) | ||
await container.generate(25) |
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.
related to this DeFiCh/ain#346 that you reported, thanks!
…accounts as a func(), rpc: use optional params instead of defaut to fix coverage issue
What kind of PR is this?:
/kind feature
What this PR does / why we need it:
Implemented type for RPC: #48