Skip to content

Commit

Permalink
release 1.2.14 (#268)
Browse files Browse the repository at this point in the history
* release 1.2.14

* release infra for 1.2.14

* Updated '.openzeppelin/' files

* Add 'FortaBridgedBaseSepolia.sol' to be skipped by code coverage

* Remove trailing comma
  • Loading branch information
RCantu92 committed Jul 31, 2024
1 parent 7d5489a commit 173f702
Show file tree
Hide file tree
Showing 9 changed files with 832 additions and 2 deletions.
343 changes: 343 additions & 0 deletions .openzeppelin/unknown-84532.json → .openzeppelin/base-sepolia.json
Original file line number Diff line number Diff line change
Expand Up @@ -8492,6 +8492,349 @@
}
}
}
},
"26f6112501b2dcd19846aa8279b0f114b26bf579ee7df5021f0da0e0aecf5d5a": {
"address": "0x10888Cc63B0E2c1FEA7A501bC0be4a4E126A4b45",
"txHash": "0xf4d812913eadf087ef596f72c6c1df197b29f9edcb45861478c4f0d3bf4ab7f2",
"layout": {
"solcVersion": "0.8.9",
"storage": [
{
"label": "_initialized",
"offset": 0,
"slot": "0",
"type": "t_uint8",
"contract": "Initializable",
"src": "@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol:62",
"retypedFrom": "bool"
},
{
"label": "_initializing",
"offset": 1,
"slot": "0",
"type": "t_bool",
"contract": "Initializable",
"src": "@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol:67"
},
{
"label": "__gap",
"offset": 0,
"slot": "1",
"type": "t_array(t_uint256)50_storage",
"contract": "ContextUpgradeable",
"src": "@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol:36"
},
{
"label": "_accessControl",
"offset": 0,
"slot": "51",
"type": "t_contract(IAccessControl)3088",
"contract": "AccessManagedUpgradeable",
"src": "contracts/components/utils/AccessManaged.sol:16"
},
{
"label": "__gap",
"offset": 0,
"slot": "52",
"type": "t_array(t_uint256)49_storage",
"contract": "AccessManagedUpgradeable",
"src": "contracts/components/utils/AccessManaged.sol:68"
},
{
"label": "_deprecated_router",
"offset": 0,
"slot": "101",
"type": "t_address",
"contract": "RoutedUpgradeable",
"src": "contracts/components/utils/Routed.sol:16",
"retypedFrom": "contract IRouter",
"renamedFrom": "_router"
},
{
"label": "__gap",
"offset": 0,
"slot": "102",
"type": "t_array(t_uint256)49_storage",
"contract": "RoutedUpgradeable",
"src": "contracts/components/utils/Routed.sol:35"
},
{
"label": "__gap",
"offset": 0,
"slot": "151",
"type": "t_array(t_uint256)50_storage",
"contract": "ERC1967UpgradeUpgradeable",
"src": "@openzeppelin/contracts-upgradeable/proxy/ERC1967/ERC1967UpgradeUpgradeable.sol:211"
},
{
"label": "__gap",
"offset": 0,
"slot": "201",
"type": "t_array(t_uint256)50_storage",
"contract": "UUPSUpgradeable",
"src": "@openzeppelin/contracts-upgradeable/proxy/utils/UUPSUpgradeable.sol:107"
},
{
"label": "__gap",
"offset": 0,
"slot": "251",
"type": "t_array(t_uint256)50_storage",
"contract": "BaseComponentUpgradeable",
"src": "contracts/components/BaseComponentUpgradeable.sol:62"
},
{
"label": "unclaimedRewards",
"offset": 0,
"slot": "301",
"type": "t_uint256",
"contract": "RewardsDistributor",
"src": "contracts/components/staking/rewards/RewardsDistributor.sol:36"
},
{
"label": "_rewardsAccumulators",
"offset": 0,
"slot": "302",
"type": "t_mapping(t_uint256,t_struct(DelegatedAccRewards)9869_storage)",
"contract": "RewardsDistributor",
"src": "contracts/components/staking/rewards/RewardsDistributor.sol:38"
},
{
"label": "rewardsPerEpoch",
"offset": 0,
"slot": "303",
"type": "t_mapping(t_uint256,t_mapping(t_uint256,t_uint256))",
"contract": "RewardsDistributor",
"src": "contracts/components/staking/rewards/RewardsDistributor.sol:40"
},
{
"label": "rewardedEpochs",
"offset": 0,
"slot": "304",
"type": "t_mapping(t_uint256,t_mapping(t_uint256,t_bool))",
"contract": "RewardsDistributor",
"src": "contracts/components/staking/rewards/RewardsDistributor.sol:42"
},
{
"label": "claimedRewardsPerEpoch",
"offset": 0,
"slot": "305",
"type": "t_mapping(t_uint256,t_mapping(t_uint256,t_mapping(t_address,t_bool)))",
"contract": "RewardsDistributor",
"src": "contracts/components/staking/rewards/RewardsDistributor.sol:44"
},
{
"label": "delegationFees",
"offset": 0,
"slot": "306",
"type": "t_mapping(t_uint256,t_array(t_struct(DelegationFee)9901_storage)2_storage)",
"contract": "RewardsDistributor",
"src": "contracts/components/staking/rewards/RewardsDistributor.sol:51"
},
{
"label": "delegationParamsEpochDelay",
"offset": 0,
"slot": "307",
"type": "t_uint256",
"contract": "RewardsDistributor",
"src": "contracts/components/staking/rewards/RewardsDistributor.sol:53"
},
{
"label": "defaultFeeBps",
"offset": 0,
"slot": "308",
"type": "t_uint256",
"contract": "RewardsDistributor",
"src": "contracts/components/staking/rewards/RewardsDistributor.sol:54"
},
{
"label": "poolRewardsAtEpochClaimedByOwner",
"offset": 0,
"slot": "309",
"type": "t_mapping(t_uint256,t_mapping(t_uint256,t_bool))",
"contract": "RewardsDistributor",
"src": "contracts/components/staking/rewards/RewardsDistributor.sol:57"
}
],
"types": {
"t_address": {
"label": "address",
"numberOfBytes": "20"
},
"t_array(t_struct(DelegationFee)9901_storage)2_storage": {
"label": "struct RewardsDistributor.DelegationFee[2]",
"numberOfBytes": "64"
},
"t_array(t_struct(EpochCheckpoint)9294_storage)dyn_storage": {
"label": "struct Accumulators.EpochCheckpoint[]",
"numberOfBytes": "32"
},
"t_array(t_uint256)49_storage": {
"label": "uint256[49]",
"numberOfBytes": "1568"
},
"t_array(t_uint256)50_storage": {
"label": "uint256[50]",
"numberOfBytes": "1600"
},
"t_bool": {
"label": "bool",
"numberOfBytes": "1"
},
"t_contract(IAccessControl)3088": {
"label": "contract IAccessControl",
"numberOfBytes": "20"
},
"t_mapping(t_address,t_bool)": {
"label": "mapping(address => bool)",
"numberOfBytes": "32"
},
"t_mapping(t_address,t_struct(Accumulator)9299_storage)": {
"label": "mapping(address => struct Accumulators.Accumulator)",
"numberOfBytes": "32"
},
"t_mapping(t_uint256,t_array(t_struct(DelegationFee)9901_storage)2_storage)": {
"label": "mapping(uint256 => struct RewardsDistributor.DelegationFee[2])",
"numberOfBytes": "32"
},
"t_mapping(t_uint256,t_bool)": {
"label": "mapping(uint256 => bool)",
"numberOfBytes": "32"
},
"t_mapping(t_uint256,t_mapping(t_address,t_bool))": {
"label": "mapping(uint256 => mapping(address => bool))",
"numberOfBytes": "32"
},
"t_mapping(t_uint256,t_mapping(t_uint256,t_bool))": {
"label": "mapping(uint256 => mapping(uint256 => bool))",
"numberOfBytes": "32"
},
"t_mapping(t_uint256,t_mapping(t_uint256,t_mapping(t_address,t_bool)))": {
"label": "mapping(uint256 => mapping(uint256 => mapping(address => bool)))",
"numberOfBytes": "32"
},
"t_mapping(t_uint256,t_mapping(t_uint256,t_uint256))": {
"label": "mapping(uint256 => mapping(uint256 => uint256))",
"numberOfBytes": "32"
},
"t_mapping(t_uint256,t_struct(DelegatedAccRewards)9869_storage)": {
"label": "mapping(uint256 => struct RewardsDistributor.DelegatedAccRewards)",
"numberOfBytes": "32"
},
"t_mapping(t_uint256,t_uint256)": {
"label": "mapping(uint256 => uint256)",
"numberOfBytes": "32"
},
"t_struct(Accumulator)9299_storage": {
"label": "struct Accumulators.Accumulator",
"members": [
{
"label": "checkpoints",
"type": "t_array(t_struct(EpochCheckpoint)9294_storage)dyn_storage",
"offset": 0,
"slot": "0"
}
],
"numberOfBytes": "32"
},
"t_struct(DelegatedAccRewards)9869_storage": {
"label": "struct RewardsDistributor.DelegatedAccRewards",
"members": [
{
"label": "delegated",
"type": "t_struct(Accumulator)9299_storage",
"offset": 0,
"slot": "0"
},
{
"label": "delegators",
"type": "t_struct(Accumulator)9299_storage",
"offset": 0,
"slot": "1"
},
{
"label": "delegatorsTotal",
"type": "t_struct(Accumulator)9299_storage",
"offset": 0,
"slot": "2"
},
{
"label": "delegatorsPortions",
"type": "t_mapping(t_address,t_struct(Accumulator)9299_storage)",
"offset": 0,
"slot": "3"
}
],
"numberOfBytes": "128"
},
"t_struct(DelegationFee)9901_storage": {
"label": "struct RewardsDistributor.DelegationFee",
"members": [
{
"label": "feeBps",
"type": "t_uint16",
"offset": 0,
"slot": "0"
},
{
"label": "sinceEpoch",
"type": "t_uint240",
"offset": 2,
"slot": "0"
}
],
"numberOfBytes": "32"
},
"t_struct(EpochCheckpoint)9294_storage": {
"label": "struct Accumulators.EpochCheckpoint",
"members": [
{
"label": "timestamp",
"type": "t_uint32",
"offset": 0,
"slot": "0"
},
{
"label": "rate",
"type": "t_uint224",
"offset": 4,
"slot": "0"
},
{
"label": "value",
"type": "t_uint256",
"offset": 0,
"slot": "1"
}
],
"numberOfBytes": "64"
},
"t_uint16": {
"label": "uint16",
"numberOfBytes": "2"
},
"t_uint224": {
"label": "uint224",
"numberOfBytes": "28"
},
"t_uint240": {
"label": "uint240",
"numberOfBytes": "30"
},
"t_uint256": {
"label": "uint256",
"numberOfBytes": "32"
},
"t_uint32": {
"label": "uint32",
"numberOfBytes": "4"
},
"t_uint8": {
"label": "uint8",
"numberOfBytes": "1"
}
},
"namespaces": {}
}
}
}
}
Loading

0 comments on commit 173f702

Please sign in to comment.