updating external test repository links where code is used as variable name instead of keyword

This commit is contained in:
nishant-sachdeva 2022-10-19 17:00:49 +05:30
parent 7b1b1a0a84
commit 0d0fbc2269
4 changed files with 8 additions and 8 deletions

View File

@ -38,7 +38,7 @@ function colony_test
{ {
local repo="https://github.com/solidity-external-tests/colonyNetwork.git" local repo="https://github.com/solidity-external-tests/colonyNetwork.git"
local ref_type=branch local ref_type=branch
local ref="develop_080" local ref="removing_usage_of_code_as_identifier"
local config_file="truffle.js" local config_file="truffle.js"
local compile_only_presets=( local compile_only_presets=(
@ -67,7 +67,7 @@ function colony_test
cd lib cd lib
rm -Rf dappsys rm -Rf dappsys
git clone https://github.com/solidity-external-tests/dappsys-monolithic.git -b master_080 dappsys git clone https://github.com/solidity-external-tests/dappsys-monolithic.git -b remove_usage_of_code_as_identifier dappsys
cd .. cd ..
replace_version_pragmas replace_version_pragmas

View File

@ -36,9 +36,9 @@ function test_fn { npm run test; }
function elementfi_test function elementfi_test
{ {
local repo="https://github.com/element-fi/elf-contracts" local repo="https://github.com/solidity-external-tests/elf-contracts"
local ref_type=branch local ref_type=branch
local ref=main local ref=develop_090
local config_file="hardhat.config.ts" local config_file="hardhat.config.ts"
local config_var=config local config_var=config

View File

@ -39,9 +39,9 @@ function test_fn {
function euler_test function euler_test
{ {
local repo="https://github.com/euler-xyz/euler-contracts" local repo="https://github.com/solidity-external-tests/euler-contracts"
local ref_type=branch local ref_type=branch
local ref="master" local ref="master_090"
local config_file="hardhat.config.js" local config_file="hardhat.config.js"
local compile_only_presets=() local compile_only_presets=()

View File

@ -39,9 +39,9 @@ function test_fn { npm test; }
function zeppelin_test function zeppelin_test
{ {
local repo="https://github.com/OpenZeppelin/openzeppelin-contracts.git" local repo="https://github.com/solidity-external-tests/openzeppelin-contracts"
local ref_type=branch local ref_type=branch
local ref="master" local ref="update_create2impl.sol"
local config_file="hardhat.config.js" local config_file="hardhat.config.js"
local compile_only_presets=() local compile_only_presets=()