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: always use snaps to resolve domains; include preinstalled ENS resolver snap #26242

Merged
merged 42 commits into from
Sep 18, 2024

Commits on Jul 31, 2024

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

Commits on Aug 1, 2024

  1. chore(deps): add [email protected] dev dependency, expected by @account-ab…

    …straction/contracts
    
    Signed-off-by: Mircea Nistor <[email protected]>
    mirceanis committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    6682719 View commit details
    Browse the repository at this point in the history
  2. chore(ci): manually update lavamoat policy to match the one getting g…

    …enerated on CI
    
    Signed-off-by: Mircea Nistor <[email protected]>
    mirceanis committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    962b056 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. refactor: guard the use of ENS snap by BUILD_FLASK flag

    Signed-off-by: Mircea Nistor <[email protected]>
    mirceanis committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    83e07e3 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Merge remote-tracking branch 'refs/remotes/origin/develop' into feat/…

    …2403-resolve-on-l2
    
    # Conflicts:
    #	lavamoat/browserify/beta/policy.json
    #	lavamoat/browserify/flask/policy.json
    #	lavamoat/browserify/main/policy.json
    #	lavamoat/browserify/mmi/policy.json
    mirceanis committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    ea9817a View commit details
    Browse the repository at this point in the history
  2. chore: rebuild lavamoat policies

    Signed-off-by: Mircea Nistor <[email protected]>
    mirceanis committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    546b2bc View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Merge remote-tracking branch 'refs/remotes/origin/develop' into feat/…

    …2403-resolve-on-l2
    
    # Conflicts:
    #	lavamoat/browserify/beta/policy.json
    #	lavamoat/browserify/flask/policy.json
    #	lavamoat/browserify/main/policy.json
    #	lavamoat/browserify/mmi/policy.json
    mirceanis committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    b257696 View commit details
    Browse the repository at this point in the history
  2. chore: rebuild lavamoat policies

    Signed-off-by: Mircea Nistor <[email protected]>
    mirceanis committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    067b290 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Merge remote-tracking branch 'refs/remotes/origin/develop' into feat/…

    …2403-resolve-on-l2
    
    Signed-off-by: Mircea Nistor <[email protected]>
    
    # Conflicts:
    #	app/scripts/snaps/preinstalled-snaps.ts
    mirceanis committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    e4480f6 View commit details
    Browse the repository at this point in the history
  2. refactor: strip flask checks for ENS snap

    Signed-off-by: Mircea Nistor <[email protected]>
    mirceanis committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    bed62a1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    76c9c2c View commit details
    Browse the repository at this point in the history
  4. chore(deps): remove unused ethereum-ens-network-map

    Signed-off-by: Mircea Nistor <[email protected]>
    mirceanis committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    827983e View commit details
    Browse the repository at this point in the history
  5. test: update mocks for e2e ENS test

    Signed-off-by: Mircea Nistor <[email protected]>
    mirceanis committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    12a0b1c View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. refactor: remove unused domainType prop

    Signed-off-by: Mircea Nistor <[email protected]>
    mirceanis committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    3659d91 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'refs/remotes/origin/develop' into feat/…

    …2403-resolve-on-l2
    
    # Conflicts:
    #	app/scripts/snaps/preinstalled-snaps.ts
    #	lavamoat/browserify/beta/policy.json
    #	lavamoat/browserify/flask/policy.json
    #	lavamoat/browserify/main/policy.json
    #	lavamoat/browserify/mmi/policy.json
    #	yarn.lock
    mirceanis committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    aa5711d View commit details
    Browse the repository at this point in the history
  3. chore: rebuild lavamoat policy files

    Signed-off-by: Mircea Nistor <[email protected]>
    mirceanis committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    02be861 View commit details
    Browse the repository at this point in the history
  4. refactor: remove flask checks from domain-input.component.js

    Signed-off-by: Mircea Nistor <[email protected]>
    mirceanis committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    545d42b View commit details
    Browse the repository at this point in the history
  5. refactor: remove unused message

    Signed-off-by: Mircea Nistor <[email protected]>
    mirceanis committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    dc08829 View commit details
    Browse the repository at this point in the history
  6. refactor: remove flask checks in send.js

    Signed-off-by: Mircea Nistor <[email protected]>
    mirceanis committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    6aa98d7 View commit details
    Browse the repository at this point in the history
  7. test: update test to reflect new error state

    Signed-off-by: Mircea Nistor <[email protected]>
    mirceanis committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    887cfd9 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. fix: lookup name for any input that is not an address & validate poss…

    …ible addresses
    
    snaps now handle the name resolution and there is no limit to what string they can resolve, however we are still maintaining the checksum check for what looks like an ethereum address
    
    Signed-off-by: Mircea Nistor <[email protected]>
    mirceanis committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    4e7795c View commit details
    Browse the repository at this point in the history
  2. test: adapt e2e test for non-tld domain input

    Signed-off-by: Mircea Nistor <[email protected]>
    mirceanis committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    20e0eac View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump ens-resolver-snap to v0.1.2

    Signed-off-by: Mircea Nistor <[email protected]>
    mirceanis committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    02755b9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1034df2 View commit details
    Browse the repository at this point in the history
  5. refactor: rename message key for input placeholder to trigger re-tran…

    …slation
    
    Signed-off-by: Mircea Nistor <[email protected]>
    mirceanis committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    bc52608 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Merge remote-tracking branch 'refs/remotes/origin/develop' into feat/…

    …2403-resolve-on-l2
    
    # Conflicts:
    #	app/_locales/de/messages.json
    #	app/_locales/el/messages.json
    #	app/_locales/en/messages.json
    #	app/_locales/es/messages.json
    #	app/_locales/fr/messages.json
    #	app/_locales/hi/messages.json
    #	app/_locales/id/messages.json
    #	app/_locales/ja/messages.json
    #	app/_locales/ko/messages.json
    #	app/_locales/pt/messages.json
    #	app/_locales/ru/messages.json
    #	app/_locales/tl/messages.json
    #	app/_locales/tr/messages.json
    #	app/_locales/vi/messages.json
    #	app/_locales/zh_CN/messages.json
    mirceanis committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    d033bf0 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Merge remote-tracking branch 'refs/remotes/origin/develop' into feat/…

    …2403-resolve-on-l2
    
    Signed-off-by: Mircea Nistor <[email protected]>
    
    # Conflicts:
    #	package.json
    #	yarn.lock
    mirceanis committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    4130779 View commit details
    Browse the repository at this point in the history
  2. refactor: remove unused reducers in domains.js

    Signed-off-by: Mircea Nistor <[email protected]>
    mirceanis committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    41b7f8d View commit details
    Browse the repository at this point in the history
  3. refactor: remove unused constants

    Signed-off-by: Mircea Nistor <[email protected]>
    mirceanis committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    c5d6a53 View commit details
    Browse the repository at this point in the history
  4. refactor: remove unused messages

    Signed-off-by: Mircea Nistor <[email protected]>
    mirceanis committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    380b2ce View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

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

