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

difftreelog

commits

crates/evm-coder/src/solidity.rs14.7 KiBsourcehistory
  1. Merge remote-tracking branch 'origin/feature/add_collection_sponsor_substrate' into develop
    Yaroslav Bolyukin 2022-08-25 #eadc594
  2. Document evm related crates
    Yaroslav Bolyukin 2022-08-25 #78becc5
  3. fix After rebase
    Trubnikov Sergey 2022-08-29 #78a9952
  4. Test/move to playgrounds
    ut-akuznetsov 2022-08-25 #fb94d1c
  5. Feature/refactor contract sponsoring
    Yaroslav Bolyukin 2022-08-25 #999c24f
  6. fix After rebase
    Trubnikov Sergey 2022-08-25 #41b5a1d
  7. path: Fix parsing simple values.
    Trubnikov Sergey 2022-08-17 #420882b
  8. doc(evm-coder): document public api
    Yaroslav Bolyukin 2022-07-12 #c098935
  9. 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
  10. Previously, all items from evm-coder codegen was sorted lexically, which
    caused some problems, where lexically sorted names of contract were not
    in the same order as contract inherit chain
    
    Now they are sorted by insertion order, and macro-generated code now
    inserts them in order of definition, thus providing topological sort of
    output contract items
    Yaroslav Bolyukin 2022-07-12 #7d5b680
  11. Make it closer to format used in standards
    Yaroslav Bolyukin 2022-07-12 #50d005e