Skip to content

Mainnet v1.4.1

Compare
Choose a tag to compare
@afalaleev afalaleev released this 19 Oct 11:29
· 281 commits to develop since this release
552ba4c
  1. 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.
  2. Solana state optimizations: Optimizes Solana state changes by minimizing API requests. Multiple alterations for a single Solana account are condensed into one state change.
  3. Precompiled contracts utilization: Incorporates the functionality to utilize precompiled contracts through the emulator, enabling proxies to directly invoke eth_call.
  4. 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.
  5. EIP-2930 support: Integrates support for [EIP-2930](https://eips.ethereum.org/EIPS/eip-2930), which accommodates the latest Ethereum transactions with access lists. For more details, refer to the [Ethereum documentation](https://eips.ethereum.org/EIPS/eip-2930). Implementation is required on the Neon Proxy end.