|
2 | 2 |
|
3 | 3 | ## [1.17.0] |
4 | 4 | ### Features |
5 | | -- Added ability to fetch contract ABIs directly from onchain |
6 | | -- Added proxy contract support with implementation ABI integration |
7 | | -- Introduced chain forking capabilities for local development |
8 | | -- Enabled connecting to existing local blockchain nodes |
9 | | -- Added events in transaction output |
10 | | -- Added input tooltips for better UX |
11 | | -- Implemented autosaving chain state in intervals after chain-state change in favor of autosaving problematic chain state on VS Code deactivation |
12 | | -- Added current chain info in chain navigator |
13 | | -- Added visual loading indicators when deploying or interacting with contracts |
| 5 | +- Added onchain contract ABI fetching |
| 6 | +- Implemented proxy contract support with implementation ABI integration |
| 7 | +- Added chain forking capabilities for local development |
| 8 | +- Added support for connecting to existing local chain nodes |
| 9 | +- Integrated transaction event displays in output view |
| 10 | +- Enhanced UX with input tooltips and loading indicators |
| 11 | +- Implemented configurable automatic chain state persistence |
| 12 | +- Added a new Chain navigator UI element with chain information display |
| 13 | +- Improved contract interaction feedback with visual loading states |
14 | 14 |
|
15 | 15 | ### Fixes |
16 | | -- Resolved compilation issue expansion problems |
17 | | -- Addressed UI theming inconsistencies |
18 | | -- Fixed handling of empty `calldata` in function calls |
19 | | -- Fixed `bigint` serialization and processing |
20 | | -- Corrected integer value overflow handling |
21 | | -- Enhanced type conversion safety for bigint operations |
22 | | -- Removed excessive loading messages on extension launch |
23 | | -- Improved proxy contract UI and management |
| 16 | +- Fixed contract compilation expansion issues |
| 17 | +- Resolved UI theme consistency issues |
| 18 | +- Fixed empty `calldata` handling in function calls |
| 19 | +- Corrected `bigint` serialization and processing |
| 20 | +- Fixed integer overflow handling in inputs |
| 21 | +- Improved type safety in `bigint` operations |
| 22 | +- Reduced extension startup messages |
24 | 23 | - Optimized handling of large transaction values |
25 | | -- Cleaned up residual messages in output windows |
26 | | -- Enhanced state persistence and recovery |
27 | | -- Resolved minor chain session issues |
28 | | -- Bumped required Wake version to 4.14.0 |
29 | | -- Refactored code |
| 24 | +- Cleaned up residual messages in output view |
| 25 | +- Improved chain state persistence reliability |
| 26 | +- Fixed chain session stability issues |
| 27 | +- Updated Wake dependency to 4.14.0 |
| 28 | +- Refactored codebase |
30 | 29 |
|
31 | 30 | ## [1.16.7] |
32 | 31 | ### Features |
|
0 commit comments