Skip to content

transaction: cap max tx size we allow for base43 - #10798

Merged
f321x merged 4 commits into
spesmilo:masterfrom
SomberNight:202608_base43
Aug 7, 2026
Merged

transaction: cap max tx size we allow for base43#10798
f321x merged 4 commits into
spesmilo:masterfrom
SomberNight:202608_base43

Conversation

@SomberNight

Copy link
Copy Markdown
Member

see individual commits

$ python3 -m timeit --setup "import os; from electrum.bitcoin import base_encode; bvec = os.urandom(3*10**4);" "base_encode(bvec, base=58)"
1 loop, best of 5: 673 msec per loop

$ python3 -m timeit --setup "import os; from electrum.bitcoin import base_encode; bvec = os.urandom(3*10**4);" "base_encode(bvec, base=58)"
1 loop, best of 5: 655 msec per loop
@SomberNight SomberNight added the topic-transactions 📑 related to logic in transaction.py label Aug 5, 2026
@f321x
f321x merged commit 0e9f1a0 into spesmilo:master Aug 7, 2026
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

topic-transactions 📑 related to logic in transaction.py

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants