Skip to content

Commit

Permalink
Merge pull request #7 from renproject/release/2.0.4
Browse files Browse the repository at this point in the history
Release v2.0.4
  • Loading branch information
jazg authored Sep 7, 2022
2 parents 5e3d01c + 461506f commit 14377d4
Show file tree
Hide file tree
Showing 457 changed files with 10,983 additions and 1,738 deletions.
37 changes: 17 additions & 20 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,22 +1,19 @@
module.exports = {
root: true,
parser: '@typescript-eslint/parser',
parserOptions: {
ecmaVersion: 2020, // Allows for the parsing of modern ECMAScript features
sourceType: 'module', // Allows for the use of imports
},
env: {
commonjs: true,
},
plugins: ['@typescript-eslint'],
extends: [
'eslint:recommended',
'plugin:@typescript-eslint/recommended',
'prettier',
],
rules: {
'no-empty': 'off',
'no-empty-function': 'off',
'@typescript-eslint/no-empty-function': 'off',
},
root: true,
parser: "@typescript-eslint/parser",
parserOptions: {
ecmaVersion: 2020, // Allows for the parsing of modern ECMAScript features
sourceType: "module", // Allows for the use of imports
},
env: {
commonjs: true,
},
plugins: ["@typescript-eslint"],
extends: ["eslint:recommended", "plugin:@typescript-eslint/recommended", "prettier"],
rules: {
"no-empty": "off",
"no-empty-function": "off",
"prefer-const": "off",
"@typescript-eslint/no-empty-function": "off",
},
};
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 12.18.0
node-version: 12

