Page MenuHomePhabricator
Feed Advanced Search

Sep 6 2017

sickpig added inline comments to D530: Cache script execution on a per transaction basis.
Sep 6 2017, 20:04
sickpig accepted D507: Return on disk and DB independent size for the utxo set.
Sep 6 2017, 14:48

Sep 5 2017

sickpig committed rABC9a51fb18f55f: Set default space reserved for hiprio txns to 5% of max generated block size (authored by sickpig).
Set default space reserved for hiprio txns to 5% of max generated block size
Sep 5 2017, 21:06
sickpig closed D485: Set default space reserved for hiprio txns to 5% of max generated block size by committing rABC9a51fb18f55f: Set default space reserved for hiprio txns to 5% of max generated block size.
Sep 5 2017, 21:06
sickpig updated the diff for D485: Set default space reserved for hiprio txns to 5% of max generated block size.

Remove commented log statement in high_priority_transaction.py
Avoid passing config to addPriotityTxs as a parameter use the member in the object

Sep 5 2017, 21:03
sickpig added inline comments to D485: Set default space reserved for hiprio txns to 5% of max generated block size.
Sep 5 2017, 19:42
sickpig added inline comments to D485: Set default space reserved for hiprio txns to 5% of max generated block size.
Sep 5 2017, 19:30
sickpig updated the diff for D485: Set default space reserved for hiprio txns to 5% of max generated block size.

Add new nBlockPriorityPercentage globals and 2 new methods to get/set such value.
Set will also assure that the proposed value belongs to [0..100].

Sep 5 2017, 19:30
sickpig added inline comments to D485: Set default space reserved for hiprio txns to 5% of max generated block size.
Sep 5 2017, 10:08
sickpig accepted D521: Always use the parallel check codepath for block validation.

Accepted modulo the unsigned int unrelated change (but I'm good in either case) .

Sep 5 2017, 10:01
sickpig added inline comments to D521: Always use the parallel check codepath for block validation.
Sep 5 2017, 09:59
sickpig added a comment to D520: Extract the flag selection logic out of CheckBlock.

Seems ok from here, wonder if we could avoid the repetition of this check

if (VersionBitsState(pindex->pprev, consensusparams,
                     Consensus::DEPLOYMENT_CSV,
                     versionbitscache) == THRESHOLD_ACTIVE) {
Sep 5 2017, 09:51
sickpig accepted D507: Return on disk and DB independent size for the utxo set.

seems ok from here

Sep 5 2017, 09:50

Sep 4 2017

sickpig added inline comments to D484: Excessive blocks flag and mode.
Sep 4 2017, 20:43
sickpig updated the diff for D485: Set default space reserved for hiprio txns to 5% of max generated block size.

Rebase

Sep 4 2017, 16:26

Sep 3 2017

sickpig added inline comments to D485: Set default space reserved for hiprio txns to 5% of max generated block size.
Sep 3 2017, 21:02
sickpig updated the diff for D485: Set default space reserved for hiprio txns to 5% of max generated block size.

Use a int64_t var to evaluate -blockprioritypercentage input value

Sep 3 2017, 21:01
sickpig added inline comments to D485: Set default space reserved for hiprio txns to 5% of max generated block size.
Sep 3 2017, 20:43

Sep 2 2017

sickpig updated the diff for D485: Set default space reserved for hiprio txns to 5% of max generated block size.

Fix @deadalnix nits about comments

Sep 2 2017, 08:19

Sep 1 2017

sickpig added inline comments to D485: Set default space reserved for hiprio txns to 5% of max generated block size.
Sep 1 2017, 21:11
sickpig committed rABCcdb7dc95b42d: Reduce the number of nodes from 4 to 2 in `getblocktemplate_longpoll.py` (authored by sickpig).
Reduce the number of nodes from 4 to 2 in `getblocktemplate_longpoll.py`
Sep 1 2017, 16:21
sickpig closed D518: Reduce the number of nodes from 4 to 2 in `getblocktemplate_longpoll.py` by committing rABCcdb7dc95b42d: Reduce the number of nodes from 4 to 2 in `getblocktemplate_longpoll.py`.
Sep 1 2017, 16:21
sebicas awarded D485: Set default space reserved for hiprio txns to 5% of max generated block size a Like token.
Sep 1 2017, 14:59

Aug 31 2017

Herald added a reviewer for D518: Reduce the number of nodes from 4 to 2 in `getblocktemplate_longpoll.py`: Restricted Project.
Aug 31 2017, 21:46
sickpig updated the diff for D485: Set default space reserved for hiprio txns to 5% of max generated block size.

Fix bip68-sequence.py

Aug 31 2017, 21:39
sickpig updated the diff for D485: Set default space reserved for hiprio txns to 5% of max generated block size.

Fix typos in the release-notes.md

Aug 31 2017, 20:47
sickpig updated the diff for D485: Set default space reserved for hiprio txns to 5% of max generated block size.

Fix comments in high high_priority_transaction.py
Add comment in the new added test to explain the definition of the hiprio cut-off
Mention the introduction of blockprioritypercentage parameter in the release notes
Mention the deprecation of blockprioritysize parameter in the release notes
Fix python files indentation

Aug 31 2017, 20:20
sickpig added inline comments to D485: Set default space reserved for hiprio txns to 5% of max generated block size.
Aug 31 2017, 15:16
sickpig updated the diff for D485: Set default space reserved for hiprio txns to 5% of max generated block size.

Take out of WIP, added functional test to verify hiprio txns inclusion. Stop execution if -blockptioritypercentage par is out of range

Aug 31 2017, 15:14

Aug 30 2017

sickpig accepted D511: Remove unused hasModifier flag.
Aug 30 2017, 20:12

Aug 28 2017

sickpig updated the diff for D485: Set default space reserved for hiprio txns to 5% of max generated block size.

Add blockprioritypercentage parameter and remove blockprioritysize

Aug 28 2017, 21:04
sickpig added a comment to D485: Set default space reserved for hiprio txns to 5% of max generated block size.

@deadalnix as I wrote in the note I still have to add the test to verify that hiprio txns will be actually included.

Aug 28 2017, 20:58

Aug 25 2017

sickpig updated the diff for D485: Set default space reserved for hiprio txns to 5% of max generated block size.

Properly set up -blockprioritysize default

Aug 25 2017, 13:35
Herald added a reviewer for D485: Set default space reserved for hiprio txns to 5% of max generated block size: Restricted Project.
Aug 25 2017, 12:29

Aug 24 2017

sickpig accepted D481: Fixed sanitizers to compiled OK with Qt enabled.
Aug 24 2017, 12:58
sickpig accepted D480: Add fork block checkpoints and update defaultAssumedValid and min chain work (main and testnet).
Aug 24 2017, 07:42

Aug 23 2017

sickpig added a comment to D480: Add fork block checkpoints and update defaultAssumedValid and min chain work (main and testnet).

wonder if we could just add the 478559 and then rely on assumevalid to lessen the load due to validation during the sync step.

Aug 23 2017, 19:51
sickpig accepted D478: Ignore ADDR messages from non-Cash peers if on the Cash chain already.
Aug 23 2017, 10:30

Aug 21 2017

sickpig accepted D475: TRIVIAL: Fix log file message for client name to match CLIENT_NAME.
Aug 21 2017, 09:04

Aug 8 2017

sickpig added a comment to D447: Fix RPC signrawtransaction silently accepting missing amount field, make it throw an error instead AbandonedPublic.
In D447#7644, @CCulianu wrote:
Aug 8 2017, 16:44
sickpig requested changes to D447: Fix RPC signrawtransaction silently accepting missing amount field, make it throw an error instead AbandonedPublic.

It would make the review process easier if you will apply format changes in another diff.
Once the formatting diff will be merged, you could rebase this one.

Aug 8 2017, 16:32

Aug 5 2017

sickpig accepted D421: Make SCRIPT_VERIFY_STRICTENC a mandatory flag.
Aug 5 2017, 14:09
sickpig added inline comments to D423: Remove mechanism to produce a big block at fork time.
Aug 5 2017, 14:06
sickpig added a comment to D420: Fix bip68-112-113-p2p.py.

I'm ok with the changes you made, the only thing I would made differently (as I said already) is setting the new constant (UAHF_START_TIME = 2000000000)
in the test_framework/cdefs.py so that in case we need to change it we could change it only in one place. rather than in all the file u modified in this diff.

Aug 5 2017, 13:55

Aug 4 2017

sickpig added a comment to D409: Fix a bunch of rpc tests by putting uahf start time in the future.

I'm ok with the changes you made, the only thing I would made differently (as I said already) is setting the new constant (UAHF_START_TIME = 2000000000)
in the test_framework/cdefs.py so that in case we need to change it we could change it only in one place. rather than in all the file u modified in this diff.

Aug 4 2017, 20:16
sickpig added inline comments to D409: Fix a bunch of rpc tests by putting uahf start time in the future.
Aug 4 2017, 12:38
sickpig requested changes to D409: Fix a bunch of rpc tests by putting uahf start time in the future.
Aug 4 2017, 09:46
sickpig added inline comments to D409: Fix a bunch of rpc tests by putting uahf start time in the future.
Aug 4 2017, 08:36

Jul 31 2017

sickpig committed rABCacd1703bdb00: Hardcoded seeds update (authored by sickpig).
Hardcoded seeds update
Jul 31 2017, 21:01
sickpig closed D403: Hardcoded seeds update by committing rABCacd1703bdb00: Hardcoded seeds update.
Jul 31 2017, 21:01
sickpig updated the diff for D403: Hardcoded seeds update.

Fix a typo and wording

Jul 31 2017, 21:01
sickpig updated the diff for D403: Hardcoded seeds update.

Update comments in contrib/seeds/makeseeds.py

Jul 31 2017, 20:47
sickpig updated the diff for D403: Hardcoded seeds update.

Forgot to regenerate src/chainparamsseeds.h.
Make sure there is @generated in the comment in the header of src/chainparamsseeds.h.

Jul 31 2017, 20:21
sickpig committed rABC070aa40b5846: Format `contrib/seeds/generate-seeds.py` (authored by sickpig).
Format `contrib/seeds/generate-seeds.py`
Jul 31 2017, 20:04
sickpig closed D404: Format `contrib/seeds/generate-seeds.py` by committing rABC070aa40b5846: Format `contrib/seeds/generate-seeds.py`.
Jul 31 2017, 20:04
Herald added a reviewer for D404: Format `contrib/seeds/generate-seeds.py`: Restricted Project.
Jul 31 2017, 19:59
sickpig abandoned D399: Hardcoded seeds update.

Superseded by 403

Jul 31 2017, 19:10
Herald added a reviewer for D403: Hardcoded seeds update: Restricted Project.
Jul 31 2017, 19:07
sickpig committed rABCf29d9b2724ba: Exclude `src/chainparamsseeds.h` from formatting and `autopep8… (authored by sickpig).
Exclude `src/chainparamsseeds.h` from formatting and `autopep8…
Jul 31 2017, 18:54
sickpig closed D402: Exclude `src/chainparamsseeds.h` from formatting and `autopep8 contrib/seeds/makeseeds.py` by committing rABCf29d9b2724ba: Exclude `src/chainparamsseeds.h` from formatting and `autopep8….
Jul 31 2017, 18:54
sickpig updated the diff for D402: Exclude `src/chainparamsseeds.h` from formatting and `autopep8 contrib/seeds/makeseeds.py`.

Remove extraline in .arclint

Jul 31 2017, 18:53
Herald added a reviewer for D402: Exclude `src/chainparamsseeds.h` from formatting and `autopep8 contrib/seeds/makeseeds.py`: Restricted Project.
Jul 31 2017, 18:29
sickpig abandoned D401: Exclude `src/chainparamsseeds.h` from formatting and `autopep8 contrib/seeds/makeseeds.py`.

@deadalnix need to close this one cause I preapared the diff against @freetrader github repo rather than the phabricator one

Jul 31 2017, 18:14
sickpig added a comment to D399: Hardcoded seeds update.

ok got what you meant hopefully.
In https://reviews.bitcoinabc.org/D401 I've excluded src/chainparamsseeds.h from being ling and autopep8 contrib/seeds/makeseeds.py
once it's landed I'm going to rebase D399

Jul 31 2017, 17:23
Herald added a reviewer for D401: Exclude `src/chainparamsseeds.h` from formatting and `autopep8 contrib/seeds/makeseeds.py`: Restricted Project.
Jul 31 2017, 17:21
sickpig updated the diff for D399: Hardcoded seeds update.

Format makeseeds.py using autopep8 (like it was in the 1st submission)

Jul 31 2017, 16:52
sickpig added a comment to D399: Hardcoded seeds update.

what you asked then?

Jul 31 2017, 15:53
sickpig updated the diff for D399: Hardcoded seeds update.

Exclude contrib/seeds/makeseeds.py from the linting process

Jul 31 2017, 15:30
sickpig added a comment to D399: Hardcoded seeds update.

misunderstood what you meant.
going to exclude contrib/seeds/makeseeds.py from linting

Jul 31 2017, 15:24
sickpig updated the diff for D399: Hardcoded seeds update.

Exclude src/chainparamsseeds.h from linting process

Jul 31 2017, 14:06
sickpig added a comment to D399: Hardcoded seeds update.

makeseeds.py has already been linted using autopep8.

Jul 31 2017, 13:30
Herald added a reviewer for D399: Hardcoded seeds update: Restricted Project.
Jul 31 2017, 13:23

Jul 26 2017

sickpig added inline comments to D380: Add error code when increasing DoS scores.
Jul 26 2017, 23:27

Jul 25 2017

sickpig committed rABCd997f31a6487: Update Bitcoin Unlimited seeder (authored by sickpig).
Update Bitcoin Unlimited seeder
Jul 25 2017, 14:42
sickpig closed D376: Update Bitcoin Unlimited seeder by committing rABCd997f31a6487: Update Bitcoin Unlimited seeder.
Jul 25 2017, 14:42
Herald added a reviewer for D376: Update Bitcoin Unlimited seeder: Restricted Project.
Jul 25 2017, 14:32

Jul 24 2017

sickpig added a comment to D347: Update various debian packaging files.

didn't mean to accept also for the group Bitcoin ABC. is there a way to undo that part of the approval?

Jul 24 2017, 12:31
sickpig accepted D347: Update various debian packaging files.
Jul 24 2017, 12:31

Jul 17 2017

sickpig accepted D337: Bump version to 0.14.4.
Jul 17 2017, 16:55
sickpig added inline comments to D335: Update doc/release-process.md for ABC.
Jul 17 2017, 13:52

Jul 14 2017

sickpig accepted D318: Update README and Release notes for 0.14.3.

proof read, everything seems ok.

Jul 14 2017, 15:19
sickpig accepted D326: Use nullptr consistently.
Jul 14 2017, 15:13

Jul 6 2017

sickpig accepted D300: Use Bitcoin ABC instead of Core inc onfigre.ac.
Jul 6 2017, 14:35
sickpig added inline comments to D295: Update configure script for the next version.
Jul 6 2017, 08:23
sickpig added a comment to D299: [depends] miniupnpc 2.0.20170509.

Dunno if you care but I would add reference to fanquake's commit fix (af5d48c9a03182fdf121623bd98136b66d0fcb27).
Other than that the change is ok.

Jul 6 2017, 07:53

Jul 3 2017

sickpig committed rABC1201b25e80b4: Set EB value before checking for user agent string length (authored by sickpig).
Set EB value before checking for user agent string length
Jul 3 2017, 14:55
sickpig closed D293: Set EB value before checking for user agent string length by committing rABC1201b25e80b4: Set EB value before checking for user agent string length.
Jul 3 2017, 14:55
Herald added a reviewer for D293: Set EB value before checking for user agent string length: Restricted Project.
Jul 3 2017, 14:51

Jun 30 2017

sickpig committed rABC1db4ca8f354a: Check for user agent string length and trim it if necessary (authored by sickpig).
Check for user agent string length and trim it if necessary
Jun 30 2017, 06:09
sickpig closed D287: Check for user agent string length and trim it if necessary by committing rABC1db4ca8f354a: Check for user agent string length and trim it if necessary.
Jun 30 2017, 06:09

Jun 29 2017

sickpig updated the diff for D287: Check for user agent string length and trim it if necessary.

New function to add multi parameters
Add regex based test to check how userAgent() trim too long subversion string

Jun 29 2017, 14:03
sickpig updated the diff for D287: Check for user agent string length and trim it if necessary.

fix a typo
expand log aout sanitize uacomment
add a comment for ForceSetArg

Jun 29 2017, 10:23
sickpig added inline comments to D287: Check for user agent string length and trim it if necessary.
Jun 29 2017, 07:32

Jun 28 2017

sickpig updated the diff for D287: Check for user agent string length and trim it if necessary.

Add cpp test case to check max user agent string len
Format a LogPrints in net.cpp

Jun 28 2017, 19:22
sickpig planned changes to D287: Check for user agent string length and trim it if necessary.

WIP, need to add a unit test to validate userAgent return value

Jun 28 2017, 16:23
Herald added a reviewer for D287: Check for user agent string length and trim it if necessary: Restricted Project.
Jun 28 2017, 16:22

Jun 23 2017

sickpig committed rABC6c491dddb6da: Fix a crash for `abc-rpc` test. (authored by sickpig).
Fix a crash for `abc-rpc` test.
Jun 23 2017, 10:25
sickpig closed D258: Fix a crash for `abc-rpc` test. by committing rABC6c491dddb6da: Fix a crash for `abc-rpc` test..
Jun 23 2017, 10:25
Herald added a reviewer for D258: Fix a crash for `abc-rpc` test.: Restricted Project.
Jun 23 2017, 10:21
sickpig closed T49: Implement EBx indicator in coinbase messages as Resolved.

solved by D249

Jun 23 2017, 08:34