Tags: spirobel/solana-web3.js
Tags
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`)
Version Packages (preview) (solana-labs#2448) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
fix: update `@solana/spl-token` to 0.4.5 in tests (solana-labs#2529)
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 ```
Revert "Show no Turbo logs except when there is an error (solana-labs… …#2366)" (solana-labs#2385) This reverts commit 8af5427.
Version Packages (preview) (solana-labs#2345) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Version Packages (preview) (solana-labs#2345) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
PreviousNext