This repository has been archived by the owner on Apr 21, 2023. It is now read-only.
forked from SpiderBTT/NanoWallet-1
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: init node rewards modules (#678) * feat: init node rewards modules * fix: clean up comment * [node-rewards-program] task: add service to communicate with API #679 * [node-rewards-program] task: add service add methods: prepareEnrollTransaction, checkEnrollmentAddress, checkEnrollmentStatus and getEnrollmentHash * [node-rewards-program] fix: typo in error message * [node-rewards-program] fix: typo in class name * [node-rewards-program] task: add tests * [node-rewards-program] fix: fetch mock, improve prepareEnrollTransaction test, register service, cleanup * [node-rewards-program] feat: add getNodePayouts() and getNodeInfo() methods, add unit tests * [node-rewards-program] fix: typo in jsdoc * [node-rewards-program] fix: test comments * [node-rewards-program] fix: remove whitespaces * [node-rewards-program] task: refactor fetch requests * [node-rewards-program] task: refactor the enrollment and error tests, remove unused variable * [node-rewards-program] task: update codeword test, fix runPromiseErrorTest helper * [node-rewards-program] task: add enrollment tab component (#681) * feat: add account selection section * build: add object-rest-spread plugins * feat: add node reward program alert message * [node-rewards-program] feat: add UI Tab component * [node-rewards-program] task: refactor UI and typo * [node-rewards-program] task: node reward controller * [node-rewards-program] task: add unit test * [node-rewards-program] task: fix typo * [node-rewards-program] task: fix send enrollment logic * [node-rewards-program] task: refactor on assign selected account * [node-rewards-program] task: refactor on tab and rename * [node-rewards-program] task: fix typo and lint * [node-rewards-program] task: change from toFixed to ceil * [node-rewards-program] task: minor refactor on unit test * Enhancement and feedback (#682) * [node-rewards-program] task: fix send enrollment logic * [node-rewards-program] task: fix typo and lint * [node-rewards-program] fix: change payout table width * [node-rewards-program] fix: format endpoint url to display only hostname * [node-rewards-program] feat: add last round payout property into Status tab * [node-rewards-program] fix: replace money bag icon * [node-rewards-program] perf: add check required params before calling API services * [node-rewards-program] feat: add validation for codeword hash * [node-rewards-program] fix: assign public key for new created account * [node-rewards-program] fix: allow update domain name when account enrolled * [node-rewards-program] task: enable hardware wallet enrollment * [node-rewards-program] task: fix typo * [node-rewards-program] task: rename module to superNode program (#683) * [node-rewards-program] bug: fix minor bug and refactor. (#684) * [node-rewards-program] task: add count params in getNodePayouts * [node-rewards-program] bug: fix unable send enrollement tx to update domain name * [node-rewards-program] task: removed unused method * [node-rewards-program] task: rename enroll in program and form data node host * [node-rewards-program] task: refactor on the logic * [node-rewards-program] task: new validation alert for node host * [node-rewards-program] task: update invalid node host message * [node-rewards-program] task: duplicated lastPayoutRound in unit test * [node-rewards-program] task: patch fix handle lastPayoutRound in null * [node-rewards-program] task: add translation (#685) * [node-rewards-program] task: add chinese translation * [node-rewards-program] task: add spanish translation * [node-rewards-program] task: add italian translation * [node-rewards-program] task: add japanese translation * [node-rewards-program] task: add polish translation * [node-rewards-program] task: add russian translation * [node-rewards-program] task: patch spanish translation * [node-rewards-program] task: add ukrainian translation * [node-rewards-program] task: patch italian translation * [node-rewards-program] task: add default translation in German, Nederlands and Portuguese * [node-rewards-program] task: patch Polish translation * [node-rewards-program] task: patch latest supernode program url and api endpoint * [node-rewards-program] task: patch minor fix Co-authored-by: OlegMakarenko <[email protected]>
- Loading branch information
1 parent
631def2
commit e84743f
Showing
31 changed files
with
2,416 additions
and
30 deletions.
There are no files selected for viewing
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
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
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
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
Oops, something went wrong.