Page MenuHomePhabricator
Feed Advanced Search

Feb 22 2021

PiRK requested review of D9254: BlockTip struct created and connected to notifyHeaderTip and notifyBlockTip signals..
Feb 22 2021, 14:47
PiRK requested review of D9253: Added best block hash to the NotifyHeaderTip and NotifyBlockTip signals..
Feb 22 2021, 14:44
PiRK accepted D9252: [CI] Use a new datadir when running the windows native tests.
Feb 22 2021, 14:34
PiRK closed D9248: Remove old serialization primitives.
Feb 22 2021, 10:52
PiRK committed rABCc044e9dcf18e: Remove old serialization primitives (authored by Pieter Wuille <pieter.wuille@gmail.com>).
Remove old serialization primitives
Feb 22 2021, 10:52
PiRK closed D9247: convert all remaining serializations to new style.
Feb 22 2021, 10:51
PiRK committed rABCf77a8a4d352e: convert all remaining serializations to new style (authored by PiRK).
convert all remaining serializations to new style
Feb 22 2021, 10:51
PiRK closed D9246: Convert LimitedString to formatter.
Feb 22 2021, 10:50
PiRK committed rABC632bf808135f: Convert LimitedString to formatter (authored by Pieter Wuille <pieter.wuille@gmail.com>).
Convert LimitedString to formatter
Feb 22 2021, 10:50
PiRK closed D9245: Convert wallet to new serialization.
Feb 22 2021, 10:50
PiRK committed rABC7f8be210948b: Convert wallet to new serialization (authored by Pieter Wuille <pieter.wuille@gmail.com>).
Convert wallet to new serialization
Feb 22 2021, 10:49
PiRK closed D9244: Convert Qt to new serialization.
Feb 22 2021, 10:44
PiRK committed rABC6b64f26d1420: Convert Qt to new serialization (authored by Pieter Wuille <pieter.wuille@gmail.com>).
Convert Qt to new serialization
Feb 22 2021, 10:43
PiRK accepted D9251: [refactor] add alias for Schnorr signatures and remove size magic number.

Good stuff.

Feb 22 2021, 07:38
PiRK updated the diff for D9236: wallet: descriptor wallet cleanups.

remove accidentaly duplicated line

Feb 22 2021, 07:29
PiRK updated the diff for D9247: convert all remaining serializations to new style.

remove "// serialization support" comments and mark getters as const

Feb 22 2021, 07:22

Feb 18 2021

PiRK updated the diff for D9248: Remove old serialization primitives.

rebase after changing D9247 to suppress compiler warning

Feb 18 2021, 13:24
PiRK updated the diff for D9247: convert all remaining serializations to new style.

remove maybe_unused which does not work for GCC with attributes, define two getters instead

Feb 18 2021, 13:23
PiRK closed D9242: test: add -getinfo multiwallet functional tests.
Feb 18 2021, 13:05
PiRK committed rABC08c813ab9661: test: add -getinfo multiwallet functional tests (authored by Jon Atack <jon@atack.com>).
test: add -getinfo multiwallet functional tests
Feb 18 2021, 13:05
PiRK closed D9241: rpc: drop unused JSONRPCProcessBatchReply size arg, refactor.
Feb 18 2021, 13:02
PiRK committed rABCb5e256418683: rpc: drop unused JSONRPCProcessBatchReply size arg, refactor (authored by Jon Atack <jon@atack.com>).
rpc: drop unused JSONRPCProcessBatchReply size arg, refactor
Feb 18 2021, 13:01
PiRK closed D9240: cli: use GetWalletBalances() functionality for -getinfo.
Feb 18 2021, 13:01
PiRK committed rABC984a96569bcf: cli: use GetWalletBalances() functionality for -getinfo (authored by Jon Atack <jon@atack.com>).
cli: use GetWalletBalances() functionality for -getinfo
Feb 18 2021, 13:00
PiRK closed D9239: cli: create GetWalletBalances() to fetch multiwallet balances.
Feb 18 2021, 13:00
PiRK committed rABC01f2e8d87568: cli: create GetWalletBalances() to fetch multiwallet balances (authored by Jon Atack <jon@atack.com>).
cli: create GetWalletBalances() to fetch multiwallet balances
Feb 18 2021, 12:59
PiRK closed D9238: cli: lift -rpcwallet logic up to CommandLineRPC().
Feb 18 2021, 12:59
PiRK committed rABC9aa48e14e245: cli: lift -rpcwallet logic up to CommandLineRPC() (authored by Jon Atack <jon@atack.com>).
cli: lift -rpcwallet logic up to CommandLineRPC()
Feb 18 2021, 12:59
PiRK closed D9237: cli: extract connection exception handler, -rpcwait logic to ConnectAndCallRPC().
Feb 18 2021, 12:58
PiRK committed rABC61bb2abbe050: cli: extract connection exception handler, -rpcwait logic to ConnectAndCallRPC() (authored by Jon Atack <jon@atack.com>).
cli: extract connection exception handler, -rpcwait logic to ConnectAndCallRPC()
Feb 18 2021, 12:58
PiRK updated the diff for D9247: convert all remaining serializations to new style.

