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

Implemented Lazy Options #2

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

Commits on Nov 23, 2022

  1. Merge pull request #1 from Learn-NEAR/main

    chore: Update formatting
    gagdiez authored Nov 23, 2022
    Configuration menu
    Copy the full SHA
    169aabd View commit details
    Browse the repository at this point in the history
  2. Update lib.rs

    gagdiez authored Nov 23, 2022
    Configuration menu
    Copy the full SHA
    52cbc7d View commit details
    Browse the repository at this point in the history
  3. implemented LazyOptions

    gagdiez committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    f85d85a View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2022

  1. Configuration menu
    Copy the full SHA
    c3d3c55 View commit details
    Browse the repository at this point in the history
  2. add dynamic tests badge

    idea404 committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    2c186f4 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

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

Commits on Mar 18, 2024

  1. tests

    flmel committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    379a840 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. update: readme

    flmel committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    44527a0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from flmel/migrate-sdk-5

    migrate to near-sdk-rs 5
    gagdiez authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    d8659f7 View commit details
    Browse the repository at this point in the history
  3. Update tests.yml

    gagdiez authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    3eec622 View commit details
    Browse the repository at this point in the history
  4. Update tests.yml

    gagdiez authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    054f9a8 View commit details
    Browse the repository at this point in the history
  5. Delete Cargo.lock

    gagdiez authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    c02266b View commit details
    Browse the repository at this point in the history
  6. Update .gitignore

    gagdiez authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    e469287 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. chore: update rust_sdk

    flmel committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    ab03cf4 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Update Cargo.toml

    gagdiez authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    fcd9bee View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3 from flmel/update_rust_sdk

    chore: update rust_sdk
    gagdiez authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    b70459c View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. update sdk ot 5.3.0, fix errors and tests

    PiVortex committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    c6f454f View commit details
    Browse the repository at this point in the history
  2. fix deposit, add extra bit to tests

    PiVortex committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    8be5e86 View commit details
    Browse the repository at this point in the history
  3. change require back to assert

    PiVortex committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    4eba7fb View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Merge pull request #5 from near-examples/fix-deposit

    Fix contract
    gagdiez authored Sep 17, 2024
    Configuration menu
    Copy the full SHA
    4503365 View commit details
    Browse the repository at this point in the history