solidity
-
Dynamic deploy time solidity immutables without constructor args
Oftentimes it is desirable to not have constructor args, or only to have static constructor args which could technically be replaced by using constants directly. -
neovim setup for solidity
It has been over 2.5 months now since the solidity-analyzer introduction post and the development has been slow after the burst of development after start. Next things to do for me onsolidity-analyzer
is to add code navigation and… -
Introducing solidity-analyzer
I have been working on a new solidity LSP calledsolidity-analyzer
for a couple weeks now. It is written in rust and utilizesethers-solc
,foundry-fmt
andsolang-parser
…