You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Memory-usage enhancements: Implements memory-usage enhancements for deep call stacks in Solidity and Viper contracts. This modification enables dApps to operate with call stacks exceeding seven contracts.
Solana state optimizations: Optimizes Solana state changes by minimizing API requests. Multiple alterations for a single Solana account are condensed into one state change.
Precompiled contracts utilization: Incorporates the functionality to utilize precompiled contracts through the emulator, enabling proxies to directly invoke eth_call.
Additional provisions in Solidity and Viper contracts: Adds provisions for block.timestamp and block.number in Solidity and Viper contracts for CREATE2 instruction and mapping indices. Implementation is required on the Neon Proxy end.