feat: PWA support, collateral endpoints, get_proposed_admin, refinance/extend - #914
Merged
Conversation
…e/extend - Add PWA support: manifest, serwist service worker, install prompt (LabsCrypt#865) - Add deposit_collateral / release_collateral REST endpoints (LabsCrypt#854) - Add get_proposed_admin view function to LoanManager, LendingPool, RemittanceNFT (LabsCrypt#853) - Add refinance_loan / extend_loan REST endpoints (LabsCrypt#856)
…ckage-lock.json with serwist deps
This file contains hidden or 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
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.
closes #865 , closes #854 , closes #853 , closes #856
Changes
#865 — PWA Support (Frontend)
[Backend] Expose deposit_collateral and release_collateral via REST endpoints #854 — deposit_collateral / release_collateral REST endpoints (Backend)
[Contracts] Add get_proposed_admin view function across LoanManager, LendingPool, RemittanceNFT #853 — get_proposed_admin view function (Contracts)
[Backend] Build refinance_loan and extend_loan endpoints #856 — refinance_loan / extend_loan endpoints (Backend)