git.delta.rocks / unique-network / refs/commits / 4cc1096094ca

difftreelog

commits

crates/evm-coder/procedural/srchistory
  1. Add new configuration option for #[solidity_interface] is attribute:
    if($expr)
    
    This expression will be executed during ERC165 supports_interface call,
    and during normal call execution (but not during parsing), allowing to
    conditionally disable some inherited interfaces based on contract data
    Yaroslav Bolyukin 2022-09-08 #4cc1096
  2. Document evm related crates
    Yaroslav Bolyukin 2022-08-25 #78becc5
  3. doc: clarification review
    Greg Zaitsev 2022-08-19 #5af3116
  4. 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
  5. doc(evm-coder): document public api
    Yaroslav Bolyukin 2022-07-12 #c098935
  6. 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