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

ENS V2 #80

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

ENS V2 #80

wants to merge 61 commits into from

Commits on Jun 30, 2023

  1. added initial test setup

    sharathkrml committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    ded346d View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. added registrar

    sharathkrml committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    2fd788e View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. added unit test cases

    sharathkrml committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    56675ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    33dc7c5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef636a4 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2023

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

Commits on Jul 11, 2023

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

Commits on Jul 12, 2023

  1. updated to new schema

    sharathkrml committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    1b45230 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bffcb9e View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. refactored code

    sharathkrml committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    d2d420c View commit details
    Browse the repository at this point in the history
  2. added tests to resolver

    sharathkrml committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    9771293 View commit details
    Browse the repository at this point in the history
  3. tested primary domain set

    sharathkrml committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    4434cf3 View commit details
    Browse the repository at this point in the history
  4. removed logs

    sharathkrml committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    945fc1e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    929bc16 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    474caa3 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Configuration menu
    Copy the full SHA
    15eeaee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e16c062 View commit details
    Browse the repository at this point in the history
  3. added name wrapper tests

    sharathkrml committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    8c1858f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fdd0d8f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3b519c9 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. updated pkg

    sharathkrml committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    a7762f8 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. completed handlers

    sharathkrml committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    f31e8c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8bd84ac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    67187d8 View commit details
    Browse the repository at this point in the history
  4. updated test cases

    sharathkrml committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    12bfe35 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. fixed failed subgraph

    sharathkrml committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    666ac98 View commit details
    Browse the repository at this point in the history
  2. fixed token mint issue

    sharathkrml committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    8c9917c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    712f0f6 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2023

  1. fixing address

    sharathkrml committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    5b15a9e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a4a5c4 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2023

  1. updated AirText

    sharathkrml committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    af3d6f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    32e9d17 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. fixed manager field

    sharathkrml committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    eb00cfb View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. fixed createdAt

    sharathkrml committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    3275f3f View commit details
    Browse the repository at this point in the history
  2. fixed expiryDate

    sharathkrml committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    b8e6fb2 View commit details
    Browse the repository at this point in the history
  3. added resolver fix

    sharathkrml committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    07bbc5c View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. fixed expiry mismatch

    sharathkrml committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    3fcd9e6 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. fixed expiryDate

    sharathkrml committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    3243fef View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. updated isPrimary logic

    sharathkrml committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    407d938 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. added migration logic

    sharathkrml committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    4d3d515 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. fixed resolver mismatch

    sharathkrml committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    ace7957 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

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

Commits on Oct 11, 2023

  1. updated primary logic

    sharathkrml committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    b349b3e View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

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

Commits on Dec 7, 2023

  1. Configuration menu
    Copy the full SHA
    01cbb14 View commit details
    Browse the repository at this point in the history
  2. cleaned up schema

    sharathkrml committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    fa4aa24 View commit details
    Browse the repository at this point in the history
  3. refactored code

    sharathkrml committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    ddf2d13 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. removed unwanted tests

    sharathkrml committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    becb5f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2073905 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b72521d View commit details
    Browse the repository at this point in the history
  4. added test

    sharathkrml committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    ab55355 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    16fe491 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

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

Commits on Dec 20, 2023

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

Commits on Dec 22, 2023

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

Commits on Dec 26, 2023

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

Commits on Dec 28, 2023

  1. added costInfo entity

    sharathkrml committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    e3a9182 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. Configuration menu
    Copy the full SHA
    a1a9e15 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e8b2f2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    75d297f View commit details
    Browse the repository at this point in the history
  4. added primaryDomain fix

    sharathkrml committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    34df225 View commit details
    Browse the repository at this point in the history