Skip to content

Instantly share code, notes, and snippets.

View brunoerg's full-sized avatar
🏠
Working from home

Bruno Garcia brunoerg

🏠
Working from home
View GitHub Profile
@brunoerg
brunoerg / json
Created September 26, 2023 14:18
clearnet-verbose-getaddrman
This file has been truncated, but you can view the full file.
{
"ipv4": {
"new": 23959,
"tried": 47,
"total": 24006
},
"ipv6": {
"new": 5325,
"tried": 5,
"total": 5330
@brunoerg
brunoerg / non-killed-addrman.md
Created April 17, 2023 16:25
Non-killed mutants for addrman

Not killed mutants

5

diff --git a/src/addrman.cpp b/src/addrman.cpp
index f5ca9a5c3..d033297b1 100644
--- a/src/addrman.cpp
+++ b/src/addrman.cpp
@@ -264,7 +264,7 @@ void AddrManImpl::Unserialize(Stream& s_)
     s >> nKey;
@brunoerg
brunoerg / chaincode.py
Created January 15, 2021 10:52
Chaincode Study Group
#!/usr/bin/env python3
# Copyright (c) 2017-2020 The Bitcoin Core developers
# Distributed under the MIT software license, see the accompanying
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
"""An example functional test
The module-level docstring should include a high-level description of
what the test is doing. It's the first thing people see when they open
the file and should give the reader information about *what* the test
is testing and *how* it's being tested