forked from bitcoin/bips
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft informational BIPs for voting pool key derivation #1
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
justusranvier
pushed a commit
to justusranvier/bips
that referenced
this pull request
Jun 19, 2015
add bitcoinJ
justusranvier
pushed a commit
to justusranvier/bips
that referenced
this pull request
Sep 18, 2015
Fix index number on BIP 111 & Formatting
justusranvier
pushed a commit
to justusranvier/bips
that referenced
this pull request
Sep 21, 2015
BIP69 edits by @dcousens
BIP109: BIP102 variation for a 2mb block size bump
Update BIP68 implementation to match spec
New PR number.
ISM: Proper case, update PR number
Correct typo
Withdraw BIP 101 proposal
- Change ReturnPaymentRequest message name to EncryptedPaymentRequest - Add Payment Request (with Store & Forward server) use-case documentation - Add initial public key retrieval ideas
…entACK messages with Store & Forward server
…blic key retrieval example
added "the identity of" to the first bullet of the abstract.
changed Justin's email back to @netki.com
changed justin's email back to @netkic.om
editied Abstract
Adding allow for store and forward servers as a way to server payment protocol
Asking matt to update use case 3 to include other mods made for store and forward servers.
BIP 9: GBT updates for versionbits
Add BIP9 assignments
BIP 141 and 145: GBT updates for SegWit
The maximum witness program size is increased from 32 to 40 bytes. This provides extra space to specify script version (for originally 16 upgradable versions to up to 16 * 2 ^ 64)
BIP141: extend max witness program size to 40 bytes
Fix typo on link to assignments
Elaborate hash function design in BIP152
More examples for BIP143
BIP143: Corrections and examples for OP_CODESEPERATOR
BIP143: private key for example
BIP143: typo fix
Allow block responses to MSG_CMPCT_BLOCK requests
add BIP39 javascript library
The threshold for should be ≥2016 for mainnet, ≥1512 for testnet. https://github.com/bitcoin/bitcoin/blob/v0.12.1/src/versionbits.cpp#L69 https://github.com/bitcoin/bitcoin/blob/v0.12.1/src/chainparams.cpp#L84 https://github.com/bitcoin/bitcoin/blob/v0.12.1/src/chainparams.cpp#L177
Clarify BIP9 threshold
jimmysong
pushed a commit
that referenced
this pull request
Oct 5, 2019
jimmysong
pushed a commit
that referenced
this pull request
Mar 20, 2020
bip-reconcil: Switch PD "license" to CC0
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
These specificiations describe the method via which voting pools members will derive keypairs.
Two standards are presented, one suitable for cold storage of bulk Bitcoins, and another that is used for for colored coins.