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: add validation for complete-deposit transactions #545

Open
wants to merge 12 commits into
base: main
Choose a base branch
from

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    bab7244 View commit details
    Browse the repository at this point in the history
  2. Change the name of a struct

    djordon committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    1691c8f View commit details
    Browse the repository at this point in the history
  3. Add validation to the CompleteDepositV1 struct.

    Update the number of arguments that it needs.
    Update the trait validation function to take in a context object.
    djordon committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    3862c35 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a7c6575 View commit details
    Browse the repository at this point in the history
  5. Update a stray comment

    djordon committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    528fde2 View commit details
    Browse the repository at this point in the history
  6. This makes more sense

    djordon committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    00e5a39 View commit details
    Browse the repository at this point in the history
  7. minor clean-ups

    djordon committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    5d462c0 View commit details
    Browse the repository at this point in the history
  8. Update comments, fix typos

    djordon committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    3f4e6c4 View commit details
    Browse the repository at this point in the history
  9. Fix more typos

    djordon committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    1f1197c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5295570 View commit details
    Browse the repository at this point in the history
  11. cargo fmt

    djordon committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    ae8f00b View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Configuration menu
    Copy the full SHA
    ae6ed9e View commit details
    Browse the repository at this point in the history