Skip to content

Releases: NomicFoundation/hardhat-vscode

v0.6.8

16 Jan 14:10
Compare
Choose a tag to compare

0.6.8 - 2023-01-16

Added

  • Provide cli invocation for standalone language server (#341)

Changed

  • Re-ask to allow telemetry (#370)
  • Refine telemetry for coc and different development frameworks (#320, #338 & #340)

v0.6.7

09 Jan 16:55
Compare
Choose a tag to compare

0.6.7 - 2023-01-09

Added

  • Quickfix for non checksummed addresses
  • Track timing on analysis
  • Add encodeCall completion to abi

Fixed

  • Status item links on windows
  • Foundry validation on windows

v0.6.6

22 Dec 17:30
Compare
Choose a tag to compare

0.6.6 - 2022-12-22

Changed

  • Updated logo and extension naming in docs (#311)

Fixed

  • Forge fmt respects project's foundry.toml (#316)

v0.6.5

21 Dec 14:25
Compare
Choose a tag to compare

0.6.5 - 2022-12-21

Added

  • Custom protocol testing framework + test suite

Fixed

  • Bundled extension properly, including hardhat 2.12.4 which fixes the .js on undefined error on solcjs users.

v0.6.4

15 Dec 14:53
Compare
Choose a tag to compare

0.6.4 - 2022-12-15

Added

  • Solidity survey 2022 invitation (#312)

Fixed

  • Updated hardhat version to latest, fixing validation for solcjs users (#305)
  • Improved foundry import resolution (#308)

v0.6.3

01 Dec 11:27
Compare
Choose a tag to compare

0.6.3 - 2022-12-01

Fixed

  • Fixed validation with solcjs (#294)
  • Suppress output channel warnings around worker exit codes (#298)

Changed

  • cache solc compiler paths for all adapters (#299)

v0.6.2

25 Nov 15:37
Compare
Choose a tag to compare

0.6.2 - 2022-11-25

Fixed

  • Fix issue with calling fstat on non existent files
  • Fix validation not working on files with whitespaces on their path (#289)

v0.6.1

24 Nov 20:09
Compare
Choose a tag to compare

Added

  • Quickfixes for adding/removing data location keywords (#281)

Changed

  • Update the version of prettier-plugin-solidity (#282)

Fixed

  • Suppress errors when encountering a folder with a .sol ending (#285)

v0.6.0

22 Nov 16:24
Compare
Choose a tag to compare

0.6.0 - 2022-11-21

Added

  • Validation for "standalone" solidity files not belonging to any project
  • Experimental support for pure foundry projects and hybrid hardhat - foundry projects.
  • Faster validation by tuning solc settings

Fixed

  • Validation blocked on the entire project when there's an invalid import on a single file (#238)
  • "Validator blocked" error before extension finished analysis stage
  • Improved error messaging on failure to load hardhat

v0.5.5

06 Oct 13:38
Compare
Choose a tag to compare

0.5.5 - 2022-10-06

Fixed

  • Attempting to validate non-hardhat contracts triggering a task error (#255)