-
Notifications
You must be signed in to change notification settings - Fork 97
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
Feature/dpos update #4837
Merged
Merged
Feature/dpos update #4837
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Create useInvokeQuery hook * Create useInvokeQuery hook using useInvokeQuery * Define fee types * Define command fees and use it * fix: implemented usePriorityFee hook and adapted to useTransactionFee * wip: integrating useTransactionFee hook on sendForm * fix: resolved issue with wrong byteFee calculation * ♻️ Update invoke query Minor refactoring to send form and transaction fee computation * fix: added extra command fee to dpos * fix: created denom function an integrated * fix: resolved deepscan issues * fix: resolved unit test on useTransacitonFee * fix: resolved failing unit test on useTransactionFee utils * fix: removed useless console.log * fix: resolved failing test on unlockBlanceSummary * fix: resolved failing test on stakeSummary * fix: resolved failing test on register validator form * fix: resolved failing test on TransactionPriority * fix: resolved deepscan issue * fix: resolved lint issues * Fix broken unit tests * fix: resolved failing test on uselocalBalance * Fix broken unit tests * fix: cleanly removed useTransctionFeeCalculation hook * fix: resolved coverage on lsk.test.js * fix: resolved unit test with Txcomponser * fix: resolve unit test on TranactionPriority * fix: resolved unit test on useGetInitializationFee * fix: resolved unit test on lsk and registerValidatorForm * fix: resolved coverage issue on tranacitonPriority * fix: removed dead variable * fix: resolved issue raised by ali * fix: resolved unit test on reclaim rewards form * fix: resolved unit test on reclaim rewards summary * fix: resolved unit test on tx composer * fix: resolved unit test on useTransferableTokens * fix: resolved reaming failing unit tests * fix: resolved issues raised my manu * fix: resolved failed e2e test * ♻️ Handle reclaim initialisation fee dynamically * fix: resolved issue raised by manu * fix: resolved failing unit tests * fix: resolved coverage fon accountsComparison * fix: reverted useTransferable tokens * fix: minFee bug resolved * fix: included package updates * fix: resolved failing unit tests * fix: skipped useTransactionFee test case --------- Co-authored-by: Ali Haghighatkhah <[email protected]> Co-authored-by: ManuGowda <[email protected]> Co-authored-by: Manu <[email protected]>
* 🔥 Remove auto signout feature * 🔥 Remove auto code * 🔥 Remove unused dependency
Fix token transfer validation
Integrated escrow and message fee for cross chain token transfer
* 🐛 Add missing key value to avoid crashing * Apply suggestions from code review Co-authored-by: Eniola Olatunji <[email protected]> --------- Co-authored-by: Eniola Olatunji <[email protected]>
feat: change commission
or validation changes
oskarleonard
approved these changes
Mar 1, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.