issues
search
cryptocoinjs
/
bs58
Base58 encoding/decoding for Bitcoin
http://cryptocoinjs.com/modules/misc/bs58/
MIT License
216
stars
48
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
The 6.0.0 release tag is Unverified
#54
manan19
closed
2 months ago
2
cjs export is broken
#53
himanshuchawla009
opened
3 months ago
1
unable to import bs58
#51
thanhnguyennguyen
closed
4 months ago
1
TypeError: bs58.decode is not a function
#50
georgewslee
closed
4 months ago
1
6.0.0
#49
junderw
closed
5 months ago
0
feat: hybrid cjs and esm support
#48
Nesopie
closed
5 months ago
0
Does bs58 add padding of any kind?
#47
sunknudsen
closed
2 years ago
3
TypeError: Cannot read properties of undefined (reading 'decode')
#46
AlexMGN
closed
2 years ago
7
Invalid base58 characters
#45
dmonza
closed
2 years ago
1
Use base-x v4 which returns Uint8Arrays
#44
junderw
closed
2 years ago
0
This library produces a different result from a different base58 converter library. Which is correct?
#42
nickjuntilla
closed
3 years ago
4
Uncaught TypeError: Expected Buffer
#41
pundoo
closed
4 years ago
2
sometimes bs58 not decoding correctly
#40
chittim412
closed
4 years ago
1
Add TypeScript types from DefinitelyTyped
#39
junderw
closed
2 years ago
3
Needs typescript types.
#38
burtonator
closed
2 years ago
2
Use const instead of var
#37
sonicdoe
closed
5 years ago
1
Update README.md
#36
iRyanBell
closed
5 years ago
0
update the npm documentation
#35
takahser
closed
5 months ago
0
Create LICENSE
#34
dcousens
closed
6 years ago
0
fix example code in README.md
#33
guaka
closed
7 years ago
1
Update base-x dependency
#32
kallaspriit
closed
7 years ago
2
Release v4.0.1
#31
dcousens
closed
7 years ago
4
Are there a padding schema?
#30
ppKrauss
closed
7 years ago
1
Tape instead mocha
#29
fanatid
closed
7 years ago
0
Files in package.json instead .npmignore
#28
fanatid
closed
7 years ago
0
Update tests and documentation for v4
#27
sonicdoe
closed
7 years ago
5
Use HTTPS for all links
#26
sonicdoe
closed
7 years ago
0
Update standard to v8.6.0
#25
sonicdoe
closed
7 years ago
3
Use SVG for Travis CI badge
#24
sonicdoe
closed
7 years ago
0
CHANGE: update for 400
#23
dcousens
closed
7 years ago
2
Update travis config
#22
fanatid
closed
7 years ago
0
400
#21
dcousens
closed
7 years ago
2
package: bump to base-x 1.1.0
#20
dcousens
closed
8 years ago
5
other base58 alphabets
#19
fanatid
closed
8 years ago
2
decode_check
#18
SterL
closed
8 years ago
3
Why the bump to `3.0.0`?
#17
dcousens
closed
8 years ago
7
use base-x
#16
dcousens
closed
9 years ago
2
Add Base58.valid
#15
dcousens
closed
9 years ago
2
rm lib/, use index.js
#14
dcousens
closed
9 years ago
5
use standard
#13
dcousens
closed
9 years ago
0
Base off of base-x
#12
sublimator
closed
9 years ago
10
Unbind from BTC alphabet
#11
sublimator
closed
9 years ago
3
speed improvement for bs58.encode()
#10
RainaBatwing
closed
9 years ago
2
No browserify requirement
#9
dcousens
closed
10 years ago
3
Array operations optimization
#8
dcousens
closed
10 years ago
3
License
#7
ghost
closed
10 years ago
2
Remove bigi dep, optimize byte operations
#6
deckar01
closed
10 years ago
4
Remove bigi dep, optimize byte operations
#5
deckar01
closed
10 years ago
4
Replace bigi with digit-array
#4
deckar01
closed
10 years ago
7
Use alphabet[0] instead of '1'.
#3
deckar01
closed
10 years ago
1
Next