Skip to content

fix: convert to number and compare slots #71

fix: convert to number and compare slots

fix: convert to number and compare slots #71

Triggered via pull request February 6, 2025 08:43
Status Failure
Total duration 3m 7s
Artifacts

test-release-alpha.yml

on: pull_request
release-node-alpha  /  release-alpha
release-node-alpha / release-alpha
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 3 warnings
src/foundry/storage-diff.spec.ts > compareStorageLayouts > should generate the correct output: src/foundry/storage-diff.spec.ts#L8
Error: Snapshot `compareStorageLayouts > should generate the correct output 1` mismatched - Expected + Received @@ -2,17 +2,20 @@ | Label | Offset | Slot | Type | Bytes | |-------------------------------------|--------|------|----------------------------------------------------------------------------------------|-------|| -| _balances | 0 | 0 | mapping(address => uint256) | 32 | +| _balances | 0 | 0 | mapping(address => struct BaseAaveToken.DelegationAwareBalance) | 32 | | _allowances | 0 | 1 | mapping(address => mapping(address => uint256)) | 32 | - | ______gap | 0 | 10 | uint256[50] | 1600 | | _totalSupply | 0 | 2 | uint256 | 32 | | _name | 0 | 3 | string | 32 | | _symbol | 0 | 4 | string | 32 | | ______DEPRECATED_OLD_ERC20_DECIMALS | 0 | 5 | uint8 | 1 | -| _votingSnapshots | 0 | 6 | mapping(address => mapping(uint256 => struct GovernancePowerDelegationERC20.Snapshot)) | 32 | +| __________DEPRECATED_GOV_V2_PART | 0 | 6 | uint256[3] | 96 | + -| _votingSnapshotsCounts | 0 | 7 | mapping(address => uint256) | 32 | + -| _aaveGovernance | 0 | 8 | contract ITransferHook | 20 | + | lastInitializedRevision | 0 | 9 | uint256 | 32 | + | ______gap | 0 | 10 | uint256[50] | 1600 | | assets | 0 | 60 | mapping(address => struct AaveDistributionManager.AssetData) | 32 | | stakerRewardsToClaim | 0 | 61 | mapping(address => uint256) | 32 | | stakersCooldowns | 0 | 62 | mapping(address => struct IStakedTokenV2.CooldownSnapshot) | 32 | -| _votingDelegates | 0 | 63 | mapping(address => address) | 32 | +| ______DEPRECATED_FROM_STK_AAVE_V2 | 0 | 63 | uint256[5] | 160 | @@ -20,22 +23,19 @@ -| _propositionPowerSnapshotsCounts | 0 | 65 | mapping(address => uint256) | 32 | -| _propositionPowerDelegates | 0 | 66 | mapping(address => address) | 32 | -| DOMAIN_SEPARATOR | 0 | 67 | bytes32 | 32 | | _nonces | 0 | 68 | mapping(address => uint256) | 32 | | _admins |
test / release
Process completed with exit code 1.
Package Size Report
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Package Size Report
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Package Size Report
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/