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.46.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.47.0
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Jun 30, 2022

  1. feat: web3.js RPC errors now hold the error code and data on the …

    …error object (#26318)
    
    feat: web3.js RPC errors now hold the error code on the error object
    steveluscher authored Jun 30, 2022
    Copy the full SHA
    f4d9f51 View commit details
Showing with 142 additions and 99 deletions.
  1. +101 −99 src/connection.ts
  2. +41 −0 src/errors.ts
Loading