diff options
author | Linus Nordberg <linus@nordu.net> | 2017-03-01 09:53:28 +0100 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2017-03-01 09:53:28 +0100 |
commit | 163fdaeaf8fc1bc43923420309ba4a6b3ef51e11 (patch) | |
tree | 9cc294be742eedc5a506c03279bd3d4a6726b91c /NEWS.md | |
parent | eb3f705c39e022bf3d07c27d6e5b8ddfed638992 (diff) | |
parent | 088ef3596d44b5c4bd5eec03296ca78fd86b7a88 (diff) |
Merge branch 'map-storage-signature'
Conflicts:
NEWS.md
Diffstat (limited to 'NEWS.md')
-rw-r--r-- | NEWS.md | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -1,4 +1,13 @@ -# Changes in catlfish 0.10.1-dev +# Changes in catlfish 1.0.1-alpha-dev + +## Features + +- New configuration option 'storage-sign-quorum-size' determines the + minimum number of storage nodes successfully storing an entry in + order for signing nodes to generate an SCT for it. This prevents a + rouge frontend node from sending out an SCT for an entry that will + never be merged. An effect of this is that the SCT cache is now + mandatory and can not be disabled. ## Bug fixes |