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

[pull] master from coinbase:master #1

Open
wants to merge 28 commits into
base: master
Choose a base branch
from

Commits on Sep 24, 2024

  1. fix noble hash keccak256 usage (#1406)

    * fix noble hash keccak256 usage
    
    * fix test and implementation
    cb-jake authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    5ff999c View commit details
    Browse the repository at this point in the history
  2. v4.1.0 (#1407)

    Co-authored-by: fan-zhang-sv <fan-zhang-sv@users.noreply.github.com>
    github-actions[bot] and fan-zhang-sv authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    9c75ba7 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Update testapp to use sdk latest (#1408)

    * update testapp to use sdk latest
    
    * use pkgjson to get latest version
    
    * remove log
    cb-jake authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    dd37c07 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. add support for any config parameter (#1402)

    * extend preferences object for any config
    
    * update the Preference type to support new config values
    
    * remove keysUrl as defined config
    
    * update doc blocks and keysurl
    
    * update docs
    
    * revert keysUrl change
    cb-jake authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    019fb4b View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. create new SDK utils (#1405)

    cb-jake authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    2342396 View commit details
    Browse the repository at this point in the history
  2. Add testapp page for testing new config values (#1404)

    * wallet-sdk lint issues
    
    * update testapp to have new config page for testing
    cb-jake authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    27acaf7 View commit details
    Browse the repository at this point in the history
  3. Pass preferences with popuploaded event (#1412)

    * pass preferences with popuploaded event
    
    * fix dynamic import
    cb-jake authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    ea73b46 View commit details
    Browse the repository at this point in the history
  4. Fix chainChanged event emitting for walletlink connection (#1411)

    * fix chainChanged event emitting for walletlink connection
    
    * ts
    nateReiners authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    107bc87 View commit details
    Browse the repository at this point in the history
  5. Nate/trivial/playground workaround for v3.9.3 walletlink eventing bug (

    …#1410)
    
    * fix chainChanged event emitting for walletlink connection
    
    * make testapp show all methods if version is 3.9.3
    
    * Revert "fix chainChanged event emitting for walletlink connection"
    
    This reverts commit 78271be.
    nateReiners authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    e121d51 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2024

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

Commits on Oct 1, 2024

  1. Add coop warning (#1417)

    * add coop warning
    
    * add tests and update statement
    
    * mock coop check
    
    * update comment
    cb-jake authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    02a8a64 View commit details
    Browse the repository at this point in the history
  2. Disable next config headers (#1418)

    * disable headers
    
    * remove next config headers
    
    * add example header for testing
    cb-jake authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    fc3c040 View commit details
    Browse the repository at this point in the history
  3. remove next config (#1419)

    cb-jake authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    960e67e View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Update the attribution property (#1420)

    * Update the attribution property
    
    * fix config page in sdk playground
    
    * add validation helper
    cb-jake authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    3da9ef6 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. fix playground (#1422)

    cb-jake authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    aa5aad3 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Update test matrix (remove node 16 and 18) (#1424)

    * update test matrix
    
    * upgrade our actions
    
    * remove 24
    cb-jake authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    34d90e8 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. merge sdk config demo into main page (#1425)

    * merge sdk config into main page
    
    * remove unused var
    
    * update config ui
    
    * lint fixes
    cb-jake authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    df81d47 View commit details
    Browse the repository at this point in the history
  2. [Trivial] use es6 namespaced Number.parseInt (#1416)

    * update parseInt to es6 namespaced Number.parseInt
    
    * enforce with lint rule
    nateReiners authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    1bd8d67 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. trivial - add linting to playground (#1426)

    * add basic linting to playground
    
    * lint testapp as part of ci
    nateReiners authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    d06584e View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Web SDK sending info via searchParams (#1427)

    * Web SDK sending info via searchParams
    
    * rename checkCrossOriginOpenerPolicyCompatibility
    
    * checkCrossOriginOpenerPolicy returns policy
    
    * sdk-info.ts
    
    * yarn prebuild
    
    * remove LIB prefix
    
    * comments
    
    * dont format yml
    
    * getter return undefined
    
    * error handling + pathname
    
    * test
    fan-zhang-sv authored Oct 16, 2024
    Configuration menu
    Copy the full SHA
    8386209 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. fix: project module resolution (#1428)

    * feat: fix nodenext module resolution; jest → vitest; remove barrel files
    
    * fix
    
    * chore: tweaks
    
    * fix
    
    * lint
    
    * fix imports
    
    * fix lint
    
    ---------
    
    Co-authored-by: jxom <jakemoxey@gmail.com>
    Co-authored-by: jxom <j@wevm.dev>
    3 people authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    bb531e3 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Configuration menu
    Copy the full SHA
    d5a9d18 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    92f19b5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ee59560 View commit details
    Browse the repository at this point in the history
  4. Add grant permissions example message (#1434)

    * add grant permissions method
    
    * lint
    spencerstock authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    7021d22 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

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

Commits on Oct 25, 2024

  1. Passing SDK config params to injected provider (#1436)

    * ethereum.setAppParams
    
    * setAppInfo
    
    * test
    fan-zhang-sv authored Oct 25, 2024
    Configuration menu
    Copy the full SHA
    62b243c View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Signer request should be generic for consumers (#1438)

    * request should be generic for consumers
    
    * remove check
    cb-jake authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    5c8dc64 View commit details
    Browse the repository at this point in the history