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: v3.0.8
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.0.11
Choose a head ref
  • 9 commits
  • 5 files changed
  • 6 contributors

Commits on Jan 16, 2021

  1. Update README.md

    base66 -> base67
    terrierscript authored Jan 16, 2021
    Configuration menu
    Copy the full SHA
    1dd3795 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #73 from terrierscript/patch-1

    Fix base-66 -> base-67 typo
    junderw authored Jan 16, 2021
    Configuration menu
    Copy the full SHA
    69c09ed View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2021

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

Commits on Oct 22, 2021

  1. Merge pull request #78 from cryptocoinjs/fix/space-alphabets

    Fix alphabets with space in them
    junderw authored Oct 22, 2021
    Configuration menu
    Copy the full SHA
    c9dcddd View commit details
    Browse the repository at this point in the history
  2. 3.0.9

    junderw committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    4c10d33 View commit details
    Browse the repository at this point in the history

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 <15077550@qq.com>
    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