This repository has been archived by the owner on Dec 6, 2024. It is now read-only.
Releases: NethermindEth/zksync-remix-plugin
Releases · NethermindEth/zksync-remix-plugin
v0.6.2
What's Changed
- Fix bug when switching between two contracts in the "Interact" tab by @ashleendaly in #201
- feat: add zksolc version check by @varex83 in #215
- Feature/add zksolc version check by @varex83 in #217
- Added action based metrics. Action - Compile/Verify by @taco-paco in #220
- Filter out options for metrics by @taco-paco in #219
- Update zksolc-bin to version v1.5.4 by @github-actions in #216
- feat: update zksolc version by @varex83 in #221
- Add supported chains to plugin by @ashleendaly in #208
- feat: add sophon network to wallet connection by @varex83 in #224
- Fixed excessive logs + default level + environment label for Loki logs by @taco-paco in #226
- Update zksolc-bin to version v1.5.5 by @github-actions in #225
- fix: zksolc requires solc installed by @varex83 in #227
- chore: upd zksolc to v1.5.6 by @varex83 in #229
- Add version label to metrics by @taco-paco in #230
- chore: upd zksolc to v1.5.6 by @varex83 in #231
- Skip engine print in /health by @taco-paco in #228
New Contributors
- @ashleendaly made their first contribution in #201
- @github-actions made their first contribution in #216
Full Changelog: v0.6.1...v0.6.2
v0.6.1
v0.6.0
What's Changed
- Added metrics by @taco-paco in #159
- Change Devnet url by @satyambnsal in #161
- fix: issue of grafana agent blocking execution by @taco-paco in #162
- Change API Service URL by @satyambnsal in #163
- Revert and backend and devnet api url changes by @satyambnsal in #164
- Update dev cluster and service names by @Manjeet-Nethermind in #165
- Environment Refactor changes by @satyambnsal in #160
- fix: rust ci by @varex83 in #175
- fix: separate metrics by environment using label by @taco-paco in #174
- Custom network setup by @satyambnsal in #173
New Contributors
- @Manjeet-Nethermind made their first contribution in #165
Full Changelog: v0.5.0...v0.6.0
0.5.0
Key updates in this release:
UI and UX Improvements
- Revamped user interface for better usability (#147 #148 #150 )
- New tab structure in support section for easier navigation
- Updated color scheme and theme options
- Redesigned plugin header and footer (#114)
Enhanced Functionality
- Support for generic arrays in constructor and method inputs (#41 )
Other Changes
- Bug fixes and stability improvements (#155)
- UI lint check Github action (#145 ). Thank you @0xmihirsahu for your valuable contribution.
- Migrate old static config to flow config (#158)
Full Changelog: 0.4.2...0.5.0
v0.4.2
What's Changed
- Fix contract root path issue by @satyambnsal in #129
- Add contracts path to all files by @satyambnsal in #130
- Revert "Add contracts path to all files" by @satyambnsal in #131
- Revert "Fix contract root path issue" by @satyambnsal in #132
- Add warning in contract area by @satyambnsal in #133
- feat: Add compilation in custom location(folder) by @taco-paco in #135
- Fix getContractFilePath method by @satyambnsal in #139
- Removed _test.sol files from compilation by @taco-paco in #140
- feat: make process spawn awaiting async by @taco-paco in #136
- fix: add filter for contracts on UI side by @varex83 in #141
Full Changelog: v0.4.1...v0.4.2
v0.4.1
What's Changed
- Files now saved to artifacts folder within current workspace by @taco-paco in #123
- Added ability to load repository via url by @taco-paco in #121
New Contributors
- @taco-paco made their first contribution in #123
Full Changelog: v0.4.0...0.4.1
v0.4.0
What's Changed
- Add support for invoking payable contract methods by @elataret in #102
- Fix a few bugs with calling payable methods by @elataret in #104
- Allow working with multi-file projects by @elataret in #107
- Plugin frontend refactor changes by @satyambnsal in #106
- Remove Docker-based compile and verify by @elataret in #111
- Change zksync devnet url to prod prod devnet by @satyambnsal in #115
- Remove extra compiled projects for deployment by @elataret in #109
- UI refurbishment changes by @satyambnsal in #118
- Update devnet prod url by @satyambnsal in #119
- Move Background notices to new accordian by @satyambnsal in #120
- Add verify contract checkbox by @satyambnsal in #122
New Contributors
- @satyambnsal made their first contribution in #106
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
- Add contract verification by @elataret in #91
- Allow constructor args for contract verification by @elataret in #94
- Reword contract verification into a deploy option by @elataret in #95
- Fix deployed contract selection for verification by @elataret in #96
- Refactor Remix client integration by @elataret in #99
New Contributors
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
- Adjusted icon file by @stranger80 in #57
- add support of external libraries by @varex83 in #58
- fix: error with double nonce by @varex83 in #60
- fix: wrong functional input (NftGatedPaymaster) by @varex83 in #61
- fix: deployment and interaction works when wallet is disconnected by @varex83 in #62
- feat: sepolia support by @varex83 in #63
- Add warning to update plugin version by @varex83 in #67
- feat: update version handling in ci by @varex83 in #68
- feat: update version handling in ci by @varex83 in #69
- fix: correct version output by @varex83 in #70
- fix: update version handling on prod by @varex83 in #71
- fix: add message if plugin version is not fetched by @varex83 in #72
- fix: show plugin version instead of API by @varex83 in #73
- fix: improve health check logic by @varex83 in #81
- feat: add clean up mechanics by @varex83 in #89
- feat: add clean up mechanics by @varex83 in #90
Full Changelog: v0.1.1...v0.2.0
v0.1.1
Initial alpha version of the plugin.