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

Feat/abi-decode-custom #265

Closed

Commits on Jun 28, 2024

  1. Btcd update to v2

    ferranbt authored and Stefan-Ethernal committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    9b47c60 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b268e65 View commit details
    Browse the repository at this point in the history
  3. Fix the BTCD library security vulnerability

    Fix the BTCD library security vulnerability
    Stefan-Ethernal authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    4b1af93 View commit details
    Browse the repository at this point in the history
  4. Bump the go version and all the dependencies (#2)

    * Bump the go version
    
    * Bump all the dependencies to the latest versions
    Stefan-Ethernal authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    796bdff View commit details
    Browse the repository at this point in the history
  5. Introduce Dependabot (#3)

    * Introduce dependabot
    
    * Tweak the parameters
    Stefan-Ethernal authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    e1d1196 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b8caba2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b6b88f4 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Bump golang.org/x/crypto from 0.24.0 to 0.25.0 (#7)

    Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.24.0 to 0.25.0.
    - [Commits](golang/crypto@v0.24.0...v0.25.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/crypto
      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 Aug 1, 2024
    Configuration menu
    Copy the full SHA
    828d785 View commit details
    Browse the repository at this point in the history
  2. Bump github.com/btcsuite/btcd/btcec/v2 from 2.3.3 to 2.3.4 (#6)

    * Bump github.com/btcsuite/btcd/btcec/v2 from 2.3.3 to 2.3.4
    
    Bumps [github.com/btcsuite/btcd/btcec/v2](https://github.com/btcsuite/btcd) from 2.3.3 to 2.3.4.
    - [Release notes](https://github.com/btcsuite/btcd/releases)
    - [Changelog](https://github.com/btcsuite/btcd/blob/master/CHANGES)
    - [Commits](btcsuite/btcd@btcec/v2.3.3...btcec/v2.3.4)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/btcsuite/btcd/btcec/v2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Build fix
    
    * Add missing package name
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Stefan Negovanović <[email protected]>
    dependabot[bot] and Stefan-Ethernal authored Aug 1, 2024
    Configuration menu
    Copy the full SHA
    47215d9 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Bump golang.org/x/text from 0.16.0 to 0.17.0 (#8)

    Bumps [golang.org/x/text](https://github.com/golang/text) from 0.16.0 to 0.17.0.
    - [Release notes](https://github.com/golang/text/releases)
    - [Commits](golang/text@v0.16.0...v0.17.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/text
      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 Sep 2, 2024
    Configuration menu
    Copy the full SHA
    74e1285 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a61b80 View commit details
    Browse the repository at this point in the history
  3. Bump golang.org/x/crypto from 0.25.0 to 0.26.0 (#9)

    Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.25.0 to 0.26.0.
    - [Commits](golang/crypto@v0.25.0...v0.26.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/crypto
      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 Sep 2, 2024
    Configuration menu
    Copy the full SHA
    307ec04 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Bump github.com/valyala/fasthttp from 1.55.0 to 1.56.0 (#15)

    Bumps [github.com/valyala/fasthttp](https://github.com/valyala/fasthttp) from 1.55.0 to 1.56.0.
    - [Release notes](https://github.com/valyala/fasthttp/releases)
    - [Commits](valyala/fasthttp@v1.55.0...v1.56.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/valyala/fasthttp
      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 Oct 7, 2024
    Configuration menu
    Copy the full SHA
    b0a26c9 View commit details
    Browse the repository at this point in the history
  2. Bump golang.org/x/text from 0.18.0 to 0.19.0 (#17)

    Bumps [golang.org/x/text](https://github.com/golang/text) from 0.18.0 to 0.19.0.
    - [Release notes](https://github.com/golang/text/releases)
    - [Commits](golang/text@v0.18.0...v0.19.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/text
      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 Oct 7, 2024
    Configuration menu
    Copy the full SHA
    fa81a35 View commit details
    Browse the repository at this point in the history
  3. Bump golang.org/x/crypto from 0.27.0 to 0.28.0 (#16)

    Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.27.0 to 0.28.0.
    - [Commits](golang/crypto@v0.27.0...v0.28.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/crypto
      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 Oct 7, 2024
    Configuration menu
    Copy the full SHA
    7013591 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5b690cb View commit details
    Browse the repository at this point in the history