solana-labs / example-helloworld

Hello world on Solana
MIT License
900 stars 864 forks source link

Bump @solana/web3.js from 1.41.8 to 1.68.0 #564

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps @solana/web3.js from 1.41.8 to 1.68.0.

Release notes

Sourced from @​solana/web3.js's releases.

v1.68.0

1.68.0 (2022-12-02)

Features

  • the web3.js getBlock APIs now accept rewards and transactionDetails config (#29000) (570fa1d)

v1.67.2

1.67.2 (2022-11-30)

Bug Fixes

  • support VersionedMessage in getFeeForMessage (#28996) (a731d2d)

v1.67.1

1.67.1 (2022-11-30)

Bug Fixes

  • TransactionMessage.decompile() now counts the correct number of unsigned, writable accounts (#28990) (4724539)

v1.67.0

1.67.0 (2022-11-29)

Features

  • a nonce-based transaction confirmation strategy for web3.js (#25839) (7906c9f)

v1.66.5

1.66.5 (2022-11-29)

Bug Fixes

  • verify commitment level when confirming transactions with one-shot fetch (#28969) (a206ab6)

v1.66.4

1.66.4 (2022-11-29)

Bug Fixes

  • remove Buffer from transaction signature verification (#27868) (7498c1a)

v1.66.3

1.66.3 (2022-11-28)

... (truncated)

Commits
  • 570fa1d feat: the web3.js getBlock APIs now accept rewards and transactionDetails...
  • a731d2d fix: support VersionedMessage in getFeeForMessage (#28996)
  • 4724539 fix: TransactionMessage.decompile() now counts the correct number of unsigned...
  • c0a35b6 chore: remove @​babel/register dependency from web3.js
  • dff827b chore: remove unused http-server dependency from web3.js
  • 6c7eeb0 chore: bump http-server from 14.1.0 to 14.1.1 in /web3.js (#27333)
  • 7bbded0 chore: remove redundant 'Buffer' from 'Account' class (#27865)
  • 7a858b9 chore: use constant for PUBLIC_KEY_LENGTH for checking length of input (#27876)
  • 65cac92 chore: add deprecation notice for createProgramAddress (#27879)
  • f155373 chore: deprecate PublicKey.findProgramAddress (#27882)
  • Additional commits viewable 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 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[bot] commented 1 year ago

Superseded by #565.