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: Zondax/golem
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.21.1
Choose a base ref
...
head repository: Zondax/golem
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.22.0
Choose a head ref
  • 5 commits
  • 11 files changed
  • 4 contributors

Commits on May 7, 2025

  1. chore(deps): bump gorm.io/gorm from 1.26.0 to 1.26.1 (#204)

    Bumps [gorm.io/gorm](https://github.com/go-gorm/gorm) from 1.26.0 to 1.26.1.
    - [Release notes](https://github.com/go-gorm/gorm/releases)
    - [Commits](go-gorm/gorm@v1.26.0...v1.26.1)
    
    ---
    updated-dependencies:
    - dependency-name: gorm.io/gorm
      dependency-version: 1.26.1
      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 May 7, 2025
    Configuration menu
    Copy the full SHA
    901198f View commit details
    Browse the repository at this point in the history

Commits on May 16, 2025

  1. Update docs to match new ristretto lib for local cache (#198)

    * Update readme.md
    
    * update docs
    
    ---------
    
    Co-authored-by: Sara Elzayat <[email protected]>
    Harshitha122 and sarataha authored May 16, 2025
    Configuration menu
    Copy the full SHA
    12b51f9 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2025

  1. chore(deps): bump golang.org/x/sync from 0.13.0 to 0.14.0 (#203)

    Bumps [golang.org/x/sync](https://github.com/golang/sync) from 0.13.0 to 0.14.0.
    - [Commits](golang/sync@v0.13.0...v0.14.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/sync
      dependency-version: 0.14.0
      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>
    Co-authored-by: Lucas Francisco López <[email protected]>
    dependabot[bot] and lucaslopezf authored May 21, 2025
    Configuration menu
    Copy the full SHA
    54931d7 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump github.com/spf13/viper from 1.20.0 to 1.20.1 (#192)

    Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.20.0 to 1.20.1.
    - [Release notes](https://github.com/spf13/viper/releases)
    - [Commits](spf13/viper@v1.20.0...v1.20.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/spf13/viper
      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>
    Co-authored-by: Lucas Francisco López <[email protected]>
    Co-authored-by: Sara Elzayat <[email protected]>
    3 people authored May 21, 2025
    Configuration menu
    Copy the full SHA
    36412f1 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2025

  1. Secrets pkg (#205)

    * Secrets pkg
    
    * delete unnecesary file
    
    * tests
    
    * go mod tidy
    
    * enhanced gcp provider
    
    * enhanced interface
    
    * enhanced interface
    
    * test
    
    * test
    lucaslopezf authored May 23, 2025
    Configuration menu
    Copy the full SHA
    37a347e View commit details
    Browse the repository at this point in the history
Loading