Page MenuHomePhabricator
Feed All Stories

Sep 22 2021

teamcity updated the summary of D10184: refactor: remove unused header <arpa/inet.h> in protocol.cpp.
Sep 22 2021, 12:56
PiRK requested review of D10184: refactor: remove unused header <arpa/inet.h> in protocol.cpp.
Sep 22 2021, 12:55
PiRK closed D10178: rawtransaction: fix argument in combinerawtransaction help message.
Sep 22 2021, 12:53
PiRK committed rABC08cf8aed1c5c: rawtransaction: fix argument in combinerawtransaction help message (authored by Matthew Zipkin <pinheadmz@gmail.com>).
rawtransaction: fix argument in combinerawtransaction help message
Sep 22 2021, 12:53
PiRK closed D10177: Avoid locking CTxMemPool::cs recursively in simple cases.
Sep 22 2021, 12:52
PiRK committed rABCee5de8785e21: Avoid locking CTxMemPool::cs recursively in simple cases (authored by Hennadii Stepanov <32963518+hebasto@users.noreply.github.com>).
Avoid locking CTxMemPool::cs recursively in simple cases
Sep 22 2021, 12:52
PiRK closed D10176: wallet: Avoid deserializing unused records when salvaging.
Sep 22 2021, 12:52
PiRK committed rABCf9d3967c192d: wallet: Avoid deserializing unused records when salvaging (authored by Andrew Chow <achow101-github@achow101.com>).
wallet: Avoid deserializing unused records when salvaging
Sep 22 2021, 12:52
teamcity updated the summary of D10183: test: Fix flaky wallet_basic test.
Sep 22 2021, 12:51
PiRK requested review of D10183: test: Fix flaky wallet_basic test.
Sep 22 2021, 12:51
teamcity updated the summary of D10182: Increase the ip address relay branching factor for unreachable networks.
Sep 22 2021, 12:46
PiRK requested review of D10182: Increase the ip address relay branching factor for unreachable networks.
Sep 22 2021, 12:46
teamcity updated the summary of D10181: refactor: Avoid duplicate map lookup in ScriptToAsmStr.
Sep 22 2021, 12:41
PiRK requested review of D10181: refactor: Avoid duplicate map lookup in ScriptToAsmStr.
Sep 22 2021, 12:41
teamcity updated the summary of D10180: rpc, cli: add network in/out connections to getnetworkinfo and -getinfo.
Sep 22 2021, 12:21
PiRK requested review of D10180: rpc, cli: add network in/out connections to getnetworkinfo and -getinfo.
Sep 22 2021, 12:21
Fabien accepted D10178: rawtransaction: fix argument in combinerawtransaction help message.
Sep 22 2021, 12:15
Fabien accepted D10177: Avoid locking CTxMemPool::cs recursively in simple cases.
Sep 22 2021, 12:15
Fabien accepted D10176: wallet: Avoid deserializing unused records when salvaging.
Sep 22 2021, 12:02
Fabien updated the summary of D10151: [avalanche] Only sign the subset of data we want to commit the stakes to.
Sep 22 2021, 10:02
Fabien updated the diff for D10151: [avalanche] Only sign the subset of data we want to commit the stakes to.

Cleanup the API by rebasing on top of D10175 and D10179.
By using a strongly typed StackCommitment it is no longer possible to sign arbitrary data.

