git.delta.rocks / unique-network / refs/commits / 50d005ef0b3c

difftreelog

commits

crates/evm-coder-macroshistory
  1. Make it closer to format used in standards
    Yaroslav Bolyukin 2022-07-12 #50d005e
  2. We have plans to allow evm-coder to generate Callables for externally defined contracts, however our current attribute parsing was limiting code maintanability, rework was needed before starting to implement new features
    
    BREAKING CHANGE: solidity_interface definitions may now look slightly different, for example interface names now should be identifiers, not strings
    Yaroslav Bolyukin 2022-07-12 #b6f414f