Skip to content

versionbits: the BIP.#207

Merged
luke-jr merged 4 commits intobitcoin:masterfrom
rustyrussell:master
Sep 27, 2015
Merged

versionbits: the BIP.#207
luke-jr merged 4 commits intobitcoin:masterfrom
rustyrussell:master

Conversation

@rustyrussell
Copy link
Copy Markdown
Contributor

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
@btcdrak
Copy link
Copy Markdown
Contributor

btcdrak commented Sep 24, 2015

Needs copyright attribution.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You dont need this tag if you indent the code block 4 spaces in

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
@gmaxwell
Copy link
Copy Markdown
Contributor

BIP 009

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

allowing multiple backward-compatible changes (further called called "soft forks") being deployed in parallel

allowing multiple backward-compatible changes (further called called "soft forks") to be deployed in parallel

s/being/to be/

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

฿tcDrak notifications@github.com writes:

@@ -0,0 +1,167 @@
+

+==Abstract==
+
+This document specifies a proposed change to the semantics of the 'version' field in Bitcoin blocks, allowing multiple backward-compatible changes (further called called "soft forks") being deployed in parallel. It relies on interpreting the version field as a bit vector, where each bit can be used to track an independent change. These are tallied each retarget period. Once the consensus change succeeds or times out, there is a "fallow" pause after which the bit can be reused for later changes.

allowing multiple backward-compatible changes (further called called "soft forks") being deployed in parallel

allowing multiple backward-compatible changes (further called called "soft forks") to be deployed in parallel

s/being/to be/

And s/called called/called/ :)

Thanks,
Rusty.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
luke-jr added a commit that referenced this pull request Sep 27, 2015
@luke-jr luke-jr merged commit 0299e46 into bitcoin:master Sep 27, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants