Page MenuHomePhabricator
Feed All Stories

Sep 9 2021

Fabien planned changes to D10077: [avalanche] Use an ordered container for stakes in the proof builder.
Sep 9 2021, 11:25
teamcity added a comment to D10077: [avalanche] Use an ordered container for stakes in the proof builder.
Sep 9 2021, 11:24
teamcity added a comment to D10077: [avalanche] Use an ordered container for stakes in the proof builder.
Sep 9 2021, 11:24
teamcity added a comment to D10077: [avalanche] Use an ordered container for stakes in the proof builder.
Sep 9 2021, 11:24
teamcity added a comment to D10077: [avalanche] Use an ordered container for stakes in the proof builder.
Sep 9 2021, 11:23
Fabien requested review of D10077: [avalanche] Use an ordered container for stakes in the proof builder.
Sep 9 2021, 11:21
Fabien updated the diff for D10076: [avalanche] Sort the stakes inside a proof.

Using a set in the proof builder is a better solution but it breaks tests for duplicated inputs, since it's no longer possible to build them with the proof builder and so it requires a bit more test tooling. This is going to happen in a follow-up diff, for now I moved the TestProofBuilder structure to avalanche/test/util.h (will be expanded for duplicate inputs) and added a comment regarding the sorting function that needs to be removed from getProofId().

Sep 9 2021, 11:10
Fabien planned changes to D10076: [avalanche] Sort the stakes inside a proof.

Going to use a std::set of stakes to keep them sorted all the time. This is more complicated to implement (and test) but more robust in the end since it enforces consistency.

Sep 9 2021, 09:49
PiRK updated the diff for D10061: Add TX_INPUTS_NOT_STANDARD to TxValidationResult.

update TX_NOT_STANDARD comment

Sep 9 2021, 08:39
PiRK requested review of D10007: rpc: Add CRPCCommand constructor which takes RPCHelpMan.
Sep 9 2021, 08:32
PiRK requested review of D10008: rpc: Assert that passed arg names are equal to hardcoded ones.
Sep 9 2021, 08:31
PiRK requested review of D10009: rpc: Add option to hide RPCArg.
Sep 9 2021, 08:31
PiRK updated the diff for D10010: rpc: Update server to use new RPCHelpMan.

it was missing an important line: add Check(request); in HandleRequest

Sep 9 2021, 08:30
Fabien added inline comments to D10076: [avalanche] Sort the stakes inside a proof.
Sep 9 2021, 07:38
Fabien requested changes to D10061: Add TX_INPUTS_NOT_STANDARD to TxValidationResult.
Sep 9 2021, 07:25
PiRK added inline comments to D10076: [avalanche] Sort the stakes inside a proof.
Sep 9 2021, 06:48
abc-bot committed rABC73875b90fe89: [Automated] Update timing.json (authored by abc-bot).
[Automated] Update timing.json
Sep 9 2021, 03:18
teamcity triaged T1839: Build Bitcoin-ABC / Nightly Builds / Health Checks / Check Seeds is broken. as Unbreak Now! priority.
Sep 9 2021, 03:03
abc-bot committed rABC7a260348c066: [Automated] Update seeds (authored by abc-bot).
[Automated] Update seeds
Sep 9 2021, 02:17
abc-bot committed rABC930e7f861362: [Automated] Update chainparams (authored by abc-bot).
[Automated] Update chainparams
Sep 9 2021, 02:08

Sep 8 2021

teamcity closed T1834: Build Bitcoin-ABC / Master / Cross Builds / Cross Build Linux AArch64 is broken. as Resolved.
Sep 8 2021, 17:02
teamcity closed T1837: Build Bitcoin-ABC / Master / Default Extended Tests is broken. as Resolved.
Sep 8 2021, 16:57
teamcity triaged T1837: Build Bitcoin-ABC / Master / Default Extended Tests is broken. as Unbreak Now! priority.
Sep 8 2021, 16:42
PiRK closed D10072: rpc: Improve addnode remove command error message.
Sep 8 2021, 16:30
PiRK committed rABC6bbc85dcd3e9: rpc: Improve addnode remove command error message (authored by Fabian Jahr <fjahr@protonmail.com>).
rpc: Improve addnode remove command error message
Sep 8 2021, 16:30
PiRK closed D10073: Cap listsinceblock target_confirmations param.
Sep 8 2021, 16:23
PiRK committed rABCae4f7c1674cf: Cap listsinceblock target_confirmations param (authored by Adam Stein <adaminsky@gmail.com>).
Cap listsinceblock target_confirmations param
Sep 8 2021, 16:23
PiRK closed D10071: [net] Add addpeeraddress RPC method.
Sep 8 2021, 16:12
PiRK committed rABC95d394f4a6e7: [net] Add addpeeraddress RPC method (authored by John Newbery <john@johnnewbery.com>).
[net] Add addpeeraddress RPC method
Sep 8 2021, 16:12
PiRK closed D10070: [test] Test that getnodeaddresses() can return all known addresses.
Sep 8 2021, 16:11
PiRK committed rABC6d3b92de8b9a: [test] Test that getnodeaddresses() can return all known addresses (authored by John Newbery <john@johnnewbery.com>).
[test] Test that getnodeaddresses() can return all known addresses
Sep 8 2021, 16:10
PiRK closed D10069: [addrman] Specify max addresses and pct when calling GetAddresses().
Sep 8 2021, 16:10
PiRK committed rABCdf5400977f87: [addrman] Specify max addresses and pct when calling GetAddresses() (authored by John Newbery <john@johnnewbery.com>).
[addrman] Specify max addresses and pct when calling GetAddresses()
Sep 8 2021, 16:10
PiRK updated the summary of D10070: [test] Test that getnodeaddresses() can return all known addresses.
Sep 8 2021, 16:08
PiRK updated the diff for D10074: rpc: document returned error fields as optional if applicable.

add parentheses

Sep 8 2021, 16:07
PiRK updated the test plan for D10075: remove argName nBlocks from estimatefee RPC command registration.
Sep 8 2021, 16:03
PiRK updated the diff for D10075: remove argName nBlocks from estimatefee RPC command registration.

remove the arg also from vRPCConvertParams

Sep 8 2021, 16:02
Fabien requested review of D10076: [avalanche] Sort the stakes inside a proof.
Sep 8 2021, 15:57
majcosta requested changes to D10075: remove argName nBlocks from estimatefee RPC command registration.

linter be mad

Sep 8 2021, 15:41
majcosta requested changes to D10074: rpc: document returned error fields as optional if applicable.
Sep 8 2021, 15:40
majcosta accepted D10073: Cap listsinceblock target_confirmations param.
Sep 8 2021, 15:37
majcosta accepted D10072: rpc: Improve addnode remove command error message.
Sep 8 2021, 15:36
majcosta accepted D10071: [net] Add addpeeraddress RPC method.
Sep 8 2021, 15:31
majcosta accepted D10070: [test] Test that getnodeaddresses() can return all known addresses.

nit: link to the specific commit in the summary is wrong, points to 3/3 rather than 2/3

