issues
search
keis
/
base58
Base58 and Base58Check implementation compatible with what is used by the bitcoin network.
MIT License
180
stars
59
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Use int.to_bytes to speed up decoding
#73
keis
closed
1 year ago
0
Update GitHub actions
#72
keis
closed
1 year ago
0
Update github actions
#71
keis
closed
1 year ago
1
Draft: Better performance for larger inputs
#70
malvidin
opened
1 year ago
2
Figure out what's wrong with CI
#69
keis
closed
2 years ago
0
How to decode to an array of decimals?
#68
oboxodo
closed
2 years ago
1
use github actions
#67
keis
closed
3 years ago
0
Escape illegal special characters in error message
#66
hukkin
closed
3 years ago
1
base-45 standards
#65
sg495
closed
2 years ago
2
Parametrise a few tests over alphabet
#64
keis
closed
3 years ago
0
made it handle any base with passing alphabet.
#63
tanupoo
closed
3 years ago
3
Setup cfg
#62
keis
closed
3 years ago
0
Add support to ppc64le
#61
gururajrkatti
closed
3 years ago
1
Update README.md
#60
alloynetworks
closed
4 years ago
0
New alias for XRP alphabet
#59
alloynetworks
closed
4 years ago
6
Improve invalid character message
#58
keis
closed
4 years ago
0
Autofix for similar letters
#57
LuminousXLB
closed
4 years ago
6
Add performance benchmarks using pytest-benchmark
#56
keis
closed
4 years ago
0
Include license file in source distribution
#55
synapticarbors
closed
4 years ago
1
Add more Fault Tolerance
#54
LuminousXLB
closed
4 years ago
8
Performance optimizations
#53
kolomenkin
closed
4 years ago
5
performance issue with str.index() inside of the loop
#52
kolomenkin
closed
4 years ago
2
The code may be simplified using int.from_bytes()
#51
kolomenkin
closed
4 years ago
2
Typecheck tests now that hamcrest has typing
#50
keis
closed
4 years ago
0
Replace custom exception assert with hamcrest utils
#49
keis
closed
4 years ago
0
Use setup.cfg for mypy conf
#48
hukkin
closed
4 years ago
0
Distribute type data (PEP 561)
#47
hukkin
closed
4 years ago
3
Allow str input to b58encode_check
#46
keis
closed
4 years ago
0
b58encode_check does not take a str as input
#45
hukkin
closed
4 years ago
2
Type annotate public API
#44
hukkin
closed
4 years ago
1
Drop python 2.7 and 3.4 support
#43
hukkin
closed
4 years ago
4
Test py3.7 and py3.8. Set python_requires in setup.py
#42
hukkin
closed
5 years ago
1
Fix encode functions' return types in README
#41
hukkin
closed
5 years ago
1
Enhance/add alphabet param
#40
dannywillems
closed
5 years ago
2
accept other bytes-like types
#39
fametrano
closed
5 years ago
1
stripped trailing and leading zero from strings only
#38
fametrano
closed
4 years ago
1
Update base58.py
#37
pdelteil
closed
5 years ago
1
Doesn't work with echo
#36
pdelteil
closed
5 years ago
2
Decode fail
#35
prographo
closed
5 years ago
0
Add bumpversion config
#34
keis
closed
6 years ago
0
__version__ property of base58.py is out of date
#33
djpnewton
closed
6 years ago
1
No tests in PyPI
#32
nyanloutre
closed
6 years ago
0
Include tests in PyPI tarball
#31
dotlambda
closed
6 years ago
5
b58encode() and b58encode_int() output differs
#30
gruns
closed
6 years ago
5
New release?
#29
ukch
closed
6 years ago
2
ValueError: substring not found
#28
wilsonehusin
closed
6 years ago
4
Use bytes for both input and output
#27
keis
closed
6 years ago
1
Use tox and pytest to run tests
#26
keis
closed
6 years ago
0
Do not strip newline from input to cli
#25
keis
closed
6 years ago
0
Command line program should not strip trailing newlines
#24
pezcore
closed
6 years ago
1
Next