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
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
added a commit
that referenced
this pull request
Dec 22, 2023
* fix: ignore local project files * feat: init multichain * chore: remove unused olf chain files * ci: deploy multiple indexers * fix: modify deployment * fix: eth specific indexer version * fix: indexer version * fix: avoid specity workers for EVM * fix: no arrays for endpoints * ci: ignore cid files * 167 extend data model to include evm accounts (#171) * feat: extend data model to include EVM accounts Fixes #167 * feat: extend data model to include EVM accounts Fixes #167 * ci: deploy only cfg * fix: currency init logic * 169 support additional borrower transaction type (#172) * feat: support additional borrowerTransactionType DebtTransferred Fixes #169 * feat: support additional borrowerTransactionType DebtTransfer Fixes #169 * chore: upgrde indexer to 3.4.6 * chore: node upgrade * Update src/mappings/handlers/loansHandlers.ts Co-authored-by: Jeroen <1748621+hieronx@users.noreply.github.com> * Update chains-evm/base.yaml Co-authored-by: Jeroen <1748621+hieronx@users.noreply.github.com> * fix: update node versions * fix: add missing chain files * 165 implement transfer inout mechanism (#178) * feat: implement transfer in/out mechanism Fixes #165 * feat: implement transfer in/out mechanism Fixes #165 * chore: implement transfer in/out mechanism Fixes #165 * feat: adapt data model to be chain independent * fix: end of line * feat: implement transfer in/out mechanism Fixes #165 * feat: implement new currency model for orml tokens * fix: implement transfer in/out mechanism Fixes #165 * fix: implement transfer in/out mechanism Fixes #165 * fix: implement transfer in/out mechanism Fixes #165 * fix: implement transfer in/out mechanism Fixes #165 * fix: update tests * fix: endpoints * fix: transfer typo * feat: connect to BASE EVM Chain (#179) Fixes #175 * ci: improve deployment logic * ci: fix * ci: fix * ci: fix * Delete project-coinbase.yaml * fix: ignore project files * ci: handle missing multichain files * ci: fix yaml multiline * ci: improve build resilience * ci: improve build resilience * ci: remove unrequired chains * ci: rename files * ci: fix base file naming * fix: ci naming * ci: fix chains * ci: fix dev contract --------- Co-authored-by: Jeroen <1748621+hieronx@users.noreply.github.com>
sophialittlejohn
pushed a commit
that referenced
this pull request
Jan 10, 2024
* fix: ignore local project files * feat: init multichain * chore: remove unused olf chain files * ci: deploy multiple indexers * fix: modify deployment * fix: eth specific indexer version * fix: indexer version * fix: avoid specity workers for EVM * fix: no arrays for endpoints * ci: ignore cid files * 167 extend data model to include evm accounts (#171) * feat: extend data model to include EVM accounts Fixes #167 * feat: extend data model to include EVM accounts Fixes #167 * ci: deploy only cfg * fix: currency init logic * 169 support additional borrower transaction type (#172) * feat: support additional borrowerTransactionType DebtTransferred Fixes #169 * feat: support additional borrowerTransactionType DebtTransfer Fixes #169 * chore: upgrde indexer to 3.4.6 * chore: node upgrade * Update src/mappings/handlers/loansHandlers.ts Co-authored-by: Jeroen <1748621+hieronx@users.noreply.github.com> * Update chains-evm/base.yaml Co-authored-by: Jeroen <1748621+hieronx@users.noreply.github.com> * fix: update node versions * fix: add missing chain files * 165 implement transfer inout mechanism (#178) * feat: implement transfer in/out mechanism Fixes #165 * feat: implement transfer in/out mechanism Fixes #165 * chore: implement transfer in/out mechanism Fixes #165 * feat: adapt data model to be chain independent * fix: end of line * feat: implement transfer in/out mechanism Fixes #165 * feat: implement new currency model for orml tokens * fix: implement transfer in/out mechanism Fixes #165 * fix: implement transfer in/out mechanism Fixes #165 * fix: implement transfer in/out mechanism Fixes #165 * fix: implement transfer in/out mechanism Fixes #165 * fix: update tests * fix: endpoints * fix: transfer typo * feat: connect to BASE EVM Chain (#179) Fixes #175 * ci: improve deployment logic * ci: fix * ci: fix * ci: fix * Delete project-coinbase.yaml * fix: ignore project files * ci: handle missing multichain files * ci: fix yaml multiline * ci: improve build resilience * ci: improve build resilience * ci: remove unrequired chains * ci: rename files * ci: fix base file naming * fix: ci naming * ci: fix chains * ci: fix dev contract * chore: add mainnet dictionary * 182 evm transfers not recorded (#184) * fix: evm transfers not recorded Fixes #182 * fix: evm Transfers not recorded Fixes #182 * 181 filter evm transfers to escrows (#185) * feat: filter EVM Transfers to and from escrows Fixes #181 * feat: filter EVM transfers to and from null and escrow accounts --------- Co-authored-by: Jeroen <1748621+hieronx@users.noreply.github.com>
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.
Fixes #175