feat: add an AMO minter and an Aave AMO #443
Annotations
6 errors and 2 warnings
Check For Core Contracts Storage Changes:
packages/contracts/src/dollar/core/UbiquityAMOMinter.sol#L20
variable "timelock_address" of type "address" was replaced by variable "collat_borrow_cap" of type "int256" (storage slot 0x0000000000000000000000000000000000000000000000000000000000000002, byte #0)
|
Check For Core Contracts Storage Changes:
packages/contracts/src/dollar/core/UbiquityAMOMinter.sol#L23
variable "collat_borrow_cap" of type "int256" was replaced by variable "collat_borrowed_balances" of type "mapping(address => int256)" (storage slot 0x0000000000000000000000000000000000000000000000000000000000000003, byte #0)
|
Check For Core Contracts Storage Changes:
packages/contracts/src/dollar/core/UbiquityAMOMinter.sol#L24
variable "collat_borrowed_balances" of type "mapping(address => int256)" was replaced by variable "collat_borrowed_sum" of type "int256" (storage slot 0x0000000000000000000000000000000000000000000000000000000000000004, byte #0)
|
Check For Core Contracts Storage Changes:
packages/contracts/src/dollar/core/UbiquityAMOMinter.sol#L27
variable "collat_borrowed_sum" of type "int256" was replaced by variable "AMOs" of type "mapping(address => bool)" (storage slot 0x0000000000000000000000000000000000000000000000000000000000000005, byte #0)
|
Check For Core Contracts Storage Changes:
packages/contracts/src/dollar/core/UbiquityAMOMinter.sol#L1
variable "collat_borrowed_balances[0]" of type "int256" was removed (storage slot 0x17ef568e3e12ab5b9c7254a8d58478811de00f9e6eb34345acd53bf8fd09d3ec, byte #0)
|
Check For Core Contracts Storage Changes
Error: Unsafe storage layout changes detected. Please see above for details.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, Rubilmax/foundry-storage-check@main. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "development.packages_contracts_src_dollar_core_UbiquityAMOMinter.sol-UbiquityAMOMinter.json".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Loading