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: bumpv5
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: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 6 files changed
  • 5 contributors

Commits on Jun 22, 2024

  1. Merge pull request #83 from cryptocoinjs/bumpv5

    5.0.0
    junderw authored Jun 22, 2024
    Configuration menu
    Copy the full SHA
    39f2673 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 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]>
    steveluscher and oscxc committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    261fb36 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. Merge pull request #81 from steveluscher/this-but-faster

    Improve decoding performance
    junderw authored Jul 4, 2024
    Configuration menu
    Copy the full SHA
    64e196c View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2025

  1. Configuration menu
    Copy the full SHA
    831716a View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2025

  1. Merge pull request #86 from steveluscher/prohibit-high-char-codes

    Prohibit char codes that would overflow the `BASE_MAP`
    fanatid authored Mar 8, 2025
    Configuration menu
    Copy the full SHA
    e4cb9b0 View commit details
    Browse the repository at this point in the history
  2. 5.0.1

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