vscode-crypto-address-lens

VSCode extension to inspect and validate crypto address inside your favourite editor.

APACHE-2.0 License

Stars
10
vscode-crypto-address-lens - v1.1.0 - 2023-05-12 Latest Release

Published by peetzweg over 1 year ago

Added

  • adds new configuration property crypoAddressLens.explorers to configure block explorers to show up on address hover. It expects an object, key of this object is the explorers name, value is the URL of the block explorer which is suffixed with the address to lookup. (#11)

Changed

  • deprecates configuration properties of the scheme cryptoAddressLens.[network].rpc and cryptoAddressLens.[network].enabled.

  • migrates ability to setup networks and rpcs into new configuration property called cryptoAddressLens.rpcs. It expects an objects which keys are the network name and the value is the RPC url. Pass false as value to deactivate the network. (#11)

vscode-crypto-address-lens - v1.0.1 - 2023-02-12

Published by peetzweg over 1 year ago

Fixed

  • restores access to README and CHANGELOG from VSCode/marketplace
vscode-crypto-address-lens - v1.0.0 - 2023-02-12

Published by peetzweg over 1 year ago

Changed

  • overhaul repository structure to make the extension better extendable and maintainable for the future.
vscode-crypto-address-lens - v0.5.1 - 2022-09-01

Published by peetzweg about 2 years ago

Changed

  • Not showing symbol in hover message anymore. The implementation caused flickering when trying to reach for a blockscanner link with the mouse.

Fixed

  • showing token symbol were not shown anymore at the end of the current line,

  • Code actions to convert selected address were only shown every other time.

vscode-crypto-address-lens - v0.5.0 - 2022-08-28

Published by peetzweg about 2 years ago

Added

  • QuickFix actions to fix selected addresses checksum or convert it into a lowercase address,

  • disable address lookup for certain chains in the plugin settings or use extension configuration property: cryptoAddressLens.[network].enabled=boolean,

  • change default RPC servers in the plugin settings or use extension configuration property: cryptoAddressLens.[network].rpc=string.

Fixed

  • disposes token name and symbol decoration more consistently now.
Related Projects