git.delta.rocks / unique-network / refs/commits / 0335e511ccbf

difftreelog

commits

crates/evm-coder/proceduralhistory
  1. Document evm related crates
    Yaroslav Bolyukin 2022-08-25 #78becc5
  2. doc: clarification review
    Greg Zaitsev 2022-08-19 #5af3116
  3. 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
  4. doc(evm-coder): document public api
    Yaroslav Bolyukin 2022-07-12 #c098935
  5. 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