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

Rust code generation #66

Draft
wants to merge 31 commits into
base: main
Choose a base branch
from
Draft

Rust code generation #66

wants to merge 31 commits into from

Commits on Nov 1, 2024

  1. added rust codegen (wip)

    amirylm committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    7ed8fb8 View commit details
    Browse the repository at this point in the history
  2. go generate ./rs

    amirylm committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    87894ea View commit details
    Browse the repository at this point in the history
  3. fix warnings

    amirylm committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    4bbb182 View commit details
    Browse the repository at this point in the history
  4. rust workflow

    amirylm committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    0dffa94 View commit details
    Browse the repository at this point in the history
  5. update rs workflow

    amirylm committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    814ef2e View commit details
    Browse the repository at this point in the history
  6. update wf

    amirylm committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    320414e View commit details
    Browse the repository at this point in the history
  7. update wd

    amirylm committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    1af1f4e View commit details
    Browse the repository at this point in the history
  8. update wrk dir

    amirylm committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    262c8e5 View commit details
    Browse the repository at this point in the history
  9. update main README.md

    amirylm committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    f3eb87f View commit details
    Browse the repository at this point in the history
  10. fix wd

    amirylm committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    a72fd5c View commit details
    Browse the repository at this point in the history
  11. refactor code

    amirylm committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    5fd0ce7 View commit details
    Browse the repository at this point in the history
  12. update generated

    amirylm committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    29c90da View commit details
    Browse the repository at this point in the history
  13. update wf

    amirylm committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    8819204 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a2a446a View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2024

  1. fix rustfmt docker cmd

    amirylm committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    08ffcaa View commit details
    Browse the repository at this point in the history
  2. change comment

    amirylm committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    d0e2e48 View commit details
    Browse the repository at this point in the history
  3. update rs/README.md

    amirylm committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    faf5e8f View commit details
    Browse the repository at this point in the history
  4. update rs/README.md

    amirylm committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    df0be05 View commit details
    Browse the repository at this point in the history
  5. update example

    amirylm committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    a77c837 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. Update rs/chainselectors/src/lib.rs

    Co-authored-by: PabloMansanet <pablomansanet@gmail.com>
    amirylm and PabloMansanet authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    9118e15 View commit details
    Browse the repository at this point in the history
  2. Update rs/chainselectors/src/lib.rs

    Co-authored-by: PabloMansanet <pablomansanet@gmail.com>
    amirylm and PabloMansanet authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    3898819 View commit details
    Browse the repository at this point in the history
  3. print meaningful errors

    amirylm committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    fcf4bef View commit details
    Browse the repository at this point in the history
  4. fix imports

    amirylm committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    6c69bfa View commit details
    Browse the repository at this point in the history
  5. print fmt error

    amirylm committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    78d823d View commit details
    Browse the repository at this point in the history
  6. cargo fmt

    amirylm committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    0333591 View commit details
    Browse the repository at this point in the history
  7. format template file

    amirylm committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    2a1eb11 View commit details
    Browse the repository at this point in the history
  8. unwrap err

    amirylm committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    4a7dfd0 View commit details
    Browse the repository at this point in the history
  9. review fixes:

    - use thiserror
    - reduce `ChainSelector`, `ChainId` types
    - fn from_chain_selector
    amirylm committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    2d7c5d8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e96b443 View commit details
    Browse the repository at this point in the history
  11. updates

    amirylm committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    821c592 View commit details
    Browse the repository at this point in the history
  12. cargo fmt

    amirylm committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    1321d00 View commit details
    Browse the repository at this point in the history