- name: Get yarn cache directory path
id: yarn-cache-dir-path
Expand Down
26 changes: 13 additions & 13 deletions .openzeppelin/mainnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,31 +151,31 @@
{
"contract": "RenAssetFactoryState",
"label": "_renAssetProxyBeacon",
"type": "t_contract(RenAssetProxyBeacon)9983",
"type": "t_contract(RenAssetProxyBeacon)9940",
"src": "src/GatewayRegistry/RenAssetFactory.sol:17"
},
{
"contract": "RenAssetFactoryState",
"label": "_mintGatewayProxyBeacon",
"type": "t_contract(MintGatewayProxyBeacon)10001",
"type": "t_contract(MintGatewayProxyBeacon)9958",
"src": "src/GatewayRegistry/RenAssetFactory.sol:18"
},
{
"contract": "RenAssetFactoryState",
"label": "_lockGatewayProxyBeacon",
"type": "t_contract(LockGatewayProxyBeacon)10019",
"type": "t_contract(LockGatewayProxyBeacon)9976",
"src": "src/GatewayRegistry/RenAssetFactory.sol:19"
},
{
"contract": "GatewayRegistryStateV2",
"label": "mintGatewaySymbols",
"type": "t_struct(Set)13090_storage",
"type": "t_struct(Set)13047_storage",
"src": "src/GatewayRegistry/GatewayRegistry.sol:26"
},
{
"contract": "GatewayRegistryStateV2",
"label": "lockGatewaySymbols",
"type": "t_struct(Set)13090_storage",
"type": "t_struct(Set)13047_storage",
"src": "src/GatewayRegistry/GatewayRegistry.sol:27"
},
{
Expand All @@ -187,7 +187,7 @@
{
"contract": "GatewayRegistryStateV2",
"label": "mintGatewayDetailsBySymbol",
"type": "t_mapping(t_string_memory_ptr,t_struct(GatewayDetails)8748_storage)",
"type": "t_mapping(t_string_memory_ptr,t_struct(GatewayDetails)8705_storage)",
"src": "src/GatewayRegistry/GatewayRegistry.sol:30"
},
{
Expand All @@ -199,7 +199,7 @@
{
"contract": "GatewayRegistryStateV2",
"label": "lockGatewayDetailsBySymbol",
"type": "t_mapping(t_string_memory_ptr,t_struct(GatewayDetails)8748_storage)",
"type": "t_mapping(t_string_memory_ptr,t_struct(GatewayDetails)8705_storage)",
"src": "src/GatewayRegistry/GatewayRegistry.sol:33"
},
{
Expand Down Expand Up @@ -228,7 +228,7 @@
}
],
"types": {
"t_struct(Set)13090_storage": {
"t_struct(Set)13047_storage": {
"label": "struct StringSet.Set",
"members": [
{
Expand Down Expand Up @@ -259,10 +259,10 @@
"t_address": {
"label": "address"
},
"t_mapping(t_string_memory_ptr,t_struct(GatewayDetails)8748_storage)": {
"t_mapping(t_string_memory_ptr,t_struct(GatewayDetails)8705_storage)": {
"label": "mapping(string => struct GatewayRegistryStateV2.GatewayDetails)"
},
"t_struct(GatewayDetails)8748_storage": {
"t_struct(GatewayDetails)8705_storage": {
"label": "struct GatewayRegistryStateV2.GatewayDetails",
"members": [
{
Expand All @@ -278,13 +278,13 @@
"t_array(t_uint256)39_storage": {
"label": "uint256[39]"
},
"t_contract(RenAssetProxyBeacon)9983": {
"t_contract(RenAssetProxyBeacon)9940": {
"label": "contract RenAssetProxyBeacon"
},
"t_contract(MintGatewayProxyBeacon)10001": {
"t_contract(MintGatewayProxyBeacon)9958": {
"label": "contract MintGatewayProxyBeacon"
},
"t_contract(LockGatewayProxyBeacon)10019": {
"t_contract(LockGatewayProxyBeacon)9976": {
"label": "contract LockGatewayProxyBeacon"
},
"t_mapping(t_bytes32,t_struct(AddressSet)3125_storage)": {
Expand Down
26 changes: 13 additions & 13 deletions .openzeppelin/unknown-137.json
Original file line number Diff line number Diff line change
Expand Up @@ -147,31 +147,31 @@
{
"contract": "RenAssetFactoryState",
"label": "_renAssetProxyBeacon",
"type": "t_contract(RenAssetProxyBeacon)9983",
"type": "t_contract(RenAssetProxyBeacon)9940",
"src": "src/GatewayRegistry/RenAssetFactory.sol:17"
},
{
"contract": "RenAssetFactoryState",
"label": "_mintGatewayProxyBeacon",
"type": "t_contract(MintGatewayProxyBeacon)10001",
"type": "t_contract(MintGatewayProxyBeacon)9958",
"src": "src/GatewayRegistry/RenAssetFactory.sol:18"
},
{
"contract": "RenAssetFactoryState",
"label": "_lockGatewayProxyBeacon",
"type": "t_contract(LockGatewayProxyBeacon)10019",
"type": "t_contract(LockGatewayProxyBeacon)9976",
"src": "src/GatewayRegistry/RenAssetFactory.sol:19"
},
{
"contract": "GatewayRegistryStateV2",
"label": "mintGatewaySymbols",
"type": "t_struct(Set)13090_storage",
"type": "t_struct(Set)13047_storage",
"src": "src/GatewayRegistry/GatewayRegistry.sol:26"
},
{
"contract": "GatewayRegistryStateV2",
"label": "lockGatewaySymbols",
"type": "t_struct(Set)13090_storage",
"type": "t_struct(Set)13047_storage",
"src": "src/GatewayRegistry/GatewayRegistry.sol:27"
},
{
Expand All @@ -183,7 +183,7 @@
{
"contract": "GatewayRegistryStateV2",
"label": "mintGatewayDetailsBySymbol",
"type": "t_mapping(t_string_memory_ptr,t_struct(GatewayDetails)8748_storage)",
"type": "t_mapping(t_string_memory_ptr,t_struct(GatewayDetails)8705_storage)",
"src": "src/GatewayRegistry/GatewayRegistry.sol:30"
},
{
Expand All @@ -195,7 +195,7 @@
{
"contract": "GatewayRegistryStateV2",
"label": "lockGatewayDetailsBySymbol",
"type": "t_mapping(t_string_memory_ptr,t_struct(GatewayDetails)8748_storage)",
"type": "t_mapping(t_string_memory_ptr,t_struct(GatewayDetails)8705_storage)",
"src": "src/GatewayRegistry/GatewayRegistry.sol:33"
},
{
Expand Down Expand Up @@ -224,7 +224,7 @@
}
],
"types": {
"t_struct(Set)13090_storage": {
"t_struct(Set)13047_storage": {
"label": "struct StringSet.Set",
"members": [
{
Expand Down Expand Up @@ -255,10 +255,10 @@
"t_address": {
"label": "address"
},
"t_mapping(t_string_memory_ptr,t_struct(GatewayDetails)8748_storage)": {
"t_mapping(t_string_memory_ptr,t_struct(GatewayDetails)8705_storage)": {
"label": "mapping(string => struct GatewayRegistryStateV2.GatewayDetails)"
},
"t_struct(GatewayDetails)8748_storage": {
"t_struct(GatewayDetails)8705_storage": {
"label": "struct GatewayRegistryStateV2.GatewayDetails",
"members": [
{
Expand All @@ -274,13 +274,13 @@
"t_array(t_uint256)39_storage": {
"label": "uint256[39]"
},
"t_contract(RenAssetProxyBeacon)9983": {
"t_contract(RenAssetProxyBeacon)9940": {
"label": "contract RenAssetProxyBeacon"
},
"t_contract(MintGatewayProxyBeacon)10001": {
"t_contract(MintGatewayProxyBeacon)9958": {
"label": "contract MintGatewayProxyBeacon"
},
"t_contract(LockGatewayProxyBeacon)10019": {
"t_contract(LockGatewayProxyBeacon)9976": {
"label": "contract LockGatewayProxyBeacon"
},
"t_mapping(t_bytes32,t_struct(AddressSet)3125_storage)": {
Expand Down
26 changes: 13 additions & 13 deletions .openzeppelin/unknown-2221.json
Original file line number Diff line number Diff line change
Expand Up @@ -147,31 +147,31 @@
{
"contract": "RenAssetFactoryState",
"label": "_renAssetProxyBeacon",
"type": "t_contract(RenAssetProxyBeacon)9983",
"type": "t_contract(RenAssetProxyBeacon)9940",
"src": "src/GatewayRegistry/RenAssetFactory.sol:17"
},
{
"contract": "RenAssetFactoryState",
"label": "_mintGatewayProxyBeacon",
"type": "t_contract(MintGatewayProxyBeacon)10001",
"type": "t_contract(MintGatewayProxyBeacon)9958",
"src": "src/GatewayRegistry/RenAssetFactory.sol:18"
},
{
"contract": "RenAssetFactoryState",
"label": "_lockGatewayProxyBeacon",
"type": "t_contract(LockGatewayProxyBeacon)10019",
"type": "t_contract(LockGatewayProxyBeacon)9976",
"src": "src/GatewayRegistry/RenAssetFactory.sol:19"
},
{
"contract": "GatewayRegistryStateV2",
"label": "mintGatewaySymbols",
"type": "t_struct(Set)13090_storage",
"type": "t_struct(Set)13047_storage",
"src": "src/GatewayRegistry/GatewayRegistry.sol:26"
},
{
"contract": "GatewayRegistryStateV2",
"label": "lockGatewaySymbols",
"type": "t_struct(Set)13090_storage",
"type": "t_struct(Set)13047_storage",
"src": "src/GatewayRegistry/GatewayRegistry.sol:27"
},
{
Expand All @@ -183,7 +183,7 @@
{
"contract": "GatewayRegistryStateV2",
"label": "mintGatewayDetailsBySymbol",
"type": "t_mapping(t_string_memory_ptr,t_struct(GatewayDetails)8748_storage)",
"type": "t_mapping(t_string_memory_ptr,t_struct(GatewayDetails)8705_storage)",
"src": "src/GatewayRegistry/GatewayRegistry.sol:30"
},
{
Expand All @@ -195,7 +195,7 @@
{
"contract": "GatewayRegistryStateV2",
"label": "lockGatewayDetailsBySymbol",
"type": "t_mapping(t_string_memory_ptr,t_struct(GatewayDetails)8748_storage)",
"type": "t_mapping(t_string_memory_ptr,t_struct(GatewayDetails)8705_storage)",
"src": "src/GatewayRegistry/GatewayRegistry.sol:33"
},
{
Expand Down Expand Up @@ -224,7 +224,7 @@
}
],
"types": {
"t_struct(Set)13090_storage": {
"t_struct(Set)13047_storage": {
"label": "struct StringSet.Set",
"members": [
{
Expand Down Expand Up @@ -255,10 +255,10 @@
"t_address": {
"label": "address"
},
"t_mapping(t_string_memory_ptr,t_struct(GatewayDetails)8748_storage)": {
"t_mapping(t_string_memory_ptr,t_struct(GatewayDetails)8705_storage)": {
"label": "mapping(string => struct GatewayRegistryStateV2.GatewayDetails)"
},
"t_struct(GatewayDetails)8748_storage": {
"t_struct(GatewayDetails)8705_storage": {
"label": "struct GatewayRegistryStateV2.GatewayDetails",
"members": [
{
Expand All @@ -274,13 +274,13 @@
"t_array(t_uint256)39_storage": {
"label": "uint256[39]"
},
"t_contract(RenAssetProxyBeacon)9983": {
"t_contract(RenAssetProxyBeacon)9940": {
"label": "contract RenAssetProxyBeacon"
},
"t_contract(MintGatewayProxyBeacon)10001": {
"t_contract(MintGatewayProxyBeacon)9958": {
"label": "contract MintGatewayProxyBeacon"
},
"t_contract(LockGatewayProxyBeacon)10019": {
"t_contract(LockGatewayProxyBeacon)9976": {
"label": "contract LockGatewayProxyBeacon"
},
"t_mapping(t_bytes32,t_struct(AddressSet)3125_storage)": {
Expand Down
Loading

0 comments on commit 14377d4

Please sign in to comment.