Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: solana-labs/solana-web3.js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.45.0
Choose a base ref
...
head repository: solana-labs/solana-web3.js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.46.0
Choose a head ref
  • 1 commit
  • 3 files changed
  • 1 contributor

Commits on Jun 29, 2022

  1. feat: add minContextSlot configuration to (almost) all web3.js meth…

    …ods (#26296)
    
    * feat: add `minContextSlot` config to `getAccountInfo`
    
    * feat: add `minContextSlot` config to `getBalance`
    
    * feat: add `minContextSlot` config to `getBlockHeight``
    
    * feat: add `minContextSlot` config to `getEpochInfo`
    
    * feat: add `minContextSlot` config to `getInflationReward`
    
    * feat: add `minContextSlot` config to `getLatestBlockhash`
    
    * feat: add `minContextSlot` config to `getMultipleAccounts`
    
    * feat: add `minContextSlot` config to `getProgramAccounts`
    
    * feat: add `minContextSlot` config to `getSignaturesForAddress`
    
    * feat: add `minContextSlot` config to `getSlot`
    
    * feat: add `minContextSlot` config to `getSlotLeader`
    
    * feat: add `minContextSlot` config to `getStakeActivation`
    
    * feat: add `minContextSlot` config to `getTokenAccountsByOwner`
    
    * feat: add `minContextSlot` config to `getTransactionCount`
    
    * feat: add `minContextSlot` config to `sendTransaction`
    steveluscher authored Jun 29, 2022
    5

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    6482d0d View commit details
Showing with 271 additions and 73 deletions.
  1. +269 −73 src/connection.ts
  2. +1 −0 src/util/send-and-confirm-raw-transaction.ts
  3. +1 −0 src/util/send-and-confirm-transaction.ts
Loading