- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Mar 3 2025
Feb 28 2025
rm Makefile.am
use -noparkdeepreorg and mine 5 blocks
Feb 27 2025
fix clang-tidy style error, fix test flakiness (mine enough new block to trigger automatic unparking on the other node, 5 was not enough)
remove unused include
remove unnecessary forward declaration
Feb 26 2025
I'll keep looking what's wrong with feature_assumevalid, but it is not related to this diff.
use the constant in strings
make max length a constexpr
chech the donation address length
Feb 25 2025
remove first comment which would mess with formatting if left inline and is already explained by the previous block of comments
add a comment as suggested to first call m_attaching_chain = false
rebase
Feb 24 2025
don't shadow j either
Feb 23 2025
CI failure most likely unrelated, but will have to investigate anyway (tomorrow)
Feb 22 2025
Backported as a dependency of https://github.com/bitcoin/bitcoin/pull/27596/commits/f073917a9e7ba423643dcae0339776470b628f65
fix comment layout
Feb 21 2025
Still lgtm
Feb 20 2025
Feb 19 2025
remove done TODO
Feb 18 2025
let's see if it pops up on CI again
Feb 17 2025
This was the error, fyi
Traceback (most recent call last):
File "/home/pierre/dev/bitcoin-abc/electrum/electrumabc_plugins/fusion/fusion.py", line 518, in run
if self.run_round(covert):
^^^^^^^^^^^^^^^^^^^^^^
File "/home/pierre/dev/bitcoin-abc/electrum/electrumabc_plugins/fusion/fusion.py", line 518, in run
if self.run_round(covert):
^^^^^^^^^^^^^^^^^^^^^^
File "/home/pierre/dev/bitcoin-abc/electrum/electrumabc_plugins/fusion/fusion.py", line 1341, in run_round
inpcomp = validate_proof_internal(
^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/pierre/dev/bitcoin-abc/electrum/electrumabc_plugins/fusion/validation.py", line 179, in validate_proof_internal
msg = proto_strict_parse(pb.Proof(), proofblob)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/pierre/dev/bitcoin-abc/electrum/electrumabc_plugins/fusion/validation.py", line 84, in proto_strict_parse
check(not msg.UnknownFields(), "has extra fields")
^^^^^^^^^^^^^^^^^^^
File "/home/pierre/dev/bitcoin-abc/electrum/electrumabc_plugins/fusion/fusion.py", line 1341, in run_round
inpcomp = validate_proof_internal(
^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/pierre/dev/bitcoin-abc/electrum/electrumabc_plugins/fusion/validation.py", line 179, in validate_proof_internal
msg = proto_strict_parse(pb.Proof(), proofblob)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
NotImplementedError: unknown field accessor
File "/home/pierre/dev/bitcoin-abc/electrum/electrumabc_plugins/fusion/validation.py", line 84, in proto_strict_parse
check(not msg.UnknownFields(), "has extra fields")
^^^^^^^^^^^^^^^^^^^
NotImplementedError: unknown field accessor