git.delta.rocks / unique-network / refs/commits / 3fefb83ade7d

difftreelog

commits

crates/evm-coderhistory
  1. fix deny comma absence between if/via
    Daniel Shiposha 2022-09-19 #3fefb83
  2. fix parse comma at the end
    Daniel Shiposha 2022-09-19 #2962673
  3. feat use returns kw with via kw
    Daniel Shiposha 2022-09-19 #68abc1e
  4. fix use while instead of loop
    Daniel Shiposha 2022-09-19 #d80ffd9
  5. 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
  6. Merge pull request #483 from UniqueNetwork/feature/mint-for-fungible-token
    Yaroslav Bolyukin 2022-08-30 #6c48590
  7. fix Remove redudant template
    Trubnikov Sergey 2022-08-30 #42824e2
  8. Merge remote-tracking branch 'origin/feature/add_collection_sponsor_substrate' into develop
    Yaroslav Bolyukin 2022-08-25 #eadc594
  9. fix Tuple size calc
    Trubnikov Sergey 2022-08-30 #acaa3b6
  10. test fix attribute imports
    Yaroslav Bolyukin 2022-08-25 #d254843
  11. fix Tuple size calculation. Some PR fixes.
    Trubnikov Sergey 2022-08-29 #67a4ea4
  12. Document evm related crates
    Yaroslav Bolyukin 2022-08-25 #78becc5
  13. fix return comment
    Trubnikov Sergey 2022-08-25 #40371d4
  14. fix After rebase
    Trubnikov Sergey 2022-08-29 #78a9952
  15. Test/move to playgrounds
    ut-akuznetsov 2022-08-25 #fb94d1c
  16. fmt
    Trubnikov Sergey 2022-08-20 #c288f09
  17. doc: clarification review
    Greg Zaitsev 2022-08-19 #5af3116
  18. minor: change calculating size for simple types.
    Trubnikov Sergey 2022-08-19 #0a5eeb0
  19. Feature/refactor contract sponsoring
    Yaroslav Bolyukin 2022-08-25 #999c24f
  20. fix After rebase
    Trubnikov Sergey 2022-08-25 #41b5a1d
  21. path: Add test for simple data
    Trubnikov Sergey 2022-08-17 #2cb2756
  22. path: Fix parsing simple values.
    Trubnikov Sergey 2022-08-17 #420882b
  23. 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
  24. Merge branch 'develop' into test/move-to-playgrounds
    Max Andreev 2022-08-24 #a36e310
  25. doc(evm-coder): document public api
    Yaroslav Bolyukin 2022-07-12 #c098935
  26. 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