@bot guix-linux guix-osx guix-win
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed Advanced Search
Advanced Search
Advanced Search
Jul 31 2024
Jul 31 2024
teamcity awarded D16562: build: miniupnpc 2.2.2 a Haypence token.
Get rid of ConnectTrace
Jul 30 2024
Jul 30 2024
Add a new chronik backup server
Bump version to 0.29.10
teamcity awarded D16548: Bump minimum required Windows version to Windows 10 a Piece of Eight token.
teamcity awarded D16548: Bump minimum required Windows version to Windows 10 a Haypence token.
Jul 29 2024
Jul 29 2024
Make the longpoll much faster on regtest
Improve the ZMQ functional test
Jul 27 2024
Jul 27 2024
Log accept to mempool status after a reorg
Jul 25 2024
Jul 25 2024
The build is failing, back to your queue
Can you please add a couple tests with data=b'' and data=[] ? Note this can be unit tests for extract_bytes_or_list instead of the whole run_on_tx
Jul 24 2024
Jul 24 2024
The deduplication was correct, you just called the boundary check later in the code flow which changed the behavior.
Is this test run as part of ninja check-crates ?
Jul 23 2024
Jul 23 2024
Otherwise LGTM
back to your queue
Fabien committed rABC7c5664b00bf6: [explorer] Properly handle html chars in token ticker (authored by Fabien).
[explorer] Properly handle html chars in token ticker
Jul 22 2024
Jul 22 2024
The tests are failing
Jul 19 2024
Jul 19 2024
Fabien committed rABC0fafd7b7095f: fuzz: increase txorphan harness stability (authored by marcofleon <marleo23@proton.me>).
fuzz: increase txorphan harness stability
[log] updates in TxOrphanage
Fabien committed rABC969e03c50dad: test: tx orphan handling (authored by glozow <gloriajzhao@gmail.com>).
test: tx orphan handling
Fabien committed rABC673bc1eb29cf: net_processing: ignore transactions while in IBD (authored by glozow <gzhao408@berkeley.edu>).
net_processing: ignore transactions while in IBD
Fabien committed rABC1e1bd1cbf62a: fuzz: Improve fuzzing stability for txorphan harness (authored by dergoegge <n.goeggi@gmail.com>).
fuzz: Improve fuzzing stability for txorphan harness
Fabien committed rABC3628e52ed106: test: Add more tests for orphan tx handling (authored by Hennadii Stepanov <32963518+hebasto@users.noreply.github.com>).
test: Add more tests for orphan tx handling
Fabien committed rABCa53da9376411: refactor: Use type-safe time in txorphanage (authored by MarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz>).
refactor: Use type-safe time in txorphanage
Fabien committed rABCbe7fbc1fd1be: opportunistic 1p1c followups (authored by glozow <gloriajzhao@gmail.com>).
opportunistic 1p1c followups
Jul 18 2024
Jul 18 2024
Fabien committed rABCd0b3d2524b06: [p2p] opportunistically accept 1-parent-1-child packages (authored by glozow <gloriajzhao@gmail.com>).
[p2p] opportunistically accept 1-parent-1-child packages
Fabien committed rABCd754f53dfaf3: Avoid the p2p delays on some functional tests (authored by Fabien).
Avoid the p2p delays on some functional tests
Fix comment nit, and remove the unecessary noban_tx_relay
Fabien committed rABC1f4999794394: [txorphanage] add method to get all orphans spending a tx (authored by glozow <gloriajzhao@gmail.com>).
[txorphanage] add method to get all orphans spending a tx
Fabien committed rABC39a2132c1e7c: [txpackages] add canonical way to get hash of package (authored by glozow <gloriajzhao@gmail.com>).
[txpackages] add canonical way to get hash of package
Fabien committed rABC48cb63e4a344: rpc: allow submitpackage to be called outside of regtest (authored by glozow <gloriajzhao@gmail.com>).
rpc: allow submitpackage to be called outside of regtest
Jul 17 2024
Jul 17 2024
Using the same quote marks for an embedded dict key and its f-string is a Python 3.12+ feature, TIL