Smart Contract Execution
Isolated Virtual Machines:
CYBEX employs isolated VMs to ensure that faulty or malicious code in one contract cannot corrupt or interfere with others. This isolation also allows for the parallel processing of smart contracts, significantly enhancing the network's performance.
Upgradeable Contracts:
The ability to upgrade contracts post-deployment is a critical feature. CYBEX facilitates this through a proxy pattern, where a proxy contract delegates calls to implemented contract logic that can be swapped if needed, allowing for iterative improvements and bug fixes post-launch.
Last updated