Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: MetaMask/snaps
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: MetaMask/snaps
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: mrtenz/device-api-tests
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 16 commits
  • 75 files changed
  • 2 contributors

Commits on Oct 9, 2024

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

Commits on Oct 11, 2024

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

Commits on Oct 23, 2024

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

Commits on Nov 6, 2024

  1. Add device API (#2864)

    Mrtenz authored Nov 6, 2024
    Configuration menu
    Copy the full SHA
    896b91c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d91975e View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

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

Commits on Nov 8, 2024

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

Commits on Nov 11, 2024

  1. Add tests for device API methods (#2879)

    This adds tests for the RPC methods related to the devices API.
    Mrtenz authored Nov 11, 2024
    Configuration menu
    Copy the full SHA
    3905fdc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c6ed60 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8cd79ed View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    372e8f5 View commit details
    Browse the repository at this point in the history
  5. Use Device type

    FrederikBolding committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    bf5baed View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a891ca3 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. Abstract device and device manager (#2880)

    This adds an abstraction layer for devices using two abstract classes,
    `Device` (i.e., one device), and `DeviceManager` (which manages one or
    more `Device` classes).
    
    ---------
    
    Co-authored-by: Frederik Bolding <[email protected]>
    Mrtenz and FrederikBolding authored Nov 15, 2024
    Configuration menu
    Copy the full SHA
    d6b2d0e View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2024

  1. Add tests for device API

    Mrtenz committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    3214d06 View commit details
    Browse the repository at this point in the history
Loading