Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: function call enums EthCall macro and more #517

Merged
merged 27 commits into from
Oct 18, 2021

Commits on Oct 16, 2021

  1. Configuration menu
    Copy the full SHA
    db51b38 View commit details
    Browse the repository at this point in the history
  2. style: use deref over clone

    mattsse committed Oct 16, 2021
    Configuration menu
    Copy the full SHA
    90b2c1b View commit details
    Browse the repository at this point in the history
  3. style: refactor some stuff

    mattsse committed Oct 16, 2021
    Configuration menu
    Copy the full SHA
    42bb563 View commit details
    Browse the repository at this point in the history
  4. feat: add ethcall trait

    mattsse committed Oct 16, 2021
    Configuration menu
    Copy the full SHA
    28bd693 View commit details
    Browse the repository at this point in the history
  5. feat: include in abigen

    mattsse committed Oct 16, 2021
    Configuration menu
    Copy the full SHA
    7ec449c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    21b79ce View commit details
    Browse the repository at this point in the history
  7. feat: impl EthCall derive

    mattsse committed Oct 16, 2021
    Configuration menu
    Copy the full SHA
    748a0a2 View commit details
    Browse the repository at this point in the history
  8. feat: support enums

    mattsse committed Oct 16, 2021
    Configuration menu
    Copy the full SHA
    053b311 View commit details
    Browse the repository at this point in the history
  9. feat: use abigen enum derive

    mattsse committed Oct 16, 2021
    Configuration menu
    Copy the full SHA
    00f8ed9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c6af805 View commit details
    Browse the repository at this point in the history
  11. test: first call test

    mattsse committed Oct 16, 2021
    Configuration menu
    Copy the full SHA
    36e62a7 View commit details
    Browse the repository at this point in the history
  12. rustfmt

    mattsse committed Oct 16, 2021
    Configuration menu
    Copy the full SHA
    12fa801 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    62a53cc View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    3a1047f View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2021

  1. feat: add from conversion

    mattsse committed Oct 17, 2021
    Configuration menu
    Copy the full SHA
    1deadab View commit details
    Browse the repository at this point in the history
  2. test: add convert test

    mattsse committed Oct 17, 2021
    Configuration menu
    Copy the full SHA
    a011619 View commit details
    Browse the repository at this point in the history
  3. chore: docs and test

    mattsse committed Oct 17, 2021
    Configuration menu
    Copy the full SHA
    f37fe20 View commit details
    Browse the repository at this point in the history
  4. chore: update changelog

    mattsse committed Oct 17, 2021
    Configuration menu
    Copy the full SHA
    cc12a49 View commit details
    Browse the repository at this point in the history
  5. cargo fix

    mattsse committed Oct 17, 2021
    Configuration menu
    Copy the full SHA
    d862a75 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    091d9cc View commit details
    Browse the repository at this point in the history
  7. chore: patch ethabi

    mattsse committed Oct 17, 2021
    Configuration menu
    Copy the full SHA
    4897b0b View commit details
    Browse the repository at this point in the history
  8. chore: rm ethabi patch

    mattsse committed Oct 17, 2021
    Configuration menu
    Copy the full SHA
    449f988 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3ffb8be View commit details
    Browse the repository at this point in the history
  10. style: use AsRef<[u8]>

    mattsse committed Oct 17, 2021
    Configuration menu
    Copy the full SHA
    7be4b59 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2021

  1. Update ethers-contract/ethers-contract-abigen/src/contract/methods.rs

    Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
    mattsse and gakonst committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    68a8acb View commit details
    Browse the repository at this point in the history
  2. style: reindent macro body

    mattsse committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    ee9aa89 View commit details
    Browse the repository at this point in the history
  3. test: add tuple event test

    mattsse committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    9277ebc View commit details
    Browse the repository at this point in the history