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: unpackdev/solgo
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.1
Choose a base ref
...
head repository: unpackdev/solgo
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.2
Choose a head ref
  • 7 commits
  • 467 files changed
  • 2 contributors

Commits on Dec 2, 2023

  1. Accounts Package (#145)

    * Adding accounts package including demo faucets and utils improvements
    0x19 authored Dec 2, 2023
    Configuration menu
    Copy the full SHA
    a5da4e1 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2023

  1. Bump golang.org/x/crypto from 0.14.0 to 0.17.0 (#157)

    Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
    - [Commits](golang/crypto@v0.14.0...v0.17.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/crypto
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 23, 2023
    Configuration menu
    Copy the full SHA
    162e646 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2024

  1. Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 (#161)

    Bumps google.golang.org/protobuf from 1.31.0 to 1.33.0.
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/protobuf
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 23, 2024
    Configuration menu
    Copy the full SHA
    b8c0bf8 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. AST package updates + Go 1.22 (#162)

    * Ast update
    
    * Attempt to make tests pass again
    
    * Bumping workflow versions
    
    * Lets see if build is fixed now
    
    * More docs and cleanups
    
    * More docs and cleanups
    
    * Resolving go mod sums...
    0x19 authored Mar 28, 2024
    Configuration menu
    Copy the full SHA
    a87d757 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c7c0ad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6089f2f View commit details
    Browse the repository at this point in the history
  4. ABI: Bugfix - now it's compliant (#165)

    * Abi updates
    
    * Fixing unit tests
    
    * Overall data tests
    0x19 authored Mar 28, 2024
    Configuration menu
    Copy the full SHA
    2f16f10 View commit details
    Browse the repository at this point in the history
Loading