We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For fields on a pool that are added later, we need to back sync for all previously created pools. Such examples are:
Various reload/sync functions have been implemented for this, e.g. syncPoolTypeAndVersionForAllPools or syncProtocolYieldFeeExemptionsForAllPools or things like this have been added https://github.com/beethovenxfi/beethovenx-backend/blob/v3-main/modules/pool/lib/pool-creator.service.ts#L39-L72
syncPoolTypeAndVersionForAllPools
syncProtocolYieldFeeExemptionsForAllPools
this should be cleaned up in a general "updateAllPoolFields" approach. Also discussed here #598 (review)
The text was updated successfully, but these errors were encountered:
gmbronco
No branches or pull requests
For fields on a pool that are added later, we need to back sync for all previously created pools. Such examples are:
Various reload/sync functions have been implemented for this, e.g.
syncPoolTypeAndVersionForAllPools
orsyncProtocolYieldFeeExemptionsForAllPools
or things like this have been added https://github.com/beethovenxfi/beethovenx-backend/blob/v3-main/modules/pool/lib/pool-creator.service.ts#L39-L72this should be cleaned up in a general "updateAllPoolFields" approach. Also discussed here #598 (review)
The text was updated successfully, but these errors were encountered: