This repository has been archived by the owner on May 7, 2024. It is now read-only.
forked from centrifuge/api
-
Notifications
You must be signed in to change notification settings - Fork 1
15 integrating progress in subql centrifuge repository pr #19
Merged
filo87
merged 15 commits into
main
from
15-integrating-progress-in-subql-centrifuge-repository-pr
May 16, 2022
Merged
15 integrating progress in subql centrifuge repository pr #19
filo87
merged 15 commits into
main
from
15-integrating-progress-in-subql-centrifuge-repository-pr
May 16, 2022
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
filo87
deleted the
15-integrating-progress-in-subql-centrifuge-repository-pr
branch
May 16, 2022 11:43
filo87
restored the
15-integrating-progress-in-subql-centrifuge-repository-pr
branch
May 17, 2022 12:06
filo87
deleted the
15-integrating-progress-in-subql-centrifuge-repository-pr
branch
May 17, 2022 12:06
filo87
added a commit
that referenced
this pull request
Sep 14, 2022
* 74 index loanentity data types (#86) * feat: create loanService * refactor: improved service getters * feat: increase outstandingDebt on borrowings * feat: basics for handle loan prices * feat: save priced loans * feat: activate loan when priced * feat: handle writeoffs * feat: handle loan closed and write offs * fix: loan.repay() should increase totalRepaid * fix: invest execution decimals and avoid empty transactions (#87) * 82 add prices to all investortransaction types (#88) * chore: update chain data * feat: extend InvestorTransaction decoration and refactor * feat: use rpc prices from trancheTokenPrices() when investor transactions are processed (#89) * feat: improved loans and borrower transactions (#90) * 63 convert outflows to dai (#91) * feat: add currency value for redeem fields * fix: currency conversion should support null prices
filo87
added a commit
that referenced
this pull request
Nov 3, 2023
* Add temporary bugfix for missing epochs * Fix dependency resolution * Set up demo environment * Update for latest parachain changes * Fix tranche id storage * Use dev environment * Update genesis hash * Handle missing epochs * trancheId Should be Int * TrancheID shall be an Int * modify pools only if option has data * fix naming * no type conversion necessary * better type handling Co-authored-by: Jeroen Offerijns <jeroen@offerijns.com>
filo87
added a commit
that referenced
this pull request
Nov 3, 2023
* 74 index loanentity data types (#86) * feat: create loanService * refactor: improved service getters * feat: increase outstandingDebt on borrowings * feat: basics for handle loan prices * feat: save priced loans * feat: activate loan when priced * feat: handle writeoffs * feat: handle loan closed and write offs * fix: loan.repay() should increase totalRepaid * fix: invest execution decimals and avoid empty transactions (#87) * 82 add prices to all investortransaction types (#88) * chore: update chain data * feat: extend InvestorTransaction decoration and refactor * feat: use rpc prices from trancheTokenPrices() when investor transactions are processed (#89) * feat: improved loans and borrower transactions (#90) * 63 convert outflows to dai (#91) * feat: add currency value for redeem fields * fix: currency conversion should support null prices
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Related to #15