Closed cbrit closed 6 months ago
The recent updates primarily focus on enhancing the functionality of the Aave V3 debt token system. Changes include a modification in the hash_proto
file affecting hash values, an addition of an import and a new message field in the aave_v3_debt_token_flash_loan.proto
, and an extension in the aave_v3.rs
to support new adaptor calls. These modifications enhance interoperability and extend the capabilities of the existing systems.
File Path | Change Summary |
---|---|
hash_proto |
Functionality change affecting hash values. |
proto/steward/v4/.../aave_v3_debt_token_flash_loan.proto |
Added import and new message field to support Aave V3 debt token. |
src/cellars/adaptors/aave_v3.rs |
Extended get_encoded_adaptor_calls function to include new case for Aave V3 debt token adaptor calls. |
src/cellars/adaptors/aave_v3.rs (1)
`300-302`: New case addition for handling Aave V3 Debt Token Adaptor V1 calls is correctly implemented and placed within the match statement of the `get_encoded_adaptor_calls` function.
Summary by CodeRabbit
New Features
Bug Fixes