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

disallow storing zero rate limit, update lib versions #4

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

Commits on Jul 5, 2023

  1. update lib versions

    Tai 'Mr. T' Truong committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    f34d29d View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. disallow storing zero rate limit

    Tai 'Mr. T' Truong committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    389788c View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2023

  1. use BlockInfo

    Tai 'Mr. T' Truong committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    f45f498 View commit details
    Browse the repository at this point in the history
  2. no ContractError needed anymore, since ZeroRate is now part of RateLi…

    …mitError
    Tai 'Mr. T' Truong committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    7b2b92f View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. may load rate limit

    Tai 'Mr. T' Truong committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    a84ede1 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. use generics

    taitruong committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    a433953 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. update libs

    taitruong committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    5516455 View commit details
    Browse the repository at this point in the history
  2. to_binary > to_json_binary

    taitruong committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    da65735 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2023

  1. new incoming proxy

    taitruong committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    24d19c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    598b289 View commit details
    Browse the repository at this point in the history
  3. cargo schema

    taitruong committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    baa372b View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2023

  1. fix build

    taitruong committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    9a521ac View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

  1. update repo link

    taitruong committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    daa7348 View commit details
    Browse the repository at this point in the history
  2. use ics721-types

    taitruong committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    c5fa004 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2023

  1. cleanup

    taitruong committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    abdae5e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9d847a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    df8a956 View commit details
    Browse the repository at this point in the history
  4. fix lib

    taitruong committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    0728cc3 View commit details
    Browse the repository at this point in the history
  5. fix transfer

    taitruong committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    2f74a1b View commit details
    Browse the repository at this point in the history
  6. add README

    taitruong committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    4112564 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2023

  1. reformat

    taitruong committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    5fc0209 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80e52ce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef620cb View commit details
    Browse the repository at this point in the history
  4. update libs

    taitruong committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    e1ff9a2 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2024

  1. fix tests

    taitruong committed Jan 1, 2024
    Configuration menu
    Copy the full SHA
    55573c6 View commit details
    Browse the repository at this point in the history
  2. add migration

    taitruong committed Jan 1, 2024
    Configuration menu
    Copy the full SHA
    f82d3d8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a2d56c3 View commit details
    Browse the repository at this point in the history
  4. fix tests

    taitruong committed Jan 1, 2024
    Configuration menu
    Copy the full SHA
    f07c2e8 View commit details
    Browse the repository at this point in the history
  5. cleanup

    taitruong committed Jan 1, 2024
    Configuration menu
    Copy the full SHA
    07eb53f View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. release 0.1.0

    taitruong committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    9b2fb3e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c65021a View commit details
    Browse the repository at this point in the history
  3. rename contract

    taitruong committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    e4c4784 View commit details
    Browse the repository at this point in the history
  4. cargo schema

    taitruong committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    c2c01fb View commit details
    Browse the repository at this point in the history
  5. cleanup

    taitruong committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    4d6e3b0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cc1c156 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. release: cw-ics721-proxy v0.1.0

    - update lib using cw-icw721 v0.1.5 with incoming proxy support
    - new `cw-ics721-incoming-proxy-base` contract
    taitruong committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    58ac2ad View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. fix spelling

    taitruong committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    dadc84e View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Merge pull request #1 from arkprotocol/audit_revision

    audit revision
    taitruong authored Feb 21, 2024
    Configuration menu
    Copy the full SHA
    9c2502d View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2024

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

Commits on Sep 15, 2024

  1. update libs, use cw721 v19

    taitruong committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    319b4f6 View commit details
    Browse the repository at this point in the history