sipa / bitcoin

Bitcoin integration/staging tree
http://www.bitcoin.org
MIT License
88 stars 21 forks source link

Segwit3 #30

Closed sipa closed 8 years ago

CodeShark commented 8 years ago

@sipa why merge with your main branch now?

sipa commented 8 years ago

?

sdaftuar commented 8 years ago

Since a WITNESS_BLOCK's serialized length is now bounded at 4MB, don't we need to bump MAX_PROTOCOL_MESSAGE_LENGTH (currently 2MB) so that there's not a discrepancy about the validity of a block based on how it arrives at the node? I haven't tested yet but I assume I could use submitblock over RPC to get a block that would be too big to successfully relay, yet be considered valid.

sipa commented 8 years ago

Suhas: right, another thing to put on the todo list.

sipa commented 8 years ago

Going to move main development to the segwit branch.