From 4c1f90f2fe51598f9b0ce665fd8e5c5252312128 Mon Sep 17 00:00:00 2001 From: gfournierPro Date: Thu, 18 Dec 2025 09:55:57 +0100 Subject: [PATCH 1/2] fix: Update deployer, owner, and richman addresses for Arbitrum Sepolia Testnet --- config/config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/config.json b/config/config.json index cc793c53..1fb29754 100644 --- a/config/config.json +++ b/config/config.json @@ -89,11 +89,11 @@ }, "421614": { "name": "Arbitrum Sepolia Testnet", - "deployer": "0x9990cfb1Feb7f47297F54bef4d4EbeDf6c5463a3", - "owner": "0x9990cfb1Feb7f47297F54bef4d4EbeDf6c5463a3", + "deployer": "0x87bdca5F82cD5B138cD12a724d6c0eC7e3114dA6", + "owner": "0x87bdca5F82cD5B138cD12a724d6c0eC7e3114dA6", "asset": "Token", "token": "0x9923eD3cbd90CD78b910c475f9A731A6e0b8C963", - "richman": "0x9990cfb1Feb7f47297F54bef4d4EbeDf6c5463a3", + "richman": "0x87bdca5F82cD5B138cD12a724d6c0eC7e3114dA6", "v3": {}, "v5": { "factory": "0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed", From ff4e8f135eb168de40cc2fd25936e9dc4514e015 Mon Sep 17 00:00:00 2001 From: gfournierPro Date: Thu, 18 Dec 2025 09:56:19 +0100 Subject: [PATCH 2/2] feat: Add new features for cross-framework TEE compatibility and atomic order matching --- scripts/upgrades/v6.2.0.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/scripts/upgrades/v6.2.0.md b/scripts/upgrades/v6.2.0.md index f2107d2d..b5eea9fd 100644 --- a/scripts/upgrades/v6.2.0.md +++ b/scripts/upgrades/v6.2.0.md @@ -23,6 +23,12 @@ - IexecPocoAccessorsFacet - IexecRelayFacet +### New Features + +- **Cross-framework TEE compatibility (#325)**: Ignore TEE framework bits (Scone, Gramine, TDX) in dataset tags during order matching. This allows existing dataset orders with SGX tags (e.g., Scone `0b0011`) to be consumed on TDX workerpools (`0b1001`), enabling cross-framework compatibility. + +- **Deposit and match orders in a single transaction (#316)**: Users can now call `RLC.approveAndCall()` to deposit tokens and execute `matchOrders` atomically in a single transaction. This improves UX by reducing the number of transactions required to create a deal. + ## Deployment logs ### Arbitrum Sepolia