No description provided.
- #11127
pull romanornr wants to merge 23 commits into bitcoin:master from hovah:s2x changing 26 files +1149 −67-
romanornr commented at 7:15 PM on August 24, 2017: contributor
-
613fc0fd38
[consensus] Hard limit on transaction size / decouple from block size limit
Establish a fixed upper limit on serialized transactions, compatible with existing software. Decouple transaction size limit from block size limit, by avoiding derivation of tx limit from block limit.
-
d76839352f
bitcoin-tx: Decouple max-tx-size from max-block-size
Calculate limits based on tx size limits, not block size limits.
-
Addition of testnet5. b7dac7d16b
-
[qa] p2p-compactblocks, p2p-segwit: update for segwit2x 503430e0dc
-
chainparams: segwit2x deployment on testnet, regtest 394e65cbde
-
[consensus] Decouple max-tx-per-block from max-block-size 788d435259
-
[consensus] Forward port BIP102 - 2M block size increase 6414c3adef
-
consensus/consensus.h: unify fork trigger code b5154842cc
-
7a78b05e51
[consensus] Add 3-month minimum seasoning requirement for SegWit
before changing base block size.
-
[consensus] Scale block weight based on base block size 63231d0e8a
-
Cleaning up duplicate testnet segwit2x deployment block 25fbb4ad41
-
net: increase max net msg size to 8mb. 0f76866e22
-
16cafe51ac
validation: correctly pass `fSegwitSeasoned` to calls in ConnectBlock().
The way `fSegwitSeasoned` is currently passed to `MaxBlockSigopsCost` in `ConnectBlock` is inconsistent from any other calls, and creates an odd situation where sigop limits may increase before blocksize limits. This commit correctly passes in the segwit activation status within the window of the fork buffer.
-
78f101969e
[consensus] Remove flag day activation
SegWit+3m remains as the HF trigger.
-
2c32a28804
[mining] Several segwit2x seasoning differential related fixes.
Fixes #28
-
consensus.h: MAX_BLOCK_VTX warning cleanup 2e7097a008
-
chainparams: Add segwit2x DNS seeds 7518274877
-
init.cpp: add "2x" to uacomment string, for segwit2x beaa105740
-
Split hard fork test after segwit activation 17a6d4a9dd
-
Advertise NODE_SEGWIT2X service flag by default. 3a3351081f
-
7ecb554e37
segwit2x node preferential peering policy
1) Advertise node_segwit2x 2) Prefer to peer with segwit2x and, for now, segwit nodes 3) Option to disable pref peering
-
Revert disconnection of service bit (1 « 7) 41398fe743
-
fix gitian name. No rebrand a1f6c0f42b
- romanornr closed this on Aug 24, 2017
-
jonasschnelli commented at 7:16 PM on August 24, 2017: contributor
Wrong repo I guess. Strong concept NACK here.
-
TheBlueMatt commented at 7:17 PM on August 24, 2017: member
- romanornr renamed this:
Make Bitcoin Core compatible with NYA segwit2x
-
on Aug 24, 2017 - DrahtBot locked this on Sep 8, 2021
Contributors