git.delta.rocks / unique-network / refs/commits / 68058b4890a6

difftreelog

commits

crates/evm-coder/procedural/srchistory
  1. Previously, generated `Call` enum had no documentation, and
    documentation on interface items was only kept in generated solidity
    interfaces.
    
    Now all documentation will be moved from impl items to generated `Call`
    enum
    Yaroslav Bolyukin 2022-07-12 #dced9b9
  2. doc(evm-coder): document public api
    Yaroslav Bolyukin 2022-07-12 #c098935
  3. Previously, only documentation on items was parsed and preserved in
    generated code, now you can have documentation on interface itself
    Yaroslav Bolyukin 2022-07-12 #f0dde16