fix comment layout
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed Advanced Search
Advanced Search
Advanced Search
Feb 22 2025
Feb 22 2025
Feb 21 2025
Feb 21 2025
PiRK accepted D17650: [chronik, chronik-client, ecash-agora, ecash-lib, cashtab, ecash-herald, token-server, faucet, mock-chronik-client] Improve names of keys and params that expect satoshis and atoms (aka base tokens).
Still lgtm
PiRK committed rABCb760220009df: [chronik] make the maximum history length for electrum RPCs an init param (authored by PiRK).
[chronik] make the maximum history length for electrum RPCs an init param
Feb 20 2025
Feb 20 2025
PiRK retitled D17681: [chronik] make the maximum history length for electrum RPCs an init param from [chronik] make the maximum history length an init param to [chronik] make the maximum history length for electrum RPCs an init param.
PiRK requested review of D17681: [chronik] make the maximum history length for electrum RPCs an init param.
PiRK committed rABC91ef9971ad45: [chronik] implement server.version electrum method (authored by PiRK).
[chronik] implement server.version electrum method
Feb 19 2025
Feb 19 2025
remove done TODO
Feb 18 2025
Feb 18 2025
PiRK committed rABC9205e1004401: test: Add explicit onion bind to p2p_permissions (authored by Ava Chow <github@achow101.com>).
test: Add explicit onion bind to p2p_permissions
PiRK committed rABCe09df7e9e3ab: [chronik] Implement blockchain.scripthash.listunspent electrum method (authored by PiRK).
[chronik] Implement blockchain.scripthash.listunspent electrum method
PiRK committed rABC36570956a320: [electrum] support newer protobuf library versions (authored by PiRK).
[electrum] support newer protobuf library versions
let's see if it pops up on CI again
PiRK requested review of D17672: [chronik] Implement blockchain.scripthash.listunspent electrum method.
Feb 17 2025
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
Feb 16 2025
Feb 16 2025
PiRK requested changes to D17650: [chronik, chronik-client, ecash-agora, ecash-lib, cashtab, ecash-herald, token-server, faucet, mock-chronik-client] Improve names of keys and params that expect satoshis and atoms (aka base tokens).
I was wrong in my previous comment, changing the name of fields in protobuf files does not break compatibility for clients of Chronik.
PiRK committed rABC0372571b7f77: [chronik] implement electrum RPC method blockchain.scripthash.get_history (authored by PiRK).
[chronik] implement electrum RPC method blockchain.scripthash.get_history
Feb 15 2025
Feb 15 2025
PiRK added a comment to D17650: [chronik, chronik-client, ecash-agora, ecash-lib, cashtab, ecash-herald, token-server, faucet, mock-chronik-client] Improve names of keys and params that expect satoshis and atoms (aka base tokens).
Partial review up to and including ecash-agora (just a comment nit)
PiRK added a comment to D17650: [chronik, chronik-client, ecash-agora, ecash-lib, cashtab, ecash-herald, token-server, faucet, mock-chronik-client] Improve names of keys and params that expect satoshis and atoms (aka base tokens).
Partial review (everything cashtab)
PiRK added a comment to D17650: [chronik, chronik-client, ecash-agora, ecash-lib, cashtab, ecash-herald, token-server, faucet, mock-chronik-client] Improve names of keys and params that expect satoshis and atoms (aka base tokens).
Partial review up to and including cashtab/src/airdrop/index.ts
PiRK updated the diff for D17664: [chronik] implement electrum RPC method blockchain.scripthash.get_history.
remove debugging print
Feb 14 2025
Feb 14 2025
PiRK updated the diff for D17664: [chronik] implement electrum RPC method blockchain.scripthash.get_history.
clippy
PiRK requested review of D17664: [chronik] implement electrum RPC method blockchain.scripthash.get_history.
Feb 13 2025
Feb 13 2025
Feb 12 2025
Feb 12 2025
Feb 11 2025
Feb 11 2025
PiRK committed rABC2069f3c76279: wallet: avoid rescans if under the snapshot (authored by James O'Beirne <james.obeirne@gmail.com>).
wallet: avoid rescans if under the snapshot
PiRK added inline comments to D17658: Add a simplifygbt option to simplify parsing the block template for miners.
rebase again
PiRK committed rABC6db422501d60: [chronik] implement the blockchain.scripthash.get_balance Electrum method (authored by PiRK).
[chronik] implement the blockchain.scripthash.get_balance Electrum method
PiRK updated the diff for D17605: [chronik] implement the blockchain.scripthash.get_balance Electrum method.
rebase, nit
rebase. I'm convinced the feature_assumevalid.py failure is unrelated to this diff
PiRK committed rABCdb526ab596e1: assumeutxo cleanup: Move IsInitialBlockDownload & NotifyHeaderTip to… (authored by Ryan Ofsky <ryan@ofsky.org>).
assumeutxo cleanup: Move IsInitialBlockDownload & NotifyHeaderTip to…
PiRK committed rABC1b64fae67afe: [electrum] fix output parsing when pay-to field is empty (authored by SomberNight <somber.night@protonmail.com>).
[electrum] fix output parsing when pay-to field is empty
Feb 9 2025
Feb 9 2025
PiRK committed rABC8fc3de71d547: test: fix test failures in test/functional/p2p_timeouts.py (authored by Jon Atack <jon@atack.com>).
test: fix test failures in test/functional/p2p_timeouts.py
Feb 8 2025
Feb 8 2025
need to investigate that CI second failure (the first one is clearly unrelated)
rebase
PiRK committed rABC95c17f9917b3: wallet: make chain optional for CWallet::Create (authored by Ivan Metlushko <metlushko@gmail.com>).
wallet: make chain optional for CWallet::Create
PiRK committed rABCf8e022ee1291: CWallet::Create move chain init message up into calling code (authored by Ivan Metlushko <metlushko@gmail.com>).
CWallet::Create move chain init message up into calling code
PiRK committed rABC4cab5ee30993: refactor: Add CWallet:::AttachChain method (authored by Russell Yanofsky <russ@yanofsky.org>).
refactor: Add CWallet:::AttachChain method
PiRK committed rABCbfa2db91321b: refactor: move first run detection to client code (authored by Ivan Metlushko <metlushko@gmail.com>).
refactor: move first run detection to client code
Feb 7 2025
Feb 7 2025
Feb 6 2025
Feb 6 2025
squash with 26282 (more helpful error message)
PiRK committed rABC1d28ffc21aad: chainparams: add blockhash to AssumeutxoData (authored by James O'Beirne <james.obeirne@pm.me>).
chainparams: add blockhash to AssumeutxoData
PiRK committed rABC48785be9d2f7: assumeutxo: remove snapshot during -reindex{-chainstate} (authored by James O'Beirne <james.obeirne@pm.me>).
assumeutxo: remove snapshot during -reindex{-chainstate}
PiRK committed rABCca3c72fce46d: net_processing: Request assumeutxo background chain blocks (authored by Suhas Daftuar <sdaftuar@chaincode.com>).
net_processing: Request assumeutxo background chain blocks
PiRK committed rABC07763f6aa047: [net processing] pass a Peer to FindNextBlocksToDownload (authored by PiRK).
[net processing] pass a Peer to FindNextBlocksToDownload
Feb 5 2025
Feb 5 2025
Feb 4 2025
Feb 4 2025