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: do not cache chain id for permit #106

Merged
merged 69 commits into from
Oct 3, 2023

Commits on Jul 6, 2023

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

    Foivos committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    8a6d845 View commit details
    Browse the repository at this point in the history
  3. npmignore

    Foivos committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    607de5c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    52fc054 View commit details
    Browse the repository at this point in the history
  5. change version

    Foivos committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    f5b5f56 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4c5738d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    15e606b View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. Configuration menu
    Copy the full SHA
    d998f1b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0548a6e View commit details
    Browse the repository at this point in the history
  3. made lint happy

    Foivos committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    8397b07 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

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

Commits on Jul 19, 2023

  1. fixed some bugs

    Foivos committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    32ce490 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80616c5 View commit details
    Browse the repository at this point in the history
  3. added events

    Foivos committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    dc516fe View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. Configuration menu
    Copy the full SHA
    d6fa384 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5cc8fbb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ea255e0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    09bf99a View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. Added some recommended changes

    Foivos committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    650ca71 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c69e0a4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    63a18e4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2993930 View commit details
    Browse the repository at this point in the history
  5. prettier and lint

    Foivos committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    9074ed1 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. stash

    Foivos committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    d3cb150 View commit details
    Browse the repository at this point in the history
  2. import .env in hardhat.config

    Foivos committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    53fe6fe View commit details
    Browse the repository at this point in the history
  3. trying to fix .env.example

    Foivos committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    7eb5207 View commit details
    Browse the repository at this point in the history
  4. Added some getters in IRemoteAddressValidator and removed useless che…

    …ck for distributor in the InterchainTokenService.
    Foivos committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    bf603eb View commit details
    Browse the repository at this point in the history
  5. removed ternary operators

    Foivos committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    f1723c3 View commit details
    Browse the repository at this point in the history
  6. made lint happy

    Foivos committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    bc8ed59 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7661e1f View commit details
    Browse the repository at this point in the history
  8. made lint happy

    Foivos committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    4bf89db View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    512d126 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. Configuration menu
    Copy the full SHA
    9e43b1c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba29a2a View commit details
    Browse the repository at this point in the history
  3. fix a duplication bug

    Foivos committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    1e2aeb3 View commit details
    Browse the repository at this point in the history
  4. lint

    Foivos committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    6c62270 View commit details
    Browse the repository at this point in the history
  5. added some more tests

    Foivos committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    30c1e53 View commit details
    Browse the repository at this point in the history
  6. Added more tests

    Foivos committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    51b70c1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6b3f5ed View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3e6d85f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d4075b8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5d9d8ce View commit details
    Browse the repository at this point in the history
  11. some minor gas opts

    Foivos committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    1b35cbf View commit details
    Browse the repository at this point in the history
  12. some more gas optimizations.

    Foivos committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    412dce9 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0a8519f View commit details
    Browse the repository at this point in the history
  14. moved the tokenManager getter functionality to a separate contract wh…

    …ich saves almost a kilobyte of codesize.
    Foivos committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    959e495 View commit details
    Browse the repository at this point in the history
  15. made lint happy

    Foivos committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    0d09703 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    2e44518 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    6027ffe View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Configuration menu
    Copy the full SHA
    04041d1 View commit details
    Browse the repository at this point in the history
  2. prettier

    Foivos committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    6ee5d06 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. Configuration menu
    Copy the full SHA
    5acf4a8 View commit details
    Browse the repository at this point in the history
  2. made lint happy

    Foivos committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    244ff61 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Configuration menu
    Copy the full SHA
    4e56576 View commit details
    Browse the repository at this point in the history
  2. changed sendToken everywhere

    Foivos committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    a8dc8a4 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

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

Commits on Sep 4, 2023

  1. Configuration menu
    Copy the full SHA
    2f5adac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af4766a View commit details
    Browse the repository at this point in the history
  3. Removed unecesairy casts

    Foivos committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    634581c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    141648b View commit details
    Browse the repository at this point in the history
  5. Removed unused imports

    Foivos committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    602d531 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0ec429e View commit details
    Browse the repository at this point in the history
  7. added some natspec

    Foivos committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    f089d50 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. Merge branch 'main' into feat/move-views-out-of-serivce

    # Conflicts:
    #	contracts/interchain-token-service/InterchainTokenService.sol
    #	contracts/remote-address-validator/RemoteAddressValidator.sol
    #	contracts/token-manager/implementations/TokenManagerLiquidityPool.sol
    #	contracts/token-manager/implementations/TokenManagerLockUnlock.sol
    #	contracts/token-manager/implementations/TokenManagerLockUnlockFeeOnTransfer.sol
    #	contracts/utils/StandardizedTokenDeployer.sol
    re1ro committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    5cf5ea5 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feat/move-views-out-of-serivce' into feat/ackee-3.0

    # Conflicts:
    #	contracts/interchain-token-service/InterchainTokenService.sol
    #	contracts/interfaces/IRemoteAddressValidator.sol
    #	contracts/proxies/TokenManagerProxy.sol
    #	contracts/remote-address-validator/RemoteAddressValidator.sol
    re1ro committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    ab32389 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'feat/ackee-3.0' into feat/interchain-transsfer-everywhere

    # Conflicts:
    #	contracts/utils/ExpressCallHandler.sol
    #	docs/index.md
    re1ro committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    8a21176 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ac6e9cf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    66fc445 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

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