Sep 8 2021, 15:26
majcosta accepted D10069: [addrman] Specify max addresses and pct when calling GetAddresses().
Sep 8 2021, 15:08
PiRK requested review of D10075: remove argName nBlocks from estimatefee RPC command registration.
Sep 8 2021, 14:19
teamcity updated the summary of D10074: rpc: document returned error fields as optional if applicable.
Sep 8 2021, 14:13
PiRK requested review of D10074: rpc: document returned error fields as optional if applicable.
Sep 8 2021, 14:13
teamcity updated the summary of D10073: Cap listsinceblock target_confirmations param.
Sep 8 2021, 13:21
PiRK requested review of D10073: Cap listsinceblock target_confirmations param.
Sep 8 2021, 13:21
teamcity updated the summary of D10072: rpc: Improve addnode remove command error message.
Sep 8 2021, 12:32
PiRK requested review of D10072: rpc: Improve addnode remove command error message.
Sep 8 2021, 12:32
PiRK updated the summary of D10069: [addrman] Specify max addresses and pct when calling GetAddresses().
Sep 8 2021, 12:23
teamcity updated the summary of D10071: [net] Add addpeeraddress RPC method.
Sep 8 2021, 12:22
PiRK requested review of D10071: [net] Add addpeeraddress RPC method.
Sep 8 2021, 12:22
teamcity updated the summary of D10070: [test] Test that getnodeaddresses() can return all known addresses.
Sep 8 2021, 12:20
PiRK requested review of D10070: [test] Test that getnodeaddresses() can return all known addresses.
Sep 8 2021, 12:20
PiRK updated the test plan for D10069: [addrman] Specify max addresses and pct when calling GetAddresses().
Sep 8 2021, 12:19
teamcity updated the summary of D10069: [addrman] Specify max addresses and pct when calling GetAddresses().
Sep 8 2021, 12:17
PiRK requested review of D10069: [addrman] Specify max addresses and pct when calling GetAddresses().
Sep 8 2021, 12:17
teamcity triaged T1834: Build Bitcoin-ABC / Master / Cross Builds / Cross Build Linux AArch64 is broken. as Unbreak Now! priority.
Sep 8 2021, 07:17
PiRK closed D10068: refactor: test: use _ variable for unused loop counters.
Sep 8 2021, 06:46
PiRK committed rABC7b81a4a8aac4: refactor: test: use _ variable for unused loop counters (authored by Sebastian Falbesoner <sebastian.falbesoner@gmail.com>).
refactor: test: use _ variable for unused loop counters
Sep 8 2021, 06:45
PiRK updated the summary of D10068: refactor: test: use _ variable for unused loop counters.
Sep 8 2021, 06:45
Klakurka moved T1695: Bump extension version and advertise it from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Sep 8 2021, 06:01 · Restricted Project
• callgirlsinamritsar updated • callgirlsinamritsar.
Sep 8 2021, 05:32

Sep 7 2021

majcosta accepted D10068: refactor: test: use _ variable for unused loop counters.
Sep 7 2021, 15:56
teamcity updated the summary of D10068: refactor: test: use _ variable for unused loop counters.
Sep 7 2021, 15:21
PiRK updated the summary of D10061: Add TX_INPUTS_NOT_STANDARD to TxValidationResult.
Sep 7 2021, 15:21
PiRK added a comment to D10068: refactor: test: use _ variable for unused loop counters.

Additional note: I had a quick look to see if there is an automated linter solution (autopep8...) for this. I couldn't find any.

Sep 7 2021, 15:19
teamcity updated the summary of D10068: refactor: test: use _ variable for unused loop counters.
Sep 7 2021, 15:16
PiRK requested review of D10068: refactor: test: use _ variable for unused loop counters.
Sep 7 2021, 15:16
teamcity closed T1829: Build Bitcoin-ABC / Master / Build without BIP70 is broken. as Resolved.
Sep 7 2021, 15:08
teamcity closed T1830: Build Bitcoin-ABC / Master / Build without ZMQ is broken. as Resolved.
Sep 7 2021, 14:51
teamcity triaged T1830: Build Bitcoin-ABC / Master / Build without ZMQ is broken. as Unbreak Now! priority.
Sep 7 2021, 14:45
teamcity triaged T1829: Build Bitcoin-ABC / Master / Build without BIP70 is broken. as Unbreak Now! priority.
Sep 7 2021, 14:44
PiRK closed D10067: Deduplicate missing parents of orphan transactions.
Sep 7 2021, 14:39
PiRK committed rABCbec895ada9fc: Deduplicate missing parents of orphan transactions (authored by Suhas Daftuar <sdaftuar@gmail.com>).
Deduplicate missing parents of orphan transactions
Sep 7 2021, 14:39
PiRK closed D10066: Rewrite parent txid loop of requested transactions.
Sep 7 2021, 14:35
PiRK committed rABC009a334cb208: Rewrite parent txid loop of requested transactions (authored by Suhas Daftuar <sdaftuar@gmail.com>).
Rewrite parent txid loop of requested transactions
Sep 7 2021, 14:35
majcosta accepted D10067: Deduplicate missing parents of orphan transactions.
Sep 7 2021, 14:12
PiRK closed D10065: test: Wait for 'cmpctblock' in p2p_compactblocks when it is expected.
Sep 7 2021, 13:56
majcosta accepted D10066: Rewrite parent txid loop of requested transactions.
Sep 7 2021, 13:55
PiRK committed rABC0a4beac5f0e8: test: Wait for 'cmpctblock' in p2p_compactblocks when it is expected (authored by Ben Woosley <ben.woosley@gmail.com>).
test: Wait for 'cmpctblock' in p2p_compactblocks when it is expected
Sep 7 2021, 13:55
PiRK closed D10063: test: Wait until is_connected in add_p2p_connection.
Sep 7 2021, 13:54
PiRK committed rABC85f7e0cf3f71: test: Wait until is_connected in add_p2p_connection (authored by MarcoFalke <falke.marco@gmail.com>).
test: Wait until is_connected in add_p2p_connection
Sep 7 2021, 13:54
PiRK closed D10064: test: use the correct DISCOURAGEMENT_THRESHOLD.
Sep 7 2021, 13:53
PiRK committed rABCd6143c343692: test: use the correct DISCOURAGEMENT_THRESHOLD (authored by PiRK).
test: use the correct DISCOURAGEMENT_THRESHOLD
Sep 7 2021, 13:53
PiRK closed D10062: doc: Replace `hidden service` with `onion service`.
Sep 7 2021, 13:52
PiRK committed rABC636042be375f: doc: Replace `hidden service` with `onion service` (authored by Riccardo Masutti <46527252+RiccardoMasutti@users.noreply.github.com>).
doc: Replace `hidden service` with `onion service`
Sep 7 2021, 13:52
PiRK closed D10060: util: use HAVE_FDATASYNC to determine fdatasync() use.
Sep 7 2021, 13:51
PiRK committed rABC89fed9b66d97: util: use HAVE_FDATASYNC to determine fdatasync() use (authored by fanquake <fanquake@gmail.com>).
util: use HAVE_FDATASYNC to determine fdatasync() use
Sep 7 2021, 13:51
PiRK closed D10059: Preserve the LockData initial state if "potential deadlock detected" exception thrown.
Sep 7 2021, 13:49
PiRK committed rABC100e3ff738e9: Preserve the LockData initial state if "potential deadlock detected" exception… (authored by Hennadii Stepanov <32963518+hebasto@users.noreply.github.com>).
Preserve the LockData initial state if "potential deadlock detected" exception…
Sep 7 2021, 13:49
PiRK closed D10058: rpc: Document getwalletinfo's unlocked_until field as optional.
Sep 7 2021, 13:48
PiRK committed rABC650a45afbcac: rpc: Document getwalletinfo's unlocked_until field as optional (authored by Justin Moon <mail@justinmoon.com>).
rpc: Document getwalletinfo's unlocked_until field as optional
Sep 7 2021, 13:48
majcosta accepted D10065: test: Wait for 'cmpctblock' in p2p_compactblocks when it is expected.
Sep 7 2021, 13:48
majcosta accepted D10063: test: Wait until is_connected in add_p2p_connection.
Sep 7 2021, 13:44
PiRK updated the summary of D10067: Deduplicate missing parents of orphan transactions.
Sep 7 2021, 13:42
teamcity updated the summary of D10067: Deduplicate missing parents of orphan transactions.
Sep 7 2021, 13:42