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

Bump github.com/chia-network/go-chia-libs from 0.18.1 to 0.20.0 in the global group #201

Merged
merged 1 commit into from
Nov 27, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 26, 2024

Bumps the global group with 1 update: github.com/chia-network/go-chia-libs.

Updates github.com/chia-network/go-chia-libs from 0.18.1 to 0.20.0

Release notes

Sourced from github.com/chia-network/go-chia-libs's releases.

v0.20.0

This release has a behavior change in the RPC package. Previously, if the RPC returned success: false, error: <message>, the err returned from the RPC client functions was nil, and it was up to the caller to check the response for success: false. This release checks for that automatically and returns a ChiaRPCError error with the message from the RPC automatically. This should make it easier and more familiar to check for errors in RPC responses.

The response struct will still be returned in these cases, so any existing code checking for Success: false will still work, though it may not be reached if errors were checked before those lines.

What's Changed

Full Changelog: Chia-Network/go-chia-libs@v0.19.0...v0.20.0

v0.19.0

What's Changed

Full Changelog: Chia-Network/go-chia-libs@v0.18.6...v0.19.0

v0.18.6

What's Changed

Full Changelog: Chia-Network/go-chia-libs@v0.18.5...v0.18.6

v0.18.5

Fixes a bug where start_rpc_server is set to false instead of true if it was not in the config file at all

What's Changed

Full Changelog: Chia-Network/go-chia-libs@v0.18.4...v0.18.5

v0.18.4

What's Changed

Full Changelog: Chia-Network/go-chia-libs@v0.18.3...v0.18.4

v0.18.3

What's Changed

Full Changelog: Chia-Network/go-chia-libs@v0.18.2...v0.18.3

v0.18.2

What's Changed

... (truncated)

Commits
  • c80025e RPC Refactor (#182)
  • ba851ab Dont return nil, nil, nil when block record is nil - the response has… (#181)
  • 7784312 Add IsTransactionBlock helper (#180)
  • 86ba0cb Start wallet rpc to pointer since it may not be in some configs (#178)
  • 3268fcc Allows filling structs/maps/slices with the actual type in addition t… (#177)
  • eccfa8e Support setting entire slices when filling config values (#176)
  • ead46cf Add latest config changes from main (#175)
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the global group with 1 update: [github.com/chia-network/go-chia-libs](https://github.com/chia-network/go-chia-libs).


Updates `github.com/chia-network/go-chia-libs` from 0.18.1 to 0.20.0
- [Release notes](https://github.com/chia-network/go-chia-libs/releases)
- [Commits](Chia-Network/go-chia-libs@v0.18.1...v0.20.0)

---
updated-dependencies:
- dependency-name: github.com/chia-network/go-chia-libs
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: global
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added Changed Required label for PR that categorizes merge commit message as "Changed" for changelog dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Nov 26, 2024
Copy link

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
golang/github.com/chia-network/[email protected] environment, network, unsafe 0 601 kB

🚮 Removed packages: golang/github.com/chia-network/[email protected]

View full report↗︎

@cmmarslender cmmarslender merged commit d5767a1 into main Nov 27, 2024
16 checks passed
@cmmarslender cmmarslender deleted the dependabot/go_modules/global-7587f9c46f branch November 27, 2024 02:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Changed Required label for PR that categorizes merge commit message as "Changed" for changelog dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant