Skip to content

Devnet v1.7.0

Compare
Choose a tag to compare
@afalaleev afalaleev released this 01 Dec 08:28
· 233 commits to develop since this release
  • Supports alternative tokens for gas payment
    • Changes codes for Neon transaction processing
    • Updates the internal account structure to support multiple “native” tokens
    • Updates the holder account structures to support multiple “native” tokens
    • Changes the logic of opcode CHAIN_ID; previously, it returned a caller’s CHAIN_ID; with this update it returns the chain’s CHAIN_ID.
      • An EOA CHAIN_ID is specified in the transaction
      • A contract’s CHAIN_ID is the same as the CHAIN_ID of its creator
    • EnablesCHAIN_ID 245022927. This enables transactions to use wrapped SOL instead of NEON as a native token
  • Implements EIP-6780: SELFDESTRUCT only in the same transaction