-
Notifications
You must be signed in to change notification settings - Fork 59
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
Return unpackTx's type in sendTransaction #1762
base: develop
Are you sure you want to change the base?
Conversation
BREAKING CHANGE: `confirmationHeight` is not returned in `sendTransaction` Use `getHeight` to get current height.
BREAKING CHANGE: tx builder doesn't support `denomination` option Convert AE amounts to aettos manually or use `formatAmount` helper function.
BREAKING CHANGE: `getBalance` return bigint and not accepting `format` Use `formatAmount` to format manually. Call `.toString()` on return value if necessary.
BREAKING CHANGE: Channel:balances returns bigints instead of strings Call `.toString()` on return returned balance if necessary.
BREAKING CHANGE: `transferFunds` not accepts string anymore Implement a custom algorithm if you need accuracy more than provided by number type.
BREAKING CHANGE: `buildContractId`, `oracleQueryId` accepting nonce only as a number
Codecov ReportBase: 82.72% // Head: 82.68% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## develop #1762 +/- ##
===========================================
- Coverage 82.72% 82.68% -0.05%
===========================================
Files 90 90
Lines 3086 3073 -13
Branches 615 611 -4
===========================================
- Hits 2553 2541 -12
+ Misses 247 245 -2
- Partials 286 287 +1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
1948f5f
to
68edc25
Compare
This PR is supported by the Æternity Crypto Foundation