Page MenuHomePhabricator
Feed Advanced Search

Dec 7 2017

tomtomtom7 abandoned D665: Start refactoring txid -> txhash.
Dec 7 2017, 09:27

Nov 28 2017

tomtomtom7 added a comment to D670: Refactoring GetId() to GetHash().

There should be aa GetID *and* a GetHash. They can both do the same thing internally for now, but we need both to begin with. Then gradually move from using uint256 to TxId or TxHash which should flag the pieces of code that use the wrong one.

Nov 28 2017, 09:55

Nov 16 2017

Herald added a reviewer for D707: Refactoring txid to txhash; wallet functionality: Restricted Project.
Nov 16 2017, 15:36

Nov 13 2017

Herald added a reviewer for D672: Refactoring txid to txhash; other core functions: Restricted Project.
Nov 13 2017, 22:48
Herald added a reviewer for D671: Refactoring txid to txhash; mempool and validation: Restricted Project.
Nov 13 2017, 18:46
Herald added a reviewer for D670: Refactoring GetId() to GetHash(): Restricted Project.
Nov 13 2017, 16:22
tomtomtom7 added a comment to D665: Start refactoring txid -> txhash.

I would like to note that I still have reservations to this solution compared to the SIGHASH solution. The risk of changing the meaning of txid must be carefully considered.

Nov 13 2017, 13:51
Herald added a reviewer for D665: Start refactoring txid -> txhash: Restricted Project.
Nov 13 2017, 13:47

Oct 19 2017

tomtomtom7 added a comment to D614: MalFix: Type separation of txids to txhash and unspentid.

Thanks. I understand this is too big as I commented on slack, but I also think it's wrong and needs discussion.

Oct 19 2017, 10:09

Oct 18 2017

Herald added a reviewer for D614: MalFix: Type separation of txids to txhash and unspentid: Restricted Project.
Oct 18 2017, 08:18
tomtomtom7 updated the diff for D613: MalFix: Drop support for GetTransaction lookups using the UTXO-index.

Attempt stacking

Oct 18 2017, 08:04
tomtomtom7 updated the diff for D613: MalFix: Drop support for GetTransaction lookups using the UTXO-index.

Attempt stacking

Oct 18 2017, 07:59
Herald added a reviewer for D613: MalFix: Drop support for GetTransaction lookups using the UTXO-index: Restricted Project.
Oct 18 2017, 07:51
tomtomtom7 updated the diff for D597: MalFix: Drop lookup in UTXO set to prevent unneeded relay.

Fix linter to use clang-format-3.8

Oct 18 2017, 07:39

Oct 13 2017

Herald added a reviewer for D598: MalFix: Drop auto-requesting parents of orphans from the same peer: Restricted Project.
Oct 13 2017, 07:43
tomtomtom7 added a comment to D597: MalFix: Drop lookup in UTXO set to prevent unneeded relay.

Only change is 1079-1077. Is the policy on linter whitespace cleanup to always accept?

Oct 13 2017, 07:41
Herald added a reviewer for D597: MalFix: Drop lookup in UTXO set to prevent unneeded relay: Restricted Project.
Oct 13 2017, 07:39
tomtomtom7 added a comment to D596: Introduce SIGHASH_SPENDANYOUTPUT.

My apologies for stubbornly reopening the discussion but I believe one is still needed; hopefully short yet open. Please consider (along the arguments on the ml):

Oct 13 2017, 06:51

Oct 12 2017

Herald added a reviewer for D596: Introduce SIGHASH_SPENDANYOUTPUT: Restricted Project.
Oct 12 2017, 15:06

Oct 10 2017

