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", 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