Skip to content
This repository was archived by the owner on Aug 20, 2025. It is now read-only.
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: OpenZeppelin/defender-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.45.0
Choose a base ref
...
head repository: OpenZeppelin/defender-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.46.0
Choose a head ref
  • 11 commits
  • 111 files changed
  • 5 contributors

Commits on Jun 13, 2023

  1. Fix lerna positionals (#275)

    * fix lerna positionals
    
    * Add npm forbidden error to readme
    
    * Add slsa badge
    tirumerla authored Jun 13, 2023
    Configuration menu
    Copy the full SHA
    591009a View commit details
    Browse the repository at this point in the history
  2. defender-client-deps: bump @types/async-retry from 1.4.4 to 1.4.5 (#272)

    Bumps [@types/async-retry](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/async-retry) from 1.4.4 to 1.4.5.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/async-retry)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/async-retry"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 13, 2023
    Configuration menu
    Copy the full SHA
    140e40f View commit details
    Browse the repository at this point in the history
  3. Bump github/codeql-action from 2.3.6 to 2.13.4 (#267)

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.3.6 to 2.13.4.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@83f0fe6...cdcdbb5)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 13, 2023
    Configuration menu
    Copy the full SHA
    049e231 View commit details
    Browse the repository at this point in the history
  4. Bump actions/checkout from 3.5.2 to 3.5.3 (#269)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.2 to 3.5.3.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@8e5e7e5...c85c95e)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 13, 2023
    Configuration menu
    Copy the full SHA
    0236929 View commit details
    Browse the repository at this point in the history
  5. defender-client-deps: bump aws-sdk from 2.1390.0 to 2.1395.0 (#273)

    Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.1390.0 to 2.1395.0.
    - [Release notes](https://github.com/aws/aws-sdk-js/releases)
    - [Commits](aws/aws-sdk-js@v2.1390.0...v2.1395.0)
    
    ---
    updated-dependencies:
    - dependency-name: aws-sdk
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 13, 2023
    Configuration menu
    Copy the full SHA
    24d3fa4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5b54f0f View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. Reference new @OpenZeppelin scope (#276)

    * reference new oz packages
    
    * remove unused import
    
    * attempt to fix tests
    
    * attempt to fix tests #2
    
    * add scope to documentation
    
    * weird hack to build base-client because of nx order bug?
    
    * add build-deps for all packages
    
    * Revert "weird hack to build base-client because of nx order bug?"
    
    This reverts commit 2b68dcf.
    
    * Revert "add build-deps for all packages"
    
    This reverts commit 1e8fb15.
    
    * Update all changes to fix tests
    
    * Revert "Update all changes to fix tests"
    
    This reverts commit 0561a91.
    
    * remove outdated files
    
    * add scope to mocks to fix tests
    
    ---------
    
    Co-authored-by: tirumerla <[email protected]>
    shahnami and tirumerla authored Jun 14, 2023
    Configuration menu
    Copy the full SHA
    7aa1710 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34e5b5f View commit details
    Browse the repository at this point in the history
  3. delete ignored file

    tirumerla committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    1ff0862 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3d0be5f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    68040b5 View commit details
    Browse the repository at this point in the history
Loading