Skip to content

build(deps): bump github.com/aptos-labs/aptos-go-sdk from 1.6.3-0.20250331001805-0680b714db6d to 1.9.0 #167

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 9, 2025

Bumps github.com/aptos-labs/aptos-go-sdk from 1.6.3-0.20250331001805-0680b714db6d to 1.9.0.

Changelog

Sourced from github.com/aptos-labs/aptos-go-sdk's changelog.

v1.9.0 (6/8/2025)

  • [Breaking] Change how plain text arguments are parsed from inputs. All inputs now have to be []any and will work nested properly.
  • [Feature] Add CompatibilityMode to ConvertArg so that it can be used to convert arguments similar to the original TS SDK.

v1.8.0 (6/3/2025)

  • [Feature] Added EventsByCreationNumber API to fetch events by creation number for a given account
  • [Fix] Not set nil start argument for EventsByHandle to 0 to allow fetching latest events

v1.7.0 (4/25/2025)

  • [Feature] Added String() method to Ed25519PrivateKey and Secp256k1PrivateKey which exports the private key in the AIP-80 format
  • [Fix] Add missing Version field to Event struct
  • [Deps] Update dependencies including go crypto for security purposes
  • [Fix] Add MarshalJSON support for HexBytes to match custom UnmarshalJSON logic

v1.6.2 (3/28/2025)

  • Limit generics to max 255 in types
  • [Fix] Add coverage and fix broken view calls in FungibleAssetClient

v1.6.1 (3/27/2025)

  • [Refactor] Remove unnecessary atomic swap in submit transactions
  • [Fix] Enable users to simulate gas fee payer and multi agent transactions

v1.6.0 (3/24/2025)

  • [Feature] Add the ability for ABI simple type conversion of entry function arguments with both remote and local ABI
  • Add ability to simulate for any transaction including multi-agent and fee payer
  • [Fix] Ensure proper cleanup of response body on read error to prevent potential memory leak.
  • [Fix] Fixes possible conflicts between signatures of multiple goroutines
  • [Breaking] Change ExpirationSeconds from int64 to uint64
  • [Fix] Fix a self calling function in the client
  • [Fix/Breaking] Fix fungible asset API calls that didn't return a value
  • [Fix] Fix errors from failed transactions in concurrent submission
  • [Fix] Fix AptosRpcClient, AptosFaucetClient, AptosIndexerClient interfaces to be enforced on concrete types properly
  • [Fix] A few error case fixes and lint updates

v1.5.0 (2/10/2025)

  • [Fix] Make NodeClient match AptosRpcClient interface
  • [Dependency] Update golang.org/x/crypto to v0.32.0
  • [Dependency] Update github.com/hasura/go-graphql-client to v0.13.1
  • [Fix] Make NodeClient satisfy AptosRpcClient interface
  • [Breaking] Change Account signer input to use Address instead of AuthKey, authkey comes from the private key

... (truncated)

Commits

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Jun 9, 2025
@dependabot dependabot bot requested a review from a team as a code owner June 9, 2025 19:45
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Jun 9, 2025
Copy link

changeset-bot bot commented Jun 9, 2025

⚠️ No Changeset found

Latest commit: 2dbfb2d

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/aptos-labs/aptos-go-sdk-1.9.0 branch from bfe1333 to 9bc4672 Compare June 18, 2025 02:24
@ajaskolski
Copy link
Collaborator

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/aptos-labs/aptos-go-sdk-1.9.0 branch from 9bc4672 to 40f0d97 Compare June 19, 2025 05:52
@ajaskolski
Copy link
Collaborator

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/aptos-labs/aptos-go-sdk-1.9.0 branch 2 times, most recently from a70b110 to 2bcb0b9 Compare June 20, 2025 04:39
Bumps [github.com/aptos-labs/aptos-go-sdk](https://github.com/aptos-labs/aptos-go-sdk) from 1.6.3-0.20250331001805-0680b714db6d to 1.9.0.
- [Changelog](https://github.com/aptos-labs/aptos-go-sdk/blob/main/CHANGELOG.md)
- [Commits](https://github.com/aptos-labs/aptos-go-sdk/commits/v1.9.0)

---
updated-dependencies:
- dependency-name: github.com/aptos-labs/aptos-go-sdk
  dependency-version: 1.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/aptos-labs/aptos-go-sdk-1.9.0 branch from 2bcb0b9 to 2dbfb2d Compare June 23, 2025 15:05
@cl-sonarqube-production
Copy link

Quality Gate passed Quality Gate passed

Issues
0 New issues
0 Fixed issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarQube

Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 23, 2025

Superseded by #195.

@dependabot dependabot bot closed this Jun 23, 2025
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/aptos-labs/aptos-go-sdk-1.9.0 branch June 23, 2025 21:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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