Skip to content
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: cryptocoinjs/base-x
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: cryptocoinjs/base-x
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.x
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 4 files changed
  • 5 contributors

Commits on Jul 4, 2024

  1. Improve decoding performance

    This yields a performance improvement over indexing into `source` over and over. `source` is asserted to be a string, `psz` is monotonically increasing, and `psz >= source.length` is a good indication that you've run out of characters.
    
    Originally proposed by @oscxc in #74.
    
    Co-authored-by: Rand <[email protected]>
    2 people authored and junderw committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    0a35446 View commit details
    Browse the repository at this point in the history
  2. 3.0.10

    junderw committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    3d43c0e View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2025

  1. Configuration menu
    Copy the full SHA
    2705ddd View commit details
    Browse the repository at this point in the history
  2. 3.0.11

    fanatid committed Mar 8, 2025
    Configuration menu
    Copy the full SHA
    043a888 View commit details
    Browse the repository at this point in the history
Loading