Commit graph

12 commits

Author SHA1 Message Date
Sidem
5660fcdd27 Changed Status from 'Proposed' to 'Final' (#53)
* Changed Status from 'Proposed' to 'Final'

* Update status for dips 6, 7, 8 and 10 to Final
2019-07-31 09:18:30 -04:00
strophy
49435ff650 Typo (#47) 2019-05-17 09:14:40 -04:00
thephez
05e479a51d
Status update (#46)
* DIP2-4 Change status from Proposed to Active

* DIP2-4 Change status to Final

* DIP6-8 Change status from Proposed to Active
2019-05-08 18:23:03 -04:00
Alexander Block
e7e5939cbd Update list of implemented/supported LLMQ types (#43)
* Move "Current LLMQ types" into its own section

Shouldn't have been a sub-section of the "Finalization phase" section.

* Update/fix DIP0006 Table of Contents

* Update "Current LLMQ type" table to contain all relevant parameters
2019-05-06 08:51:37 -04:00
Alexander Block
745adcee3f Multiple updates regarding LLMQs (#42)
* Add description of new LLMQ merkle roots to DIP4

* Rename deletedMNcount -> deletedMNsCount

* Add quorumType to parameter description and DIP6 P2P messages

* Remove quorumMinMemberAge from parameter description

This was never implemented

* Rename badVotesThreshold -> quorumDkgBadVotesThreshold

* Update testing LLMQ type to LLMQ_5_60

* Better describe active LLMQs in DIP6 and DIP7

* Bump CbTx version

* Handle review comments
2019-04-29 08:20:26 -04:00
UdjinM6
60ade37fee
Describe new algo for quorum connections (#40) 2019-02-19 17:04:24 +03:00
thephez
67743489a4
[DIP6] Add llmqTypes details to qfcommit (#37)
* [DIP6] Add llmqTypes details to qfcommit

Closes #36

* [DIP6] Update LLMQ Types table

* [DIP6] Remove LLMQ_NONE from table
2018-12-27 10:21:02 -05:00
Alexander Block
0afc096282
[DIP6] Use height in special TX payload to make commitment TXs unique (#31)
* Use quorumVvecHash instead of quorumHash to make null commitments unique

quorumHash is required to identify to which quorum the commitment belongs,
so we should not change the meaning of it. Instead, use quorumVvecHash
to make null commitments unique.

* Include "height" in commitment special transaction payload

* Mention validation of the commitment payload

* Add version field and change height field to uint32_t
2018-11-27 10:42:21 +01:00
Alexander Block
52aee60048 Update DIPs regarding use of BLS12-381-reversed (#25)
* Update bls_signature_scheme.md with BLS12-381-reversed

* Update DIP3/DIP4 to use BLS operator keys

* Update DIP5 to use BLS keys for user keys

Also add the "Size" column to all serialization specs to align with other DIPs.

* Update BLS primitives serialization size in DIP6/7

* DIP3 - Correct PubKeyOperator type

* DIP4 - Correct PubKeyOperator type

* Remove trailing e from integere
2018-11-09 12:42:42 -05:00
Nathan Marley
d8149aebd3 remove h1 titles from new DIPs 6, 7 2018-09-14 10:09:21 -07:00
Nathan Marley
ca0d013b69 fix typo in dip6 (make 'connection' plural) 2018-09-10 20:30:16 -07:00
thephez
94c3c7aecb add LLMQ DIPs 6 and 7, and supporting BLS docs
also updates special TX type table
2018-09-10 09:25:36 -07:00