Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Filter EVM Transfers to escrows #181

Closed
filo87 opened this issue Dec 22, 2023 · 0 comments · Fixed by #185
Closed

Filter EVM Transfers to escrows #181

filo87 opened this issue Dec 22, 2023 · 0 comments · Fixed by #185
Assignees
Labels
Story Issue covering a requirement as user story

Comments

@filo87
Copy link

filo87 commented Dec 22, 2023

The PoolManager contract has an escrow parameter (so just can be retrieved by PoolManager.escrow()). This one shoul dbe excluded
11:33
So if there’s. transfer from Escrow => Investor, there should only be a transferIn for the investor, not a transferOut for the escrow address

@filo87 filo87 self-assigned this Dec 22, 2023
@filo87 filo87 added the Story Issue covering a requirement as user story label Dec 22, 2023
filo87 added a commit that referenced this issue Jan 9, 2024
filo87 added a commit that referenced this issue Jan 9, 2024
* feat: filter EVM Transfers to and from escrows
Fixes #181

* feat: filter EVM transfers to and from null and escrow accounts
sophialittlejohn pushed a commit that referenced this issue 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.
Labels
Story Issue covering a requirement as user story
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant