Page MenuHomePhabricator
Feed All Stories

May 23 2021

alcipir added a reviewer for D9568: [Cashtab] Reduce bundle size by about ~50%: bytesofman.
May 23 2021, 06:49
alcipir requested review of D9568: [Cashtab] Reduce bundle size by about ~50%.
May 23 2021, 06:47

May 22 2021

PiRK accepted D9566: Make the implementation details of TxRequestTracker use an uint256.
May 22 2021, 16:23

May 21 2021

Fabien updated the summary of D9562: Rename public interfaces from Tx to Inv in InvRequestTracker.
May 21 2021, 21:51
Fabien updated the diff for D9562: Rename public interfaces from Tx to Inv in InvRequestTracker.

Rebase

May 21 2021, 21:51
Fabien updated the summary of D9562: Rename public interfaces from Tx to Inv in InvRequestTracker.
May 21 2021, 21:51
Fabien retitled D9561: Rename txrequest.h/cpp to invrequest.h/cpp from Rename txrequest.h to invrequest.h to Rename txrequest.h/cpp to invrequest.h/cpp.
May 21 2021, 21:37
Fabien updated the diff for D9561: Rename txrequest.h/cpp to invrequest.h/cpp.

Rebase

May 21 2021, 21:37
Fabien updated the summary of D9560: Rename `tx` to `inv` in the TxRequestTracker.
May 21 2021, 21:26
Fabien updated the diff for D9560: Rename `tx` to `inv` in the TxRequestTracker.

Rebase on top of D9563

May 21 2021, 21:25
Fabien updated the summary of D9563: Turn InvRequestTracker into a template class.
May 21 2021, 21:06
Fabien updated the summary of D9563: Turn InvRequestTracker into a template class.
May 21 2021, 21:06
Fabien updated the diff for D9563: Turn InvRequestTracker into a template class.

Rebase on top of D9567

May 21 2021, 21:05
Fabien updated the diff for D9567: Abstract out the TxRequestTracker public interface.

Remvove commented code

May 21 2021, 21:00
Fabien planned changes to D9567: Abstract out the TxRequestTracker public interface.
May 21 2021, 20:55
Fabien requested review of D9567: Abstract out the TxRequestTracker public interface.
May 21 2021, 20:35
Fabien requested review of D9566: Make the implementation details of TxRequestTracker use an uint256.
May 21 2021, 19:57
PiRK closed D9544: [avalanche] introduce LimitedProofId.
May 21 2021, 18:40
PiRK committed rABCc3cb64a785f8: [avalanche] introduce LimitedProofId (authored by PiRK).
[avalanche] introduce LimitedProofId
May 21 2021, 18:40
PiRK closed D9543: [avalanche] change how the proof id is computed.
May 21 2021, 18:40
PiRK committed rABCe24d8ecdad4b: [avalanche] change how the proof id is computed (authored by PiRK).
[avalanche] change how the proof id is computed
May 21 2021, 18:40
Mengerian added a task to D9563: Turn InvRequestTracker into a template class: Unknown Object (Maniphest Task).
May 21 2021, 17:09
Mengerian added a task to D9562: Rename public interfaces from Tx to Inv in InvRequestTracker: Unknown Object (Maniphest Task).
May 21 2021, 17:09
Mengerian added a task to D9561: Rename txrequest.h/cpp to invrequest.h/cpp: Unknown Object (Maniphest Task).
May 21 2021, 17:08
Mengerian added a task to D9560: Rename `tx` to `inv` in the TxRequestTracker: Unknown Object (Maniphest Task).
May 21 2021, 17:08
Mengerian added a task to D9559: Move all implementation details from the TxRequestTracker to the header: Unknown Object (Maniphest Task).
May 21 2021, 17:02
Mengerian added a task to D9493: [avalanche] Prevent sending proof invs multiple times to the same peer: Unknown Object (Maniphest Task).
May 21 2021, 17:01
Mengerian added a task to D9554: Report and verify expirations: Unknown Object (Maniphest Task).
May 21 2021, 17:00
Mengerian added a task to D9553: Delete limitedmap as it is unused now: Unknown Object (Maniphest Task).
May 21 2021, 17:00
Mengerian added a task to D9552: Expedite removal of tx requests that are no longer needed: Unknown Object (Maniphest Task).
May 21 2021, 16:59
Mengerian added a task to D9551: Reduce MAX_PEER_TX_ANNOUNCEMENTS for non-PF_RELAY peers: Unknown Object (Maniphest Task).
May 21 2021, 16:59
Mengerian added a task to D9550: Change transaction request logic to use txrequest: Unknown Object (Maniphest Task).
May 21 2021, 16:59
Mengerian added a task to D9549: Add txrequest fuzz tests: Unknown Object (Maniphest Task).
May 21 2021, 16:00
Mengerian added a task to D9548: Add txrequest unit tests: Unknown Object (Maniphest Task).
May 21 2021, 15:59
Mengerian added a task to D9492: [avalanche] Add a sendavalancheproof RPC shell: Unknown Object (Maniphest Task).
May 21 2021, 15:58
Mengerian added a task to D9489: [avalanche] Annouce our proofs to our peers: Unknown Object (Maniphest Task).
May 21 2021, 15:52
priyapatelfun updated priyapatelfun.
May 21 2021, 10:06
PiRK updated the diff for D9543: [avalanche] change how the proof id is computed.

use an uncompressed master pubkey like in the original test, to make the diff more readable

May 21 2021, 09:18
PiRK abandoned D9509: [avalanche] Send the proof master pubkey with AVAHELLO.

Replaced by D9564 and D9565

May 21 2021, 07:24
PiRK updated the summary of D9564: [avalanche] include proof master and limited proofid in the delegation.
May 21 2021, 06:58
PiRK requested review of D9565: [avalanche] verify signature on avahello reception.
May 21 2021, 06:53
PiRK requested review of D9564: [avalanche] include proof master and limited proofid in the delegation.
May 21 2021, 06:49

May 20 2021

deadalnix requested changes to D9560: Rename `tx` to `inv` in the TxRequestTracker.

I think you'll find this doesn't working once you keep the private implementation - which you should.

May 20 2021, 22:43
deadalnix requested changes to D9559: Move all implementation details from the TxRequestTracker to the header.

So, actually, I think this is wrong.

May 20 2021, 22:42
deadalnix accepted D9561: Rename txrequest.h/cpp to invrequest.h/cpp.
May 20 2021, 22:36
deadalnix requested changes to D9563: Turn InvRequestTracker into a template class.

Not really requesting changes, but back on your queue.

May 20 2021, 22:36
deadalnix accepted D9562: Rename public interfaces from Tx to Inv in InvRequestTracker.
May 20 2021, 22:32
Fabien requested review of D9563: Turn InvRequestTracker into a template class.
May 20 2021, 19:32
Fabien requested review of D9562: Rename public interfaces from Tx to Inv in InvRequestTracker.
May 20 2021, 19:23
Fabien requested review of D9561: Rename txrequest.h/cpp to invrequest.h/cpp.
May 20 2021, 19:17
Fabien requested review of D9560: Rename `tx` to `inv` in the TxRequestTracker.
May 20 2021, 19:09
Fabien added a comment to D9559: Move all implementation details from the TxRequestTracker to the header.

Note: you can refer to D9557 to see the final result (modulo a few nits found during the diff split)

May 20 2021, 19:05
Fabien requested review of D9559: Move all implementation details from the TxRequestTracker to the header.
May 20 2021, 19:04
Fabien closed D9558: Split the cs_main lock in SendMessages.
May 20 2021, 18:51
Fabien committed rABC91bd147a0ebf: Split the cs_main lock in SendMessages (authored by Fabien).
Split the cs_main lock in SendMessages
May 20 2021, 18:51
Mengerian closed T1346: davidoff cigarettes usa as Invalid.
May 20 2021, 18:09
deadalnix accepted D9543: [avalanche] change how the proof id is computed.
May 20 2021, 16:26
deadalnix accepted D9558: Split the cs_main lock in SendMessages.
May 20 2021, 16:26
PiRK planned changes to D9509: [avalanche] Send the proof master pubkey with AVAHELLO.

Working on adding all the data needed to verify the delegation inside the delegation.

May 20 2021, 15:42
teamcity awarded D9558: Split the cs_main lock in SendMessages a Haypence token.
May 20 2021, 15:27
Fabien added a comment to D9558: Split the cs_main lock in SendMessages.

@bot build-tsan

May 20 2021, 15:27
Fabien requested review of D9558: Split the cs_main lock in SendMessages.
May 20 2021, 15:21
Fabien closed D9554: Report and verify expirations.
May 20 2021, 15:18
Fabien committed rABC18e8a1f0c9cf: Report and verify expirations (authored by Pieter Wuille <pieter@wuille.net>).
Report and verify expirations
May 20 2021, 15:18
Fabien closed D9553: Delete limitedmap as it is unused now.
May 20 2021, 15:17
Fabien committed rABC7f677c72ca3f: Delete limitedmap as it is unused now (authored by Pieter Wuille <pieter@wuille.net>).
Delete limitedmap as it is unused now
May 20 2021, 15:17
Fabien closed D9552: Expedite removal of tx requests that are no longer needed.
May 20 2021, 15:16
Fabien committed rABCd15c768f7c58: Expedite removal of tx requests that are no longer needed (authored by Pieter Wuille <pieter@wuille.net>).
Expedite removal of tx requests that are no longer needed
May 20 2021, 15:16
Fabien closed D9551: Reduce MAX_PEER_TX_ANNOUNCEMENTS for non-PF_RELAY peers.
May 20 2021, 15:14
Fabien committed rABC530648e3d421: Reduce MAX_PEER_TX_ANNOUNCEMENTS for non-PF_RELAY peers (authored by Pieter Wuille <pieter@wuille.net>).
Reduce MAX_PEER_TX_ANNOUNCEMENTS for non-PF_RELAY peers
May 20 2021, 15:14
Fabien closed D9550: Change transaction request logic to use txrequest.
May 20 2021, 15:13
Fabien committed rABC984c943817e2: Change transaction request logic to use txrequest (authored by Pieter Wuille <pieter@wuille.net>).
Change transaction request logic to use txrequest
May 20 2021, 15:13
Fabien closed D9549: Add txrequest fuzz tests.
May 20 2021, 15:09
Fabien committed rABCececd2475c1c: Add txrequest fuzz tests (authored by Pieter Wuille <pieter@wuille.net>).
Add txrequest fuzz tests
May 20 2021, 15:09
Fabien closed D9548: Add txrequest unit tests.
May 20 2021, 15:08
Fabien committed rABC47c22190498b: Add txrequest unit tests (authored by Pieter Wuille <pieter@wuille.net>).
Add txrequest unit tests
May 20 2021, 15:08
Fabien closed D9547: Add txrequest module.
May 20 2021, 15:04
Fabien committed rABC07731aaf057e: Add txrequest module (authored by Pieter Wuille <pieter@wuille.net>).
Add txrequest module
May 20 2021, 15:04
PiRK updated the diff for D9543: [avalanche] change how the proof id is computed.

try to change as little data as possible in the previous tests.

May 20 2021, 11:25
deadalnix requested changes to D9557: Make the TxRequestTracker a templated InvRequestTracker.
May 20 2021, 10:19
Fabien requested review of D9557: Make the TxRequestTracker a templated InvRequestTracker.
May 20 2021, 07:01
majcosta accepted D9549: Add txrequest fuzz tests.
May 20 2021, 03:56
majcosta accepted D9548: Add txrequest unit tests.
May 20 2021, 03:54
majcosta accepted D9547: Add txrequest module.
May 20 2021, 03:44
abc-bot committed rABCe19236bb502f: [Automated] Update timing.json (authored by abc-bot).
[Automated] Update timing.json
May 20 2021, 03:20
abc-bot committed rABC4b331f78aa2f: [Automated] Update chainparams (authored by abc-bot).
[Automated] Update chainparams
May 20 2021, 02:16
abc-bot committed rABC4c6c78cdd86b: [Automated] Update seeds (authored by abc-bot).
[Automated] Update seeds
May 20 2021, 02:11
Joey King <joseph.roy.king@gmail.com> closed D9555: [Cashtab] Reduce default fee.
May 20 2021, 02:01
Joey King <joseph.roy.king@gmail.com> committed rABC8c6c3f45be2b: [Cashtab] Reduce default fee (authored by Joey King <joseph.roy.king@gmail.com>).
[Cashtab] Reduce default fee
May 20 2021, 02:01
majcosta accepted D9555: [Cashtab] Reduce default fee.
May 20 2021, 01:29

May 19 2021

deadalnix requested changes to D9509: [avalanche] Send the proof master pubkey with AVAHELLO.
May 19 2021, 23:17
Mengerian closed D9556: [website] Fix BCH donation address explorer link.
May 19 2021, 21:53
Mengerian committed rABCWEBb957a1b44db2: [website] Fix BCH donation address explorer link (authored by Mengerian).
[website] Fix BCH donation address explorer link
May 19 2021, 21:53
majcosta accepted D9556: [website] Fix BCH donation address explorer link.
May 19 2021, 20:36
Mengerian requested review of D9556: [website] Fix BCH donation address explorer link.
May 19 2021, 19:22
PiRK accepted D9554: Report and verify expirations.
May 19 2021, 14:37
PiRK accepted D9553: Delete limitedmap as it is unused now.
May 19 2021, 14:31
PiRK accepted D9552: Expedite removal of tx requests that are no longer needed.
May 19 2021, 14:30
PiRK accepted D9551: Reduce MAX_PEER_TX_ANNOUNCEMENTS for non-PF_RELAY peers.
May 19 2021, 14:27
PiRK accepted D9550: Change transaction request logic to use txrequest.
May 19 2021, 13:49