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

v8.9.11 Release Addendum (dev → main) #1148

Merged
merged 50 commits into from
Jul 26, 2024
Merged

v8.9.11 Release Addendum (dev → main) #1148

merged 50 commits into from
Jul 26, 2024

Commits on Apr 24, 2024

  1. feat: Ethereum wallets mvp.

    paouvrard committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    2c61d49 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. feat: Relayer onboarding.

    paouvrard committed May 3, 2024
    Configuration menu
    Copy the full SHA
    8461c0b View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

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

Commits on May 14, 2024

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

Commits on May 15, 2024

  1. Configuration menu
    Copy the full SHA
    16b5927 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cee568b View commit details
    Browse the repository at this point in the history
  3. style: Update logo.

    paouvrard committed May 15, 2024
    Configuration menu
    Copy the full SHA
    28b2468 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9a0a901 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

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

Commits on May 20, 2024

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

Commits on May 21, 2024

  1. fix: Improve modal text.

    paouvrard committed May 21, 2024
    Configuration menu
    Copy the full SHA
    07705d4 View commit details
    Browse the repository at this point in the history
  2. style: Modal lint.

    paouvrard committed May 21, 2024
    Configuration menu
    Copy the full SHA
    27540ee View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

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

Commits on May 23, 2024

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

Commits on May 27, 2024

  1. Configuration menu
    Copy the full SHA
    d2a0f3e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    73aff7a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a52e7e2 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

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

Commits on May 29, 2024

  1. Add modal styling (#5)

    santerisarle committed May 29, 2024
    Configuration menu
    Copy the full SHA
    ec044bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4deef6f View commit details
    Browse the repository at this point in the history
  3. chore: Improve docs.

    paouvrard committed May 29, 2024
    Configuration menu
    Copy the full SHA
    ccb803d View commit details
    Browse the repository at this point in the history
  4. build: Fix lint.

    paouvrard committed May 29, 2024
    Configuration menu
    Copy the full SHA
    34608cd View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. More design (#6)

    * Improve transfer type design
    
    * Format JSON better
    
    * Add text highlight
    
    * Add spinner
    
    * Add explorer link
    
    * Clean up
    santerisarle committed May 31, 2024
    Configuration menu
    Copy the full SHA
    ab88d31 View commit details
    Browse the repository at this point in the history
  2. style: Tweak text.

    paouvrard committed May 31, 2024
    Configuration menu
    Copy the full SHA
    f141026 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. fix: Custom chainId.

    paouvrard committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    72abcca View commit details
    Browse the repository at this point in the history
  2. style: Hide yocto deposit.

    paouvrard committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    ab2bed4 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

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

Commits on Jun 20, 2024

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

Commits on Jun 21, 2024

  1. fix: Improve error handling during signIn.

    If any error happens, disconnect the Ethereum wallet to let the user connect
    again from the beginning.
    paouvrard committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    104bec4 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. feat: Log in with Ethereum flow.

    Auto connect to ethereum-wallets without showing the NEAR modal.
    paouvrard committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    35841f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1fea570 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    447254b View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

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

Commits on Jun 26, 2024

  1. Configuration menu
    Copy the full SHA
    9a984a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc9203a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    34d0f82 View commit details
    Browse the repository at this point in the history
  4. fix: Disconnect wallet when switch to account without LAK.

    Log in with Ethereum flow expects the Ethereum wallet to be disconnected
    if the NEAR selector is disconnected.
    paouvrard committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    a727916 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

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

Commits on Jul 1, 2024

  1. feat: Confirm action and allow retry. (#11)

    * feat: Confirm action and allow retry.
    
    * Styling
    
    * Clean up
    
    * Edit buttons
    
    * chore: Rename.
    
    ---------
    
    Co-authored-by: santerisarle <[email protected]>
    paouvrard and santerisarle committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    35e85a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a40b498 View commit details
    Browse the repository at this point in the history
  3. chore: Rename.

    paouvrard committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    d8e4619 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. feat: 1wei free onboarding.

    paouvrard committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    3348741 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Configuration menu
    Copy the full SHA
    d1967c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71533ff View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Configuration menu
    Copy the full SHA
    4574982 View commit details
    Browse the repository at this point in the history
  2. build: Fix Angular.

    paouvrard committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    2221a62 View commit details
    Browse the repository at this point in the history
  3. feat: Chain switch modal. (#13)

    * feat: Chain switch modal.
    
    * Add styling
    
    * Rows to cols
    
    ---------
    
    Co-authored-by: santerisarle <[email protected]>
    paouvrard and santerisarle committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    6a4757d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1106 from aurora-is-near/ethereum-wallets

    Ethereum wallets selector.
    trechriron committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    49e2ce1 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Configuration menu
    Copy the full SHA
    03243d4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1146 from LimeChain/fix-allow-using-npm-or-yarn

    chore: [fix] - allow using npm or yarn
    trechriron committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    985dd3e View commit details
    Browse the repository at this point in the history