tree: 2b83d40ca357e6a16252c3bba9624bd7bc61b9ca [path history] [tgz]
  1. BUILD
  2. checkpoint_manager.cpp
  3. checkpoint_manager.h
  4. checkpoint_manager_test.cpp
  5. commitment.cpp
  6. commitment.h
  7. commitment_test.cpp
  8. consensus_manager_pbft.cpp
  9. consensus_manager_pbft.h
  10. lock_free_collector_pool.cpp
  11. lock_free_collector_pool.h
  12. lock_free_collector_pool_test.cpp
  13. message_manager.cpp
  14. message_manager.h
  15. mock_checkpoint_manager.h
  16. performance_manager.cpp
  17. performance_manager.h
  18. pre_very_consensus_service_pbft.h
  19. query.cpp
  20. query.h
  21. query_test.cpp
  22. README.md
  23. response_manager.cpp
  24. response_manager.h
  25. response_manager_test.cpp
  26. transaction_collector.cpp
  27. transaction_collector.h
  28. transaction_collector_test.cpp
  29. transaction_utils.cpp
  30. transaction_utils.h
  31. viewchange_manager.cpp
  32. viewchange_manager.h
  33. viewchange_manager_test.cpp
platform/consensus/ordering/pbft/README.md

Licensed to the Apache Software Foundation (ASF) under one

or more contributor license agreements. See the NOTICE file

distributed with this work for additional information

regarding copyright ownership. The ASF licenses this file

to you under the Apache License, Version 2.0 (the

“License”); you may not use this file except in compliance

with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing,

software distributed under the License is distributed on an

“AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY

KIND, either express or implied. See the License for the

specific language governing permissions and limitations

under the License.

PBFT Consensus Flow Charts

New Client Request

Process New Request

Pre-prepare Phase

Preparing Phase

Commiting Phase

Ordering Thread