git.delta.rocks / unique-network / refs/commits / e899eeedd0be

difftreelog

commits

crateshistory
  1. Merge pull request #602 from UniqueNetwork/tests/allow-list-refactored
    ut-akuznetsov 2022-09-21 #ad0580a
  2. Merge pull request #601 from UniqueNetwork/tests/event-logging-and-more
    ut-akuznetsov 2022-09-20 #2f6a65e
  3. Merge pull request #569 from UniqueNetwork/feature/evm-conditional-inheritance
    Yaroslav Bolyukin 2022-09-19 #488175c
  4. fix deny comma absence between if/via
    Daniel Shiposha 2022-09-19 #3fefb83
  5. fix parse comma at the end
    Daniel Shiposha 2022-09-19 #2962673
  6. feat use returns kw with via kw
    Daniel Shiposha 2022-09-19 #68abc1e
  7. fix use while instead of loop
    Daniel Shiposha 2022-09-19 #d80ffd9
  8. 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