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.44.3
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.45.0
Choose a head ref
  • 3 commits
  • 5 files changed
  • 1 contributor

Commits on Jun 28, 2022

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    5a8625a View commit details
  2. test: compile web3.js tests in such a way that you can use es2020+ sy…

    …ntax without crashing Mocha
    steveluscher committed Jun 28, 2022
    Copy the full SHA
    5790271 View commit details

Commits on Jun 29, 2022

  1. Copy the full SHA
    6e009d8 View commit details
Showing with 80 additions and 16,258 deletions.
  1. +50 −16,255 package-lock.json
  2. +2 −2 package.json
  3. +3 −0 rollup.config.js
  4. +12 −1 src/connection.ts
  5. +13 −0 yarn.lock
Loading