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

Sync main #358

Merged
merged 10 commits into from
Nov 29, 2023
Merged

Sync main #358

merged 10 commits into from
Nov 29, 2023

Commits on Nov 10, 2023

  1. chore(deps-dev): bump semver from 5.7.1 to 5.7.2 (#345)

    Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.
    - [Release notes](https://github.com/npm/node-semver/releases)
    - [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
    - [Commits](npm/node-semver@v5.7.1...v5.7.2)
    
    ---
    updated-dependencies:
    - dependency-name: semver
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 10, 2023
    Configuration menu
    Copy the full SHA
    c931219 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

  1. Configuration menu
    Copy the full SHA
    ab83f08 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b882379 View commit details
    Browse the repository at this point in the history
  3. refactor: improve code for tuple checks (#353)

    * refactor: extract to internal methods
    
    * refactor: improve method to extract tuple elements
    CJ42 authored Nov 23, 2023
    Configuration menu
    Copy the full SHA
    7791977 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2023

  1. feat: add encode/decodeValueType as public callable methods (#325)

    * feat: add `encode/decodeValueType` as public callable methods
    
    * docs: improve parameter names + add examples in documentation
    CJ42 authored Nov 24, 2023
    Configuration menu
    Copy the full SHA
    a6fe7c8 View commit details
    Browse the repository at this point in the history
  2. feat: allow to encode LSP2 Array length only (#326)

    * feat(wip): allow to encode LSP2 Array length only
    
    * refactor: add typing `number` for `EncodeDataType`
    
    * docs: add docs for encode array length
    
    ---------
    
    Co-authored-by: Hugo Masclet <hugo@lukso.io>
    CJ42 and Hugoo authored Nov 24, 2023
    Configuration menu
    Copy the full SHA
    3a6be55 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. feat: add support to encode / decode any uint8 to uint256 types (#…

    …355)
    
    * feat: add support for more value types
    
    * refactor: extract to internal methods
    
    * refactor: improve method to extract tuple elements
    
    * feat: support encoding for unsigned integers from `uint8` to `uint256`
    
    * refactor: replace complex regex with modulo
    CJ42 authored Nov 27, 2023
    Configuration menu
    Copy the full SHA
    417a4e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba92903 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. Revert "refactor!: remove supportsInterface" (#359)

    This reverts commit ab83f08.
    Hugoo authored Nov 29, 2023
    Configuration menu
    Copy the full SHA
    3b48b0e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f95928 View commit details
    Browse the repository at this point in the history