replace a SER_READ with SER_WRITE (seeder/db.h l234)

Feb 18 2021, 11:24
PiRK updated the diff for D9248: Remove old serialization primitives.

Rebase after fixing -Wunused-private-field warning in D9247

Feb 18 2021, 10:58
PiRK updated the diff for D9247: convert all remaining serializations to new style.

annotate two private attributes in avalanche/protocol.h with [[maybe_unused]] to suppress a compiler warning

Feb 18 2021, 10:57
PiRK planned changes to D9247: convert all remaining serializations to new style.

getters are required to silence a compiler warning

-Wunused-private-field
Feb 18 2021, 09:45
teamcity awarded D9244: Convert Qt to new serialization a Haypence token.
Feb 18 2021, 09:35
PiRK updated the diff for D9244: Convert Qt to new serialization.

and also write the store request when serializing

Feb 18 2021, 09:30
PiRK updated the diff for D9244: Convert Qt to new serialization.

in case BIP70 is disabled, still store the deserialized payment request in the object's sPaymentRequest attribute

Feb 18 2021, 09:22
PiRK updated the diff for D9246: Convert LimitedString to formatter.

rebase (probably unrelated coinselector_tests failure in build-clang-tidy)

Feb 18 2021, 07:54
PiRK updated the diff for D9240: cli: use GetWalletBalances() functionality for -getinfo.

remove maybe_unused annotation

Feb 18 2021, 07:48
PiRK added inline comments to D9239: cli: create GetWalletBalances() to fetch multiwallet balances.
Feb 18 2021, 07:44
PiRK updated the diff for D9239: cli: create GetWalletBalances() to fetch multiwallet balances.

annotate unused function

Feb 18 2021, 07:44
PiRK updated the test plan for D9247: convert all remaining serializations to new style.
Feb 18 2021, 07:36
PiRK requested review of D9248: Remove old serialization primitives.
Feb 18 2021, 07:31
PiRK requested review of D9247: convert all remaining serializations to new style.
Feb 18 2021, 07:29
PiRK requested review of D9246: Convert LimitedString to formatter.
Feb 18 2021, 07:26
PiRK updated the summary of D9245: Convert wallet to new serialization.
Feb 18 2021, 07:25
PiRK requested review of D9245: Convert wallet to new serialization.
Feb 18 2021, 07:23
PiRK requested review of D9244: Convert Qt to new serialization.
Feb 18 2021, 07:22
PiRK retitled D9236: wallet: descriptor wallet cleanups from wallet: descriptor wallet release notes and cleanups to wallet: descriptor wallet cleanups.
Feb 18 2021, 07:05

Feb 17 2021

PiRK requested review of D9242: test: add -getinfo multiwallet functional tests.
Feb 17 2021, 14:44
PiRK requested review of D9241: rpc: drop unused JSONRPCProcessBatchReply size arg, refactor.
Feb 17 2021, 14:43
PiRK requested review of D9240: cli: use GetWalletBalances() functionality for -getinfo.
Feb 17 2021, 14:42
PiRK requested review of D9239: cli: create GetWalletBalances() to fetch multiwallet balances.
Feb 17 2021, 14:41
PiRK updated the summary of D9238: cli: lift -rpcwallet logic up to CommandLineRPC().
Feb 17 2021, 14:37
PiRK requested review of D9238: cli: lift -rpcwallet logic up to CommandLineRPC().
Feb 17 2021, 14:37
PiRK requested review of D9237: cli: extract connection exception handler, -rpcwait logic to ConnectAndCallRPC().
Feb 17 2021, 14:35
PiRK requested review of D9236: wallet: descriptor wallet cleanups.
Feb 17 2021, 11:45
PiRK closed D9230: Avoid crash when g_thread_http was never started.
Feb 17 2021, 07:39
PiRK committed rABCeb6a052baa17: Avoid crash when g_thread_http was never started (authored by MarcoFalke <falke.marco@gmail.com>).
Avoid crash when g_thread_http was never started
Feb 17 2021, 07:38

Feb 16 2021

PiRK closed D9232: test: Fix intermittent ETIMEDOUT on FreeBSD.
Feb 16 2021, 16:30
PiRK committed rABC79cf316a9560: test: Fix intermittent ETIMEDOUT on FreeBSD (authored by MarcoFalke <falke.marco@gmail.com>).
test: Fix intermittent ETIMEDOUT on FreeBSD
Feb 16 2021, 16:30
PiRK updated the diff for D9230: Avoid crash when g_thread_http was never started.

rebase

Feb 16 2021, 16:26
PiRK added a comment to D9230: Avoid crash when g_thread_http was never started.

I wasn't able to reproduce the latest build-clang-tidy failure on my machine.

Feb 16 2021, 12:28
PiRK requested review of D9232: test: Fix intermittent ETIMEDOUT on FreeBSD.
Feb 16 2021, 10:48
PiRK updated the diff for D9230: Avoid crash when g_thread_http was never started.

address review

