Skip to content

Commit

Permalink
Merge pull request #2030 from jyellick/remove-deprecated-sieve
Browse files Browse the repository at this point in the history
Remove the sieve PBFT consensus plugin and all references to it
  • Loading branch information
srderson committed Jun 28, 2016
2 parents 78fa375 + 049601f commit 03c751f
Show file tree
Hide file tree
Showing 23 changed files with 10 additions and 2,741 deletions.
16 changes: 0 additions & 16 deletions bddtests/docker-compose-4-consensus-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,6 @@ vpBase:
# The checkpoint interval in sequence numbers
- CORE_PBFT_GENERAL_K=2

vpSieve:
extends:
service: vpBase
environment:
- CORE_PEER_VALIDATOR_CONSENSUS_PLUGIN=pbft
- CORE_PBFT_GENERAL_TIMEOUT_REQUEST=10s
- CORE_PBFT_GENERAL_MODE=sieve

vpClassic:
extends:
service: vpBase
environment:
- CORE_PEER_VALIDATOR_CONSENSUS_PLUGIN=pbft
- CORE_PBFT_GENERAL_TIMEOUT_REQUEST=10s
- CORE_PBFT_GENERAL_MODE=classic

vpBatch:
extends:
service: vpBase
Expand Down
55 changes: 0 additions & 55 deletions bddtests/docker-compose-4-consensus-classic-1-byzantine.yml

This file was deleted.

54 changes: 0 additions & 54 deletions bddtests/docker-compose-4-consensus-classic.yml

This file was deleted.

55 changes: 0 additions & 55 deletions bddtests/docker-compose-4-consensus-sieve-1-byzantine.yml

This file was deleted.

54 changes: 0 additions & 54 deletions bddtests/docker-compose-4-consensus-sieve.yml

This file was deleted.

15 changes: 0 additions & 15 deletions bddtests/peer_basic.feature
Original file line number Diff line number Diff line change
Expand Up @@ -447,9 +447,7 @@ Feature: Network of Peers
Examples: Consensus Options
| ComposeFile | WaitTime |
| docker-compose-4-consensus-noops.yml | 60 |
# | docker-compose-4-consensus-classic.yml | 60 |
| docker-compose-4-consensus-batch.yml | 60 |
# | docker-compose-4-consensus-sieve.yml | 60 |


#@doNotDecompose
Expand Down Expand Up @@ -531,9 +529,7 @@ Feature: Network of Peers

Examples: Consensus Options
| ComposeFile | WaitTime |
# | docker-compose-4-consensus-classic.yml | 60 |
| docker-compose-4-consensus-batch.yml | 60 |
# | docker-compose-4-consensus-sieve.yml | 60 |


# @doNotDecompose
Expand Down Expand Up @@ -658,9 +654,7 @@ Feature: Network of Peers

Examples: Consensus Options
| ComposeFile | WaitTime |
# | docker-compose-4-consensus-classic.yml | 60 |
| docker-compose-4-consensus-batch.yml | 60 |
# | docker-compose-4-consensus-sieve.yml | 60 |

#@doNotDecompose
#@wip
Expand Down Expand Up @@ -719,9 +713,7 @@ Feature: Network of Peers

Examples: Consensus Options
| ComposeFile | WaitTime |
# | docker-compose-4-consensus-classic.yml | 60 |
| docker-compose-4-consensus-batch.yml | 60 |
# | docker-compose-4-consensus-sieve.yml | 60 |

#@doNotDecompose
#@wip
Expand Down Expand Up @@ -763,9 +755,7 @@ Feature: Network of Peers

Examples: Consensus Options
| ComposeFile | WaitTime |
# | docker-compose-4-consensus-classic.yml docker-compose-4-consensus-vp3-byzantine.yml | 60 |
| docker-compose-4-consensus-batch.yml docker-compose-4-consensus-vp3-byzantine.yml | 60 |
# | docker-compose-4-consensus-sieve.yml docker-compose-4-consensus-vp3-byzantine.yml | 60 |


#@doNotDecompose
Expand Down Expand Up @@ -861,9 +851,7 @@ Feature: Network of Peers

Examples: Consensus Options
| ComposeFile | WaitTime |
# | docker-compose-4-consensus-classic.yml | 60 |
| docker-compose-4-consensus-batch.yml | 60 |
#| docker-compose-4-consensus-sieve.yml | 60 | // TODO, this is known to be broken, pending a fix



Expand Down Expand Up @@ -935,7 +923,6 @@ Feature: Network of Peers

Examples: Consensus Options
| ComposeFile | WaitTime |
# | docker-compose-4-consensus-classic.yml | 60 |
| docker-compose-4-consensus-batch.yml | 60 |

# @doNotDecompose
Expand Down Expand Up @@ -1030,9 +1017,7 @@ Feature: Network of Peers
| vp1 | vp2 | vp3 |
Examples: Consensus Options
| ComposeFile | WaitTime |
# | docker-compose-4-consensus-classic.yml | 60 |
| docker-compose-4-consensus-batch.yml | 60 |
# | docker-compose-4-consensus-sieve.yml | 60

#@doNotDecompose
#@wip
Expand Down

0 comments on commit 03c751f

Please sign in to comment.