tomtomtom7 accepted D595: Convert script package to use Amount struct (T104).
Oct 10 2017, 15:37
tomtomtom7 committed rABCf1a0dab0217c: Fix compile errors in Amount caused by ambiguous instantation (authored by tomtomtom7).
Fix compile errors in Amount caused by ambiguous instantation
Oct 10 2017, 15:30
tomtomtom7 closed D594: Fix compile errors in Amount caused by ambiguous instantation by committing rABCf1a0dab0217c: Fix compile errors in Amount caused by ambiguous instantation.
Oct 10 2017, 15:30
tomtomtom7 updated the diff for D594: Fix compile errors in Amount caused by ambiguous instantation.

Added include type_traits

Oct 10 2017, 15:11
tomtomtom7 updated the diff for D594: Fix compile errors in Amount caused by ambiguous instantation.

Add message to static assert

Oct 10 2017, 14:54
Herald added a reviewer for D594: Fix compile errors in Amount caused by ambiguous instantation: Restricted Project.
Oct 10 2017, 14:13

Oct 3 2017

tomtomtom7 added inline comments to D571: Implement the proposed difficulty adjustement algorithm proposed in the ML.
Oct 3 2017, 08:01

Oct 2 2017

tomtomtom7 accepted D572: Add an utility to convert string of bits from base 2^N to 2^M ..
Oct 2 2017, 19:54
tomtomtom7 added a reviewer for D572: Add an utility to convert string of bits from base 2^N to 2^M .: tomtomtom7.
Oct 2 2017, 19:53
tomtomtom7 committed rABCb0a5cc08e8da: Ensure backupwallet fails if the target is the same as the source (authored by tomtomtom7).
Ensure backupwallet fails if the target is the same as the source
Oct 2 2017, 19:45
tomtomtom7 closed D550: Ensure backupwallet fails if the target is the same as the source by committing rABCb0a5cc08e8da: Ensure backupwallet fails if the target is the same as the source.
Oct 2 2017, 19:45

Sep 25 2017

tomtomtom7 committed rABC01fccce249b4: Use a single node in high_priority_transaction test to prevent sync problems (authored by tomtomtom7).
Use a single node in high_priority_transaction test to prevent sync problems
Sep 25 2017, 20:42
tomtomtom7 closed D551: Use a single node in high_priority_transaction test to prevent sync problems by committing rABC01fccce249b4: Use a single node in high_priority_transaction test to prevent sync problems.
Sep 25 2017, 20:42

Sep 21 2017

tomtomtom7 added a comment to D550: Ensure backupwallet fails if the target is the same as the source.

I don't think I meant to "done" the comment in code. I just meant to comment on it; have to get used to the interface...

Sep 21 2017, 18:42
tomtomtom7 added inline comments to D550: Ensure backupwallet fails if the target is the same as the source.
Sep 21 2017, 18:29
tomtomtom7 added a comment to T101: add RPC command for percentage of blocksize.

Ok. I see the complexity is minimal, and the merits of the dynamic approach.

Sep 21 2017, 16:59
tomtomtom7 added a comment to T101: add RPC command for percentage of blocksize.

I am not sure why you suggest an RPC command? Why not just config?

Sep 21 2017, 12:07
Herald added a reviewer for D551: Use a single node in high_priority_transaction test to prevent sync problems: Restricted Project.
Sep 21 2017, 08:26
tomtomtom7 updated the diff for D550: Ensure backupwallet fails if the target is the same as the source.

Cleanup test to use assert_raises_jsonrpc

Sep 21 2017, 07:24
tomtomtom7 added a comment to D550: Ensure backupwallet fails if the target is the same as the source.

Could you investigate a bit more?

Sep 21 2017, 06:58

Sep 20 2017

tomtomtom7 updated the diff for D550: Ensure backupwallet fails if the target is the same as the source.
Sep 20 2017, 21:50
tomtomtom7 retitled D550: Ensure backupwallet fails if the target is the same as the source from Ensure backupwallet failse if the target is the same as the source to Ensure backupwallet fails if the target is the same as the source.
Sep 20 2017, 21:11
Herald added a reviewer for D550: Ensure backupwallet fails if the target is the same as the source: Restricted Project.
Sep 20 2017, 21:08