Commits on Sep 11, 2024

  1. Configuration menu
    Copy the full SHA
    fd1e725 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    281ccbd View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Configuration menu
    Copy the full SHA
    35cf667 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f38e75 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Merge remote-tracking branch 'refs/remotes/origin/develop' into feat/…

    …2403-resolve-on-l2
    
    # Conflicts:
    #	app/_locales/en/messages.json
    mirceanis committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    572c18a View commit details
    Browse the repository at this point in the history
  2. style: fix linter error

    Signed-off-by: Mircea Nistor <[email protected]>
    mirceanis committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    becba2a View commit details
    Browse the repository at this point in the history
  3. test: temporarily increase webdriver default timeout

    Signed-off-by: Mircea Nistor <[email protected]>
    mirceanis committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    606b389 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. test: revert webdriver default timeout

    This reverts commit 606b389.
    mirceanis committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    2fe6852 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0afeb71 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Merge remote-tracking branch 'refs/remotes/origin/develop' into feat/…

    …2403-resolve-on-l2
    
    # Conflicts:
    #	lavamoat/browserify/beta/policy.json
    #	lavamoat/browserify/flask/policy.json
    #	lavamoat/browserify/main/policy.json
    #	lavamoat/browserify/mmi/policy.json
    mirceanis committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    7a75085 View commit details
    Browse the repository at this point in the history
  2. chore: rebuild policies

    Signed-off-by: Mircea Nistor <[email protected]>
    mirceanis committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    2dcdfe4 View commit details
    Browse the repository at this point in the history