Skip to content

Commit ff4e8f1

Browse files
committed
feat: Add new features for cross-framework TEE compatibility and atomic order matching
1 parent 4c1f90f commit ff4e8f1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

scripts/upgrades/v6.2.0.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@
2323
- IexecPocoAccessorsFacet
2424
- IexecRelayFacet
2525

26+
### New Features
27+
28+
- **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.
29+
30+
- **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.
31+
2632
## Deployment logs
2733

2834
### Arbitrum Sepolia

0 commit comments

Comments
 (0)