From b11a0b0d418d87a86fc53e7e9c3fd4bafcb54cb2 Mon Sep 17 00:00:00 2001 From: Omar Abdulla Date: Mon, 24 Nov 2025 18:54:22 +0300 Subject: [PATCH 1/3] Update the commit hash of the revive-differential-tests --- .github/workflows/tests-evm.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests-evm.yml b/.github/workflows/tests-evm.yml index b990749a671ef..9f0777bfc1736 100644 --- a/.github/workflows/tests-evm.yml +++ b/.github/workflows/tests-evm.yml @@ -51,7 +51,7 @@ jobs: uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: repository: paritytech/revive-differential-tests - ref: a6e4932a08b1ca231e4a02ca6e54e08a53f0e786 + ref: cc753a1a2ca6a409748e70e043d7be064e9ce741 path: revive-differential-tests submodules: recursive - name: Installing Retester @@ -60,7 +60,7 @@ jobs: run: mkdir workdir - name: Downloading & Initializing the compilation caches run: | - curl -fL --retry 3 --retry-all-errors --connect-timeout 10 -o cache.tar.gz "https://github.com/paritytech/revive-differential-tests/releases/download/compilation-caches-v1.0/cache.tar.gz" + curl -fL --retry 3 --retry-all-errors --connect-timeout 10 -o cache.tar.gz "https://github.com/paritytech/revive-differential-tests/releases/download/compilation-caches-v1.1/cache.tar.gz" tar -zxf cache.tar.gz -C ./workdir > /dev/null 2>&1 - name: Running the Differential Tests run: | @@ -111,8 +111,7 @@ jobs: RUST_BACKTRACE: 1 strategy: matrix: - platform: - ["test:pvm", "test:evm"] + platform: ["test:pvm", "test:evm"] steps: - name: Checkout uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 From 9df6af5ba75e79f52bf6a8eda62ae3cd54d1cb7f Mon Sep 17 00:00:00 2001 From: "cmd[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 15:59:46 +0000 Subject: [PATCH 2/3] Update from github-actions[bot] running command 'prdoc --audience runtime_dev' --- prdoc/pr_10397.prdoc | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 prdoc/pr_10397.prdoc diff --git a/prdoc/pr_10397.prdoc b/prdoc/pr_10397.prdoc new file mode 100644 index 0000000000000..a0a0c9489e629 --- /dev/null +++ b/prdoc/pr_10397.prdoc @@ -0,0 +1,8 @@ +title: Update the commit hash of the revive-differential-tests +doc: +- audience: Runtime Dev + description: |- + # Description + + This is a PR that updates the commit hash of the revive-differential-tests framework and the compilation caches to a version that includes fixes to certain tests that used hard-coded gas values. The compilation caches required an update since this was a change to the contract's code. +crates: [] From a9ccf2e844b86250d12e5d2b14217c82bd86fe1c Mon Sep 17 00:00:00 2001 From: Omar Abdulla Date: Tue, 25 Nov 2025 15:08:00 +0300 Subject: [PATCH 3/3] Update the commit hash of the DT framework --- .github/workflows/tests-evm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests-evm.yml b/.github/workflows/tests-evm.yml index 9f0777bfc1736..58b5d1f320ec2 100644 --- a/.github/workflows/tests-evm.yml +++ b/.github/workflows/tests-evm.yml @@ -51,7 +51,7 @@ jobs: uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: repository: paritytech/revive-differential-tests - ref: cc753a1a2ca6a409748e70e043d7be064e9ce741 + ref: 66feb36b4ef2c79415ca8ea765d8235d48dfa8f8 path: revive-differential-tests submodules: recursive - name: Installing Retester