ethereum
-
Dynamic deploy time solidity immutables without constructor args
Posted on 2 mins
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
Posted on 2 mins
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-analyzeris to add code navigation and… -
Introducing solidity-analyzer
Posted on 2 mins
I have been working on a new solidity LSP calledsolidity-analyzerfor a couple weeks now. It is written in rust and utilizesethers-solc,foundry-fmtandsolang-parser…