Skip to content

Tags: spirobel/solana-web3.js

Tags

v1.91.8

Toggle v1.91.8's commit message
fix: `@solana/web3.js` should now be compatible with Vercel Edge runtime

`[email protected]` no longer downcompiles code to a target that Edge runtime doesn't like (ie. using `@babel/runtime`)

tp3

Toggle tp3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Version Packages (preview) (solana-labs#2448)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

v1.91.7

Toggle v1.91.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: update `@solana/spl-token` to 0.4.5 in tests (solana-labs#2529)

v1.91.6

Toggle v1.91.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: revert use of internal `fast-stable-stringify` in legacy library (

…solana-labs#2509)

v1.91.5

Toggle v1.91.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: use our version of `fast-stable-stringify` everywhere (solana-la…

…bs#2504)

v1.91.4

Toggle v1.91.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: downshift `preflightCommitment` to `processed` when bypassing pr…

…eflight checks (solana-labs#2415)

# Summary

There's a bug in the `sendTransaction` RPC method where, when bypassing preflight, we nevertheless materially use the value of `preflightCommitment` to determine how to behave when sending the transaction.

If you supply _nothing_ – as you might think appropriate when _skipping_ preflight – then the default of `finalized` will be used. Far from irrelevant, such a value can actually affect the retry behaviour of the send-transaction-service (STS). Read anza-xyz/agave#483 for more detail.

In this PR, we try to get ahead of anza-xyz/agave#483 by setting this value to `processed` in the client. Until the server PR is deployed widely, this should cover those who choose to upgrade

Addresses anza-xyz/agave#479

# Test plan

```
pnpm turbo test:unit:node test:unit:browser
```

v1.91.3

Toggle v1.91.3's commit message
fix: bounds check

v1.91.2

Toggle v1.91.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Revert "Show no Turbo logs except when there is an error (solana-labs…

…#2366)" (solana-labs#2385)

This reverts commit 8af5427.

tp2

Toggle tp2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Version Packages (preview) (solana-labs#2345)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

preview

Toggle preview's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Version Packages (preview) (solana-labs#2345)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>