Feb 16 2021, 09:25
PiRK added inline comments to D9230: Avoid crash when g_thread_http was never started.
Feb 16 2021, 09:25
PiRK requested review of D9230: Avoid crash when g_thread_http was never started.
Feb 16 2021, 07:39

Feb 15 2021

PiRK accepted D9229: [CI] Rename teamcity messages testMeta to testMetadata.
Feb 15 2021, 14:50
PiRK accepted D9228: [CI] Split secp256k1 benchmarks from the node benchmarks.
Feb 15 2021, 14:49
PiRK accepted D9227: [CI] Integrate nanobench with Teamcity.
Feb 15 2021, 10:05
PiRK accepted D9226: Replace current benchmarking framework with nanobench.

Note: i did not review src/bench/nanobench.h

Feb 15 2021, 10:00

Feb 12 2021

PiRK accepted D9218: [CI] Run the diff tests if any CMakeLists.txt file is changed.
Feb 12 2021, 10:37

Feb 11 2021

PiRK accepted D9214: [LINTER] Prevent updating `{ (void)foo() }` to `{ ()foo }`.
Feb 11 2021, 17:00
PiRK accepted D9211: Skip hdKeypath of 'm'.
Feb 11 2021, 11:36
PiRK accepted D9210: Revert version to 0.22.13 until 0.23 is ready for deployment.
Feb 11 2021, 11:31

Feb 10 2021

PiRK accepted D9205: [cashtab-docs] patch title so twitter card shows distinct title, tagline.
Feb 10 2021, 19:04
PiRK accepted D9206: [Cashtab] Add twitter card.
Feb 10 2021, 19:03
PiRK accepted D9196: [backport#17681] wallet: Keep inactive seeds after sethdseed and derive keys from them as needed.
Feb 10 2021, 19:02
PiRK closed D9197: test, build: Enable -Werror=sign-compare.
Feb 10 2021, 17:11
PiRK committed rABC942d91965b1a: test, build: Enable -Werror=sign-compare (authored by Ben Woosley <ben.woosley@gmail.com>).
test, build: Enable -Werror=sign-compare
Feb 10 2021, 17:11
PiRK accepted D9198: Support bypassing range check in ReadCompactSize.
Feb 10 2021, 17:06
PiRK updated the diff for D9197: test, build: Enable -Werror=sign-compare.

use boost_check instead of assert

Feb 10 2021, 11:57
teamcity awarded D9197: test, build: Enable -Werror=sign-compare a Haypence token.
Feb 10 2021, 10:11
PiRK requested review of D9197: test, build: Enable -Werror=sign-compare.
Feb 10 2021, 07:30
PiRK added inline comments to D9196: [backport#17681] wallet: Keep inactive seeds after sethdseed and derive keys from them as needed.
Feb 10 2021, 06:54
PiRK requested changes to D9196: [backport#17681] wallet: Keep inactive seeds after sethdseed and derive keys from them as needed.
Feb 10 2021, 06:51

Feb 9 2021

PiRK accepted D9184: refactor: make EncodeBase{32,64} consume Spans.
Feb 9 2021, 11:44
PiRK accepted D9183: refactor: Make HexStr take a span.
Feb 9 2021, 11:35

Feb 8 2021

PiRK closed D9145: Add test for param interaction b/w -blocksonly and -whitelistforcerelay.
Feb 8 2021, 16:20
PiRK committed rABC5abc69901bd6: Add test for param interaction b/w -blocksonly and -whitelistforcerelay (authored by glowang).
Add test for param interaction b/w -blocksonly and -whitelistforcerelay
Feb 8 2021, 16:20
PiRK updated the diff for D9145: Add test for param interaction b/w -blocksonly and -whitelistforcerelay.

rebase

Feb 8 2021, 12:40

Feb 4 2021

PiRK closed D9164: test: Remove global wait_until from p2p_getdata #.
Feb 4 2021, 14:07
PiRK committed rABCeebe1aaf72ed: test: Remove global wait_until from p2p_getdata # (authored by MarcoFalke <falke.marco@gmail.com>).
test: Remove global wait_until from p2p_getdata #
Feb 4 2021, 14:07
PiRK accepted D9165: [backport#14848] docs: Fix broken Gmane URL in security-check.py.
Feb 4 2021, 14:00
PiRK closed D9146: gui: Remove un-actionable TODO.
Feb 4 2021, 13:58
PiRK committed rABC05a6eadd060e: gui: Remove un-actionable TODO (authored by MarcoFalke <falke.marco@gmail.com>).
gui: Remove un-actionable TODO
Feb 4 2021, 13:58
PiRK requested review of D9164: test: Remove global wait_until from p2p_getdata #.
Feb 4 2021, 09:25
PiRK accepted D9162: [backport#18861] Do not answer GETDATA for to-be-announced tx.
Feb 4 2021, 07:45
PiRK accepted D9156: [backport#16946] wallet: include a checksum of encrypted private keys.
Feb 4 2021, 07:41

Feb 3 2021

PiRK requested review of D9146: gui: Remove un-actionable TODO.
Feb 3 2021, 15:43