Skip to content

v1.17.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@soyrubio soyrubio released this 23 Jan 09:11

1.17.0 (Pre-release)

This version iterates on multiple chain sessions (introduces in the previous release) by adding advanced chain management features including chain forking, local node connectivity, and automated per-chain state persistence between VS Code restarts. The updated interface introduces a chain navigator to support the new features, events displayed in transaction output, and general UX improvements such as new input tooltips and loading indicators.

[1.17.0]

Features

  • Added chain forking capabilities for local development
  • Added support for connecting to existing local chain nodes
  • Implemented configurable automatic chain state persistence
  • Added a new Chain Navigator UI element with chain information display
  • Added onchain contract ABI fetching
  • Implemented proxy contract support with implementation ABI integration
  • Integrated transaction event displays in output view
  • Enhanced UX with input tooltips and loading indicators
  • Improved contract interaction feedback with visual loading states

Fixes

  • Fixed contract compilation expansion issues
  • Resolved UI theme consistency issues
  • Fixed empty calldata handling in function calls
  • Corrected bigint serialization and processing
  • Fixed integer overflow handling in inputs
  • Improved type safety in bigint operations
  • Reduced extension startup messages
  • Optimized handling of large transaction values
  • Cleaned up residual messages in output view
  • Improved chain state persistence reliability
  • Fixed chain session stability issues
  • Updated Wake dependency to 4.14.0
  • Refactored codebase