Sep 22 2021, 10:01
Fabien requested review of D10179: [avalanche] Introduce the StakeCommitment class.
Sep 22 2021, 09:58
teamcity updated the summary of D10178: rawtransaction: fix argument in combinerawtransaction help message.
Sep 22 2021, 09:48
PiRK requested review of D10178: rawtransaction: fix argument in combinerawtransaction help message.
Sep 22 2021, 09:48
teamcity updated the summary of D10177: Avoid locking CTxMemPool::cs recursively in simple cases.
Sep 22 2021, 09:15
PiRK requested review of D10177: Avoid locking CTxMemPool::cs recursively in simple cases.
Sep 22 2021, 09:15
teamcity updated the summary of D10176: wallet: Avoid deserializing unused records when salvaging.
Sep 22 2021, 08:51
PiRK requested review of D10176: wallet: Avoid deserializing unused records when salvaging.
Sep 22 2021, 08:51
cara0812 updated cara0812.
Sep 22 2021, 08:31
cara0812 updated cara0812.
Sep 22 2021, 08:30
teamcity added a comment to D8671: Add a --descriptors option to various tests.
Sep 22 2021, 08:26
Fabien requested review of D10175: [avalanche] Deduplicate proof id computation.
Sep 22 2021, 08:26
PiRK closed D10169: test: Remove unused lock arg from BitcoinTestFramework.wait_until.
Sep 22 2021, 08:09
PiRK closed D10168: test: Rename wait until helper to wait_until_helper.
Sep 22 2021, 08:09
PiRK closed D10173: Remove unused LockAssertion struct.
Sep 22 2021, 08:08
PiRK committed rABC97af018aaa35: test: Remove unused lock arg from BitcoinTestFramework.wait_until (authored by MarcoFalke <falke.marco@gmail.com>).
test: Remove unused lock arg from BitcoinTestFramework.wait_until
Sep 22 2021, 08:08
PiRK committed rABC1c87cbc205c2: test: Rename wait until helper to wait_until_helper (authored by MarcoFalke <falke.marco@gmail.com>).
test: Rename wait until helper to wait_until_helper
Sep 22 2021, 08:08
PiRK committed rABC4e2a29533870: Remove unused LockAssertion struct (authored by Hennadii Stepanov <32963518+hebasto@users.noreply.github.com>).
Remove unused LockAssertion struct
Sep 22 2021, 08:08
PiRK closed D10172: Replace LockAssertion with a proper thread safety annotations.
Sep 22 2021, 08:08
PiRK added a reverting change for D10161: Use LockAssertion utility class instead of AssertLockHeld(): rABCa43673237b4f: Replace LockAssertion with a proper thread safety annotations.
Sep 22 2021, 08:08
PiRK committed rABCa43673237b4f: Replace LockAssertion with a proper thread safety annotations (authored by Hennadii Stepanov <32963518+hebasto@users.noreply.github.com>).
Replace LockAssertion with a proper thread safety annotations
Sep 22 2021, 08:08
PiRK closed D10171: refactor: Use explicit function type instead of template.
Sep 22 2021, 08:07
PiRK closed D10165: doc: Add best practice for annotating/asserting locks.
Sep 22 2021, 08:07
PiRK committed rABCf417c6b56780: refactor: Use explicit function type instead of template (authored by Hennadii Stepanov <32963518+hebasto@users.noreply.github.com>).
refactor: Use explicit function type instead of template
Sep 22 2021, 08:07
PiRK committed rABCac7014aca8fb: doc: Add best practice for annotating/asserting locks (authored by Hennadii Stepanov <32963518+hebasto@users.noreply.github.com>).
doc: Add best practice for annotating/asserting locks
Sep 22 2021, 08:07
PiRK closed D10164: sync.h: Make runtime lock checks require compile-time lock checks.
Sep 22 2021, 08:06
PiRK closed D10163: Do not hide compile-time thread safety warnings.
Sep 22 2021, 08:05
PiRK closed D10161: Use LockAssertion utility class instead of AssertLockHeld().
Sep 22 2021, 08:05
PiRK closed D10162: Add missed thread safety annotations.
Sep 22 2021, 08:05
PiRK committed rABC9c6e807163ad: sync.h: Make runtime lock checks require compile-time lock checks (authored by Anthony Towns <aj@erisian.com.au>).
sync.h: Make runtime lock checks require compile-time lock checks
Sep 22 2021, 08:05
PiRK committed rABC52376cedeae6: Do not hide compile-time thread safety warnings (authored by Hennadii Stepanov <32963518+hebasto@users.noreply.github.com>).
Do not hide compile-time thread safety warnings
Sep 22 2021, 08:05
PiRK committed rABC83cdc4fe2fc5: Add missed thread safety annotations (authored by Hennadii Stepanov <32963518+hebasto@users.noreply.github.com>).
Add missed thread safety annotations
Sep 22 2021, 08:05
PiRK committed rABC8ea2e27baa24: Use LockAssertion utility class instead of AssertLockHeld() (authored by Hennadii Stepanov <32963518+hebasto@users.noreply.github.com>).
Use LockAssertion utility class instead of AssertLockHeld()
Sep 22 2021, 08:05
PiRK closed D10160: Remove -zapwallettxes.
Sep 22 2021, 08:04
PiRK committed rABC64f1961e185b: Remove -zapwallettxes (authored by Andrew Chow <achow101-github@achow101.com>).
Remove -zapwallettxes
Sep 22 2021, 08:04
PiRK planned changes to D8671: Add a --descriptors option to various tests.

Still need to fix rpc_psbt.py

Sep 22 2021, 08:02
PiRK updated the diff for D8671: Add a --descriptors option to various tests.

better fix for wallet_keypool: adjust the fees more precisely to get transactions with exact fees to avoid using a change address or to spend the largest possible fee before the remaining amount is dust; add more comments about divergences from core,

Sep 22 2021, 08:01
Fabien accepted D10172: Replace LockAssertion with a proper thread safety annotations.

Apparently a linter issue

Sep 22 2021, 07:27
Fabien added inline comments to D10172: Replace LockAssertion with a proper thread safety annotations.
Sep 22 2021, 07:23
Fabien accepted D10173: Remove unused LockAssertion struct.
Sep 22 2021, 07:21
Fabien accepted D10171: refactor: Use explicit function type instead of template.
Sep 22 2021, 07:13
Fabien accepted D10165: doc: Add best practice for annotating/asserting locks.
Sep 22 2021, 07:12
Fabien updated the summary of D10173: Remove unused LockAssertion struct.
Sep 22 2021, 07:11
Fabien accepted D10164: sync.h: Make runtime lock checks require compile-time lock checks.
Sep 22 2021, 07:09
Fabien accepted D10163: Do not hide compile-time thread safety warnings.
Sep 22 2021, 07:02
Fabien accepted D10162: Add missed thread safety annotations.
Sep 22 2021, 07:01
Fabien accepted D10161: Use LockAssertion utility class instead of AssertLockHeld().
Sep 22 2021, 07:00
Fabien accepted D10174: [cashtab docs] preliminary rebrand.
Sep 22 2021, 06:57
Fabien accepted D10169: test: Remove unused lock arg from BitcoinTestFramework.wait_until.
Sep 22 2021, 06:41
Fabien updated the summary of D10169: test: Remove unused lock arg from BitcoinTestFramework.wait_until.
Sep 22 2021, 06:41
Fabien accepted D10168: test: Rename wait until helper to wait_until_helper.
Sep 22 2021, 06:40

Sep 21 2021

bytesofman updated the summary of D10174: [cashtab docs] preliminary rebrand.
Sep 21 2021, 22:18
bytesofman updated the diff for D10174: [cashtab docs] preliminary rebrand.

Adding updated screenshots and 'select fiat' instructions

Sep 21 2021, 22:18
bytesofman requested review of D10174: [cashtab docs] preliminary rebrand.
Sep 21 2021, 21:23
Fabien accepted D10160: Remove -zapwallettxes.
Sep 21 2021, 17:11
PiRK retitled D10172: Replace LockAssertion with a proper thread safety annotations from Content Marketing Best Practices for 2021 to Replace LockAssertion with a proper thread safety annotations.
Sep 21 2021, 14:45
Fabien updated the diff for D10140: [avalanche] Sign the avalanche proof.

Always sign the proof we are building. If the format is legacy then it will just be unused.

Sep 21 2021, 13:13
PiRK updated the diff for D10160: Remove -zapwallettxes.

rebase after version bump (hadle conflict in release-notes.md)

Sep 21 2021, 12:31
joeljporter updated the summary of D10172: Replace LockAssertion with a proper thread safety annotations.
Sep 21 2021, 12:30
joeljporter updated the summary of D10172: Replace LockAssertion with a proper thread safety annotations.
Sep 21 2021, 12:28
joeljporter retitled D10172: Replace LockAssertion with a proper thread safety annotations from Replace LockAssertion with a proper thread safety annotations to Content Marketing Best Practices for 2021 .
Sep 21 2021, 12:27
teamcity awarded D10172: Replace LockAssertion with a proper thread safety annotations a Haypence token.
Sep 21 2021, 12:23
PiRK added a comment to D10172: Replace LockAssertion with a proper thread safety annotations.

@bot build-tsan

Sep 21 2021, 12:23
PiRK updated the summary of D10165: doc: Add best practice for annotating/asserting locks.
Sep 21 2021, 12:22
PiRK updated the diff for D10172: Replace LockAssertion with a proper thread safety annotations.

remove accidental blank line

Sep 21 2021, 12:18
teamcity updated the summary of D10173: Remove unused LockAssertion struct.
Sep 21 2021, 12:17
PiRK requested review of D10173: Remove unused LockAssertion struct.
Sep 21 2021, 12:17
PiRK updated the summary of D10161: Use LockAssertion utility class instead of AssertLockHeld().
Sep 21 2021, 12:15
teamcity updated the summary of D10172: Replace LockAssertion with a proper thread safety annotations.
Sep 21 2021, 12:13
PiRK requested review of D10172: Replace LockAssertion with a proper thread safety annotations.
Sep 21 2021, 12:12
PiRK added a reverting change for D10161: Use LockAssertion utility class instead of AssertLockHeld(): D10172: Replace LockAssertion with a proper thread safety annotations.
Sep 21 2021, 12:12
teamcity updated the summary of D10171: refactor: Use explicit function type instead of template.
Sep 21 2021, 12:11
PiRK requested review of D10171: refactor: Use explicit function type instead of template.
Sep 21 2021, 12:10
PiRK updated the diff for D10165: doc: Add best practice for annotating/asserting locks.

remove the example that causes a linter error, as it would get removed anyway when backporting core#19979

Sep 21 2021, 12:09
Fabien closed D10170: Bump version to 0.24.3.
Sep 21 2021, 11:27
Fabien committed rABCd421819cba5e: Bump version to 0.24.3 (authored by Fabien).
Bump version to 0.24.3
Sep 21 2021, 11:27
PiRK planned changes to D10160: Remove -zapwallettxes.

Needs rebasing after D10170 is merged

Sep 21 2021, 11:14
PiRK updated the diff for D10169: test: Remove unused lock arg from BitcoinTestFramework.wait_until.

rebase include extended tests

Sep 21 2021, 11:12
PiRK updated the test plan for D10168: test: Rename wait until helper to wait_until_helper.
Sep 21 2021, 11:08
PiRK updated the diff for D10168: test: Rename wait until helper to wait_until_helper.

update a test in check-functional-extended

Sep 21 2021, 11:08