diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..0b9f517c8fd473fa9e2216f88e015c8e30bb88a3 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +bin/bftsmart diff --git a/bin/BFT-SMaRt.jar b/bin/BFT-SMaRt.jar index 185a1d0c61d5269a258080cfe4a69c1c84e54334..07e67e9db056579180bc23805ffd600583a8b5bf 100644 Binary files a/bin/BFT-SMaRt.jar and b/bin/BFT-SMaRt.jar differ diff --git a/bin/bftsmart/clientsmanagement/ClientData.class b/bin/bftsmart/clientsmanagement/ClientData.class deleted file mode 100644 index d6a3facc8bc230c9e731616b8c8bc60383ba0a14..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/clientsmanagement/ClientData.class and /dev/null differ diff --git a/bin/bftsmart/clientsmanagement/ClientsManager.class b/bin/bftsmart/clientsmanagement/ClientsManager.class deleted file mode 100644 index e11ae2283769369ffa6be6f32b5f77d9ba2289f6..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/clientsmanagement/ClientsManager.class and /dev/null differ diff --git a/bin/bftsmart/clientsmanagement/RequestList.class b/bin/bftsmart/clientsmanagement/RequestList.class deleted file mode 100644 index 55ff60acee6cc44d348f88a6138418e77ca6f30f..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/clientsmanagement/RequestList.class and /dev/null differ diff --git a/bin/bftsmart/communication/MessageHandler.class b/bin/bftsmart/communication/MessageHandler.class deleted file mode 100644 index b22bcfe87bd8a17facc7cc2243adfa9b3a89b716..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/communication/MessageHandler.class and /dev/null differ diff --git a/bin/bftsmart/communication/ServerCommunicationSystem.class b/bin/bftsmart/communication/ServerCommunicationSystem.class deleted file mode 100644 index 14cf1f2be4498656c61622394364be2130cc31b2..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/communication/ServerCommunicationSystem.class and /dev/null differ diff --git a/bin/bftsmart/communication/SystemMessage.class b/bin/bftsmart/communication/SystemMessage.class deleted file mode 100644 index 5753beacde5c982a296f2bfe2a76cd7c6648375c..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/communication/SystemMessage.class and /dev/null differ diff --git a/bin/bftsmart/communication/client/CommunicationSystemClientSide.class b/bin/bftsmart/communication/client/CommunicationSystemClientSide.class deleted file mode 100644 index 4165810560f6cf5d014b545a194abdc8243a7349..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/communication/client/CommunicationSystemClientSide.class and /dev/null differ diff --git a/bin/bftsmart/communication/client/CommunicationSystemClientSideFactory.class b/bin/bftsmart/communication/client/CommunicationSystemClientSideFactory.class deleted file mode 100644 index a92793cf1f1d344069607a2cb640fbee90d21cd5..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/communication/client/CommunicationSystemClientSideFactory.class and /dev/null differ diff --git a/bin/bftsmart/communication/client/CommunicationSystemServerSide.class b/bin/bftsmart/communication/client/CommunicationSystemServerSide.class deleted file mode 100644 index cb7e8e82ee063abda46c5254c8caeee43b16f264..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/communication/client/CommunicationSystemServerSide.class and /dev/null differ diff --git a/bin/bftsmart/communication/client/CommunicationSystemServerSideFactory.class b/bin/bftsmart/communication/client/CommunicationSystemServerSideFactory.class deleted file mode 100644 index 14ca408fc71cdec2018aca24e03ec9cfbd4d93c5..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/communication/client/CommunicationSystemServerSideFactory.class and /dev/null differ diff --git a/bin/bftsmart/communication/client/ReplyListener.class b/bin/bftsmart/communication/client/ReplyListener.class deleted file mode 100644 index 404cc57c081af1206a7f0a8ae36dbfc49c1caf07..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/communication/client/ReplyListener.class and /dev/null differ diff --git a/bin/bftsmart/communication/client/ReplyReceiver.class b/bin/bftsmart/communication/client/ReplyReceiver.class deleted file mode 100644 index 818afaa6e2e9a8f81387e290581e88ca17e2e5fb..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/communication/client/ReplyReceiver.class and /dev/null differ diff --git a/bin/bftsmart/communication/client/RequestReceiver.class b/bin/bftsmart/communication/client/RequestReceiver.class deleted file mode 100644 index 3a31bf26737201c896ed40194f6b566242634c82..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/communication/client/RequestReceiver.class and /dev/null differ diff --git a/bin/bftsmart/communication/client/netty/NettyClientPipelineFactory.class b/bin/bftsmart/communication/client/netty/NettyClientPipelineFactory.class deleted file mode 100644 index 68beba042acb2dfc60134b0d1b10298fb01bd035..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/communication/client/netty/NettyClientPipelineFactory.class and /dev/null differ diff --git a/bin/bftsmart/communication/client/netty/NettyClientServerCommunicationSystemClientSide$1.class b/bin/bftsmart/communication/client/netty/NettyClientServerCommunicationSystemClientSide$1.class deleted file mode 100644 index 972e35e657cd58221e525a62865fe1d70c9fc96c..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/communication/client/netty/NettyClientServerCommunicationSystemClientSide$1.class and /dev/null differ diff --git a/bin/bftsmart/communication/client/netty/NettyClientServerCommunicationSystemClientSide$2.class b/bin/bftsmart/communication/client/netty/NettyClientServerCommunicationSystemClientSide$2.class deleted file mode 100644 index 03385465a921147fa6f45f01f0aa20522069d2c6..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/communication/client/netty/NettyClientServerCommunicationSystemClientSide$2.class and /dev/null differ diff --git a/bin/bftsmart/communication/client/netty/NettyClientServerCommunicationSystemClientSide$SyncListener.class b/bin/bftsmart/communication/client/netty/NettyClientServerCommunicationSystemClientSide$SyncListener.class deleted file mode 100644 index 6c69923b1fc65c0d25928813125bc49249c150a8..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/communication/client/netty/NettyClientServerCommunicationSystemClientSide$SyncListener.class and /dev/null differ diff --git a/bin/bftsmart/communication/client/netty/NettyClientServerCommunicationSystemClientSide.class b/bin/bftsmart/communication/client/netty/NettyClientServerCommunicationSystemClientSide.class deleted file mode 100644 index bca873a087deb9efbfd1f6c494ce4c10661422ea..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/communication/client/netty/NettyClientServerCommunicationSystemClientSide.class and /dev/null differ diff --git a/bin/bftsmart/communication/client/netty/NettyClientServerCommunicationSystemServerSide$1.class b/bin/bftsmart/communication/client/netty/NettyClientServerCommunicationSystemServerSide$1.class deleted file mode 100644 index a6ca8f531b55b076a807c12260bddc452581cc6b..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/communication/client/netty/NettyClientServerCommunicationSystemServerSide$1.class and /dev/null differ diff --git a/bin/bftsmart/communication/client/netty/NettyClientServerCommunicationSystemServerSide$2.class b/bin/bftsmart/communication/client/netty/NettyClientServerCommunicationSystemServerSide$2.class deleted file mode 100644 index cef23c60e11f5ae9d2a6b20c443ca19cc782b68f..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/communication/client/netty/NettyClientServerCommunicationSystemServerSide$2.class and /dev/null differ diff --git a/bin/bftsmart/communication/client/netty/NettyClientServerCommunicationSystemServerSide.class b/bin/bftsmart/communication/client/netty/NettyClientServerCommunicationSystemServerSide.class deleted file mode 100644 index 96eaf26b93bd149430f79419bb087e0dda3e048a..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/communication/client/netty/NettyClientServerCommunicationSystemServerSide.class and /dev/null differ diff --git a/bin/bftsmart/communication/client/netty/NettyClientServerSession.class b/bin/bftsmart/communication/client/netty/NettyClientServerSession.class deleted file mode 100644 index 43659695940eb61dfc91b6059f3c0ade6b6210c3..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/communication/client/netty/NettyClientServerSession.class and /dev/null differ diff --git a/bin/bftsmart/communication/client/netty/NettyServerPipelineFactory.class b/bin/bftsmart/communication/client/netty/NettyServerPipelineFactory.class deleted file mode 100644 index 90bac0bb1638cf4fa5a4f91f5894e490f1bf4444..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/communication/client/netty/NettyServerPipelineFactory.class and /dev/null differ diff --git a/bin/bftsmart/communication/client/netty/NettyTOMMessageDecoder.class b/bin/bftsmart/communication/client/netty/NettyTOMMessageDecoder.class deleted file mode 100644 index 7654ded0037cc16b1d4c2497cc9c7060c3466361..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/communication/client/netty/NettyTOMMessageDecoder.class and /dev/null differ diff --git a/bin/bftsmart/communication/client/netty/NettyTOMMessageEncoder.class b/bin/bftsmart/communication/client/netty/NettyTOMMessageEncoder.class deleted file mode 100644 index 056583652dd1cd6338656d881bf7ddb6d36b3073..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/communication/client/netty/NettyTOMMessageEncoder.class and /dev/null differ diff --git a/bin/bftsmart/communication/server/ServerConnection$ReceiverThread.class b/bin/bftsmart/communication/server/ServerConnection$ReceiverThread.class deleted file mode 100644 index 785980830b656f46d18a3394173fb2c888ec3c00..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/communication/server/ServerConnection$ReceiverThread.class and /dev/null differ diff --git a/bin/bftsmart/communication/server/ServerConnection$SenderThread.class b/bin/bftsmart/communication/server/ServerConnection$SenderThread.class deleted file mode 100644 index c17c75437887bbb566ae47fc2970afbeb030a9c9..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/communication/server/ServerConnection$SenderThread.class and /dev/null differ diff --git a/bin/bftsmart/communication/server/ServerConnection$TTPReceiverThread.class b/bin/bftsmart/communication/server/ServerConnection$TTPReceiverThread.class deleted file mode 100644 index ab9792c8061cca4e5cb68b80df5a6c6bece35d26..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/communication/server/ServerConnection$TTPReceiverThread.class and /dev/null differ diff --git a/bin/bftsmart/communication/server/ServerConnection.class b/bin/bftsmart/communication/server/ServerConnection.class deleted file mode 100644 index 2ef108796c7db567ca928130dfd8ea364c94449d..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/communication/server/ServerConnection.class and /dev/null differ diff --git a/bin/bftsmart/communication/server/ServersCommunicationLayer$PendingConnection.class b/bin/bftsmart/communication/server/ServersCommunicationLayer$PendingConnection.class deleted file mode 100644 index dbf0d768a8c6ed58713ca658df35a0a4f6de504d..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/communication/server/ServersCommunicationLayer$PendingConnection.class and /dev/null differ diff --git a/bin/bftsmart/communication/server/ServersCommunicationLayer.class b/bin/bftsmart/communication/server/ServersCommunicationLayer.class deleted file mode 100644 index 53e8261681a0fe7ee8eaa9be7a93aa40f73a16bf..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/communication/server/ServersCommunicationLayer.class and /dev/null differ diff --git a/bin/bftsmart/communication/server/Test.class b/bin/bftsmart/communication/server/Test.class deleted file mode 100644 index ee4c44d2282289a83fbb82e64b6f172480c2bdf8..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/communication/server/Test.class and /dev/null differ diff --git a/bin/bftsmart/communication/server/TestSerialization.class b/bin/bftsmart/communication/server/TestSerialization.class deleted file mode 100644 index 8afbf322cea0782704d77f901ad842006c1ae62a..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/communication/server/TestSerialization.class and /dev/null differ diff --git a/bin/bftsmart/consensus/Consensus.class b/bin/bftsmart/consensus/Consensus.class deleted file mode 100644 index 5912a1feb92177691ae11c38c90783b6283fc210..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/consensus/Consensus.class and /dev/null differ diff --git a/bin/bftsmart/consensus/Decision.class b/bin/bftsmart/consensus/Decision.class deleted file mode 100644 index dae74b682ef6cb79cd4c7c2943aa04c7e1987e8b..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/consensus/Decision.class and /dev/null differ diff --git a/bin/bftsmart/consensus/Epoch.class b/bin/bftsmart/consensus/Epoch.class deleted file mode 100644 index b54ba787e01f5a1f1f668ed4fe1ad74f62e3c000..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/consensus/Epoch.class and /dev/null differ diff --git a/bin/bftsmart/consensus/TimestampValuePair.class b/bin/bftsmart/consensus/TimestampValuePair.class deleted file mode 100644 index 28e316d7ca710ca71ab11c0bc6f7c1aaf046c319..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/consensus/TimestampValuePair.class and /dev/null differ diff --git a/bin/bftsmart/consensus/messages/ConsensusMessage.class b/bin/bftsmart/consensus/messages/ConsensusMessage.class deleted file mode 100644 index 6172f4ef387eaba1bf6500ba2ddc3a7bf80d2ae7..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/consensus/messages/ConsensusMessage.class and /dev/null differ diff --git a/bin/bftsmart/consensus/messages/MessageFactory.class b/bin/bftsmart/consensus/messages/MessageFactory.class deleted file mode 100644 index 061e4776eb147a13569a4a12744be825d3d97002..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/consensus/messages/MessageFactory.class and /dev/null differ diff --git a/bin/bftsmart/consensus/roles/Acceptor.class b/bin/bftsmart/consensus/roles/Acceptor.class deleted file mode 100644 index 696cfc9e6a6de44a911603561ce862c9a5246251..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/consensus/roles/Acceptor.class and /dev/null differ diff --git a/bin/bftsmart/consensus/roles/Proposer.class b/bin/bftsmart/consensus/roles/Proposer.class deleted file mode 100644 index d4102725e701d0fa673fe5e53925caf32a3349a3..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/consensus/roles/Proposer.class and /dev/null differ diff --git a/bin/bftsmart/demo/counter/CounterClient.class b/bin/bftsmart/demo/counter/CounterClient.class deleted file mode 100644 index 048f9b82aa86a2b15c002c7854bf10d22894ed4e..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/demo/counter/CounterClient.class and /dev/null differ diff --git a/bin/bftsmart/demo/counter/CounterServer.class b/bin/bftsmart/demo/counter/CounterServer.class deleted file mode 100644 index fd879ee9a5cc97e980e985b7630383819f715af0..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/demo/counter/CounterServer.class and /dev/null differ diff --git a/bin/bftsmart/demo/microbenchmarks/AsyncLatencyClient$Client$1.class b/bin/bftsmart/demo/microbenchmarks/AsyncLatencyClient$Client$1.class deleted file mode 100644 index e4dc573b44a6351678f4935f60860a0d90ce5623..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/demo/microbenchmarks/AsyncLatencyClient$Client$1.class and /dev/null differ diff --git a/bin/bftsmart/demo/microbenchmarks/AsyncLatencyClient$Client.class b/bin/bftsmart/demo/microbenchmarks/AsyncLatencyClient$Client.class deleted file mode 100644 index 9fc586901f3a75898424046c4194c8d30f43146e..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/demo/microbenchmarks/AsyncLatencyClient$Client.class and /dev/null differ diff --git a/bin/bftsmart/demo/microbenchmarks/AsyncLatencyClient.class b/bin/bftsmart/demo/microbenchmarks/AsyncLatencyClient.class deleted file mode 100644 index 1ed1abefac929656f4a1a0cdb7184e09ccb47799..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/demo/microbenchmarks/AsyncLatencyClient.class and /dev/null differ diff --git a/bin/bftsmart/demo/microbenchmarks/LatencyClient.class b/bin/bftsmart/demo/microbenchmarks/LatencyClient.class deleted file mode 100644 index 09add87cb9c1a787d23b4a5d68b98abe4ab6b2a1..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/demo/microbenchmarks/LatencyClient.class and /dev/null differ diff --git a/bin/bftsmart/demo/microbenchmarks/LatencyServer.class b/bin/bftsmart/demo/microbenchmarks/LatencyServer.class deleted file mode 100644 index ae04ce51d8a017c3d1443a169958a10608e500de..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/demo/microbenchmarks/LatencyServer.class and /dev/null differ diff --git a/bin/bftsmart/demo/microbenchmarks/ThroughputLatencyClient$Client.class b/bin/bftsmart/demo/microbenchmarks/ThroughputLatencyClient$Client.class deleted file mode 100644 index 6a3e770bdec2e63ffcd10d6f91607550f96c7e5e..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/demo/microbenchmarks/ThroughputLatencyClient$Client.class and /dev/null differ diff --git a/bin/bftsmart/demo/microbenchmarks/ThroughputLatencyClient.class b/bin/bftsmart/demo/microbenchmarks/ThroughputLatencyClient.class deleted file mode 100644 index 6c67c067e43c71111f9505be90e09f2686a079f7..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/demo/microbenchmarks/ThroughputLatencyClient.class and /dev/null differ diff --git a/bin/bftsmart/demo/microbenchmarks/ThroughputLatencyServer.class b/bin/bftsmart/demo/microbenchmarks/ThroughputLatencyServer.class deleted file mode 100644 index a2f0bb471ee4ca0da39f2eaa6ac18fed74c58a0a..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/demo/microbenchmarks/ThroughputLatencyServer.class and /dev/null differ diff --git a/bin/bftsmart/demo/ycsb/YCSBClient.class b/bin/bftsmart/demo/ycsb/YCSBClient.class deleted file mode 100644 index 8078adb9e2163a485c2c75e5006adbd73aa1d6c7..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/demo/ycsb/YCSBClient.class and /dev/null differ diff --git a/bin/bftsmart/demo/ycsb/YCSBMessage$Entity.class b/bin/bftsmart/demo/ycsb/YCSBMessage$Entity.class deleted file mode 100644 index 1c6023ecac9d745ec3b8de922c6dd01a20f3e776..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/demo/ycsb/YCSBMessage$Entity.class and /dev/null differ diff --git a/bin/bftsmart/demo/ycsb/YCSBMessage$Type.class b/bin/bftsmart/demo/ycsb/YCSBMessage$Type.class deleted file mode 100644 index 833654da85167a809142e3bd8db04d668286182e..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/demo/ycsb/YCSBMessage$Type.class and /dev/null differ diff --git a/bin/bftsmart/demo/ycsb/YCSBMessage.class b/bin/bftsmart/demo/ycsb/YCSBMessage.class deleted file mode 100644 index c3d0f9846ff05d218e2dc9cd45969832314af59b..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/demo/ycsb/YCSBMessage.class and /dev/null differ diff --git a/bin/bftsmart/demo/ycsb/YCSBServer$1.class b/bin/bftsmart/demo/ycsb/YCSBServer$1.class deleted file mode 100644 index da0fd215a04e8463b7a21b8046aef0d0f46f6c0b..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/demo/ycsb/YCSBServer$1.class and /dev/null differ diff --git a/bin/bftsmart/demo/ycsb/YCSBServer.class b/bin/bftsmart/demo/ycsb/YCSBServer.class deleted file mode 100644 index 0c6832556be1487aef106575f113f2ce8d871927..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/demo/ycsb/YCSBServer.class and /dev/null differ diff --git a/bin/bftsmart/demo/ycsb/YCSBTable.class b/bin/bftsmart/demo/ycsb/YCSBTable.class deleted file mode 100644 index 382ebeee358f79c5689512fa92301423abd2fe7c..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/demo/ycsb/YCSBTable.class and /dev/null differ diff --git a/bin/bftsmart/reconfiguration/ClientViewController.class b/bin/bftsmart/reconfiguration/ClientViewController.class deleted file mode 100644 index 830df2eda44077cb135899e2ca960d4c062c210f..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/reconfiguration/ClientViewController.class and /dev/null differ diff --git a/bin/bftsmart/reconfiguration/Reconfiguration.class b/bin/bftsmart/reconfiguration/Reconfiguration.class deleted file mode 100644 index 3b5a497ae61cd0b3eda5fc3952ae3b85ce0484f6..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/reconfiguration/Reconfiguration.class and /dev/null differ diff --git a/bin/bftsmart/reconfiguration/ReconfigurationTest.class b/bin/bftsmart/reconfiguration/ReconfigurationTest.class deleted file mode 100644 index d7e777caab84105cbdd4e4028137f3074090ec6c..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/reconfiguration/ReconfigurationTest.class and /dev/null differ diff --git a/bin/bftsmart/reconfiguration/ReconfigureReply.class b/bin/bftsmart/reconfiguration/ReconfigureReply.class deleted file mode 100644 index a97b2c7d8a916e85edc04a9f9672ba446cd972d1..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/reconfiguration/ReconfigureReply.class and /dev/null differ diff --git a/bin/bftsmart/reconfiguration/ReconfigureRequest.class b/bin/bftsmart/reconfiguration/ReconfigureRequest.class deleted file mode 100644 index fa330b1d8e1e383a637dc65d2fe7e711bdd3cfc8..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/reconfiguration/ReconfigureRequest.class and /dev/null differ diff --git a/bin/bftsmart/reconfiguration/ServerViewController.class b/bin/bftsmart/reconfiguration/ServerViewController.class deleted file mode 100644 index 184718a0021e0b9a782b150f9a44f70a3290c44d..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/reconfiguration/ServerViewController.class and /dev/null differ diff --git a/bin/bftsmart/reconfiguration/VMMessage.class b/bin/bftsmart/reconfiguration/VMMessage.class deleted file mode 100644 index 2d37eb60974050b96b7f3942117e8b286ec59705..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/reconfiguration/VMMessage.class and /dev/null differ diff --git a/bin/bftsmart/reconfiguration/VMServices.class b/bin/bftsmart/reconfiguration/VMServices.class deleted file mode 100644 index 821e57a927ab4d0d97aa7ec5e4021678709bbdb5..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/reconfiguration/VMServices.class and /dev/null differ diff --git a/bin/bftsmart/reconfiguration/View.class b/bin/bftsmart/reconfiguration/View.class deleted file mode 100644 index 28b9e3de4a01419979bf40757560948dec174fe4..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/reconfiguration/View.class and /dev/null differ diff --git a/bin/bftsmart/reconfiguration/ViewController.class b/bin/bftsmart/reconfiguration/ViewController.class deleted file mode 100644 index b56526ff38813a1fb9b8e03db983019c1e9e95ec..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/reconfiguration/ViewController.class and /dev/null differ diff --git a/bin/bftsmart/reconfiguration/ViewManager.class b/bin/bftsmart/reconfiguration/ViewManager.class deleted file mode 100644 index 210e2eac52975c3c4e3851f4e6b7d079e9afddb2..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/reconfiguration/ViewManager.class and /dev/null differ diff --git a/bin/bftsmart/reconfiguration/util/Configuration.class b/bin/bftsmart/reconfiguration/util/Configuration.class deleted file mode 100644 index 5372b613a19986d4291a1a734ee3e0ade1978abf..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/reconfiguration/util/Configuration.class and /dev/null differ diff --git a/bin/bftsmart/reconfiguration/util/HostsConfig$Config.class b/bin/bftsmart/reconfiguration/util/HostsConfig$Config.class deleted file mode 100644 index 5588a0a14d803e19012a787978b3153e887c10f3..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/reconfiguration/util/HostsConfig$Config.class and /dev/null differ diff --git a/bin/bftsmart/reconfiguration/util/HostsConfig.class b/bin/bftsmart/reconfiguration/util/HostsConfig.class deleted file mode 100644 index 897490a1a6a3650391082ef38c05f62996c70b7d..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/reconfiguration/util/HostsConfig.class and /dev/null differ diff --git a/bin/bftsmart/reconfiguration/util/RSAKeyLoader.class b/bin/bftsmart/reconfiguration/util/RSAKeyLoader.class deleted file mode 100644 index 404b7e26b08721a9329885022d95fe65f950af4a..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/reconfiguration/util/RSAKeyLoader.class and /dev/null differ diff --git a/bin/bftsmart/reconfiguration/util/TOMConfiguration.class b/bin/bftsmart/reconfiguration/util/TOMConfiguration.class deleted file mode 100644 index fdff3d92c4af7c16b3e0c4b5b8aa30ab1223d1f9..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/reconfiguration/util/TOMConfiguration.class and /dev/null differ diff --git a/bin/bftsmart/reconfiguration/views/DefaultViewStorage.class b/bin/bftsmart/reconfiguration/views/DefaultViewStorage.class deleted file mode 100644 index 58e7b56064646e1772e7af506e97d81d4a01a48c..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/reconfiguration/views/DefaultViewStorage.class and /dev/null differ diff --git a/bin/bftsmart/reconfiguration/views/TestViewSerialization.class b/bin/bftsmart/reconfiguration/views/TestViewSerialization.class deleted file mode 100644 index 5cb9440acee5a85da14db685b389893d5959c176..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/reconfiguration/views/TestViewSerialization.class and /dev/null differ diff --git a/bin/bftsmart/reconfiguration/views/View.class b/bin/bftsmart/reconfiguration/views/View.class deleted file mode 100644 index 4d8379b5871e164cb5b6564cd5d2a11c2fb202ce..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/reconfiguration/views/View.class and /dev/null differ diff --git a/bin/bftsmart/reconfiguration/views/ViewStorage.class b/bin/bftsmart/reconfiguration/views/ViewStorage.class deleted file mode 100644 index b69438c964d5494106b0d6f4a8c0189b77e5790d..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/reconfiguration/views/ViewStorage.class and /dev/null differ diff --git a/bin/bftsmart/statemanagement/ApplicationState.class b/bin/bftsmart/statemanagement/ApplicationState.class deleted file mode 100644 index 18f4891401b2174a4cba7e5db9895a62e9f48269..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/statemanagement/ApplicationState.class and /dev/null differ diff --git a/bin/bftsmart/statemanagement/SMMessage.class b/bin/bftsmart/statemanagement/SMMessage.class deleted file mode 100644 index 34ecba1a108d327a21dd458afe397af2d0329d9c..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/statemanagement/SMMessage.class and /dev/null differ diff --git a/bin/bftsmart/statemanagement/StateManager.class b/bin/bftsmart/statemanagement/StateManager.class deleted file mode 100644 index 98c5c56011388f2b167e1b40241022bbbe9098ce..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/statemanagement/StateManager.class and /dev/null differ diff --git a/bin/bftsmart/statemanagement/strategy/BaseStateManager.class b/bin/bftsmart/statemanagement/strategy/BaseStateManager.class deleted file mode 100644 index eeb863e726c5faf1080ab91e9c8cd9b23b7dd795..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/statemanagement/strategy/BaseStateManager.class and /dev/null differ diff --git a/bin/bftsmart/statemanagement/strategy/StandardSMMessage.class b/bin/bftsmart/statemanagement/strategy/StandardSMMessage.class deleted file mode 100644 index 32a60792fc64b5096b3f675c8d85be25a26b5439..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/statemanagement/strategy/StandardSMMessage.class and /dev/null differ diff --git a/bin/bftsmart/statemanagement/strategy/StandardStateManager$1.class b/bin/bftsmart/statemanagement/strategy/StandardStateManager$1.class deleted file mode 100644 index e62f54174b5c2b614461b6abfe425bd0411d61bc..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/statemanagement/strategy/StandardStateManager$1.class and /dev/null differ diff --git a/bin/bftsmart/statemanagement/strategy/StandardStateManager.class b/bin/bftsmart/statemanagement/strategy/StandardStateManager.class deleted file mode 100644 index 03341d8e6e06d584ff11ee0dccb5d45091fd93cb..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/statemanagement/strategy/StandardStateManager.class and /dev/null differ diff --git a/bin/bftsmart/statemanagement/strategy/durability/CSTRequest.class b/bin/bftsmart/statemanagement/strategy/durability/CSTRequest.class deleted file mode 100644 index 437cd5c46b292fbc9936192451292fc8b0a2ec21..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/statemanagement/strategy/durability/CSTRequest.class and /dev/null differ diff --git a/bin/bftsmart/statemanagement/strategy/durability/CSTRequestF1.class b/bin/bftsmart/statemanagement/strategy/durability/CSTRequestF1.class deleted file mode 100644 index 29cfe27c532cbf1d13a74ca3d9ebbb5346b0e4d9..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/statemanagement/strategy/durability/CSTRequestF1.class and /dev/null differ diff --git a/bin/bftsmart/statemanagement/strategy/durability/CSTRequestFGT1.class b/bin/bftsmart/statemanagement/strategy/durability/CSTRequestFGT1.class deleted file mode 100644 index 4fdcb18ea1895694d26edc962c399e489ef72d24..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/statemanagement/strategy/durability/CSTRequestFGT1.class and /dev/null differ diff --git a/bin/bftsmart/statemanagement/strategy/durability/CSTSMMessage.class b/bin/bftsmart/statemanagement/strategy/durability/CSTSMMessage.class deleted file mode 100644 index 4a1af7bd7fb3082823c6a2385169b09cb83dd5c3..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/statemanagement/strategy/durability/CSTSMMessage.class and /dev/null differ diff --git a/bin/bftsmart/statemanagement/strategy/durability/CSTState.class b/bin/bftsmart/statemanagement/strategy/durability/CSTState.class deleted file mode 100644 index 248bd2005b5f9abce8441c41a692a7e9d420cf2f..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/statemanagement/strategy/durability/CSTState.class and /dev/null differ diff --git a/bin/bftsmart/statemanagement/strategy/durability/DurableStateManager$1.class b/bin/bftsmart/statemanagement/strategy/durability/DurableStateManager$1.class deleted file mode 100644 index 4f2277ea582c4aca98cbeec8f7109a1c5420a297..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/statemanagement/strategy/durability/DurableStateManager$1.class and /dev/null differ diff --git a/bin/bftsmart/statemanagement/strategy/durability/DurableStateManager.class b/bin/bftsmart/statemanagement/strategy/durability/DurableStateManager.class deleted file mode 100644 index 42880950497238c7d5b4ad051f0a0b8d34624747..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/statemanagement/strategy/durability/DurableStateManager.class and /dev/null differ diff --git a/bin/bftsmart/statemanagement/strategy/durability/StateSender.class b/bin/bftsmart/statemanagement/strategy/durability/StateSender.class deleted file mode 100644 index 87dab43d67fafdd4ff67a0f88bf5da35a8c33691..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/statemanagement/strategy/durability/StateSender.class and /dev/null differ diff --git a/bin/bftsmart/statemanagement/strategy/durability/StateSenderServer.class b/bin/bftsmart/statemanagement/strategy/durability/StateSenderServer.class deleted file mode 100644 index e6e92275e49cac82f95f56d2c3b64daf07feaa83..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/statemanagement/strategy/durability/StateSenderServer.class and /dev/null differ diff --git a/bin/bftsmart/tom/AsynchServiceProxy$1.class b/bin/bftsmart/tom/AsynchServiceProxy$1.class deleted file mode 100644 index 279b42c737f877eb217703c1a9e98786f16c0087..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/tom/AsynchServiceProxy$1.class and /dev/null differ diff --git a/bin/bftsmart/tom/AsynchServiceProxy.class b/bin/bftsmart/tom/AsynchServiceProxy.class deleted file mode 100644 index 4d5be85ace10fdb587b6a803d315e8f1dcf09fc7..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/tom/AsynchServiceProxy.class and /dev/null differ diff --git a/bin/bftsmart/tom/MessageContext.class b/bin/bftsmart/tom/MessageContext.class deleted file mode 100644 index 7e6993d1f597f6dbe46e5df499b97d448ef08706..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/tom/MessageContext.class and /dev/null differ diff --git a/bin/bftsmart/tom/ReplicaContext.class b/bin/bftsmart/tom/ReplicaContext.class deleted file mode 100644 index 781a72bb28bdef2d9fd63a7dc043fd08a08e3713..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/tom/ReplicaContext.class and /dev/null differ diff --git a/bin/bftsmart/tom/RequestContext.class b/bin/bftsmart/tom/RequestContext.class deleted file mode 100644 index 69b2b1c67a0ce702d5528966ba5aa0946a06dcbd..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/tom/RequestContext.class and /dev/null differ diff --git a/bin/bftsmart/tom/ServiceProxy$1.class b/bin/bftsmart/tom/ServiceProxy$1.class deleted file mode 100644 index 9f3839a74f9ae2d717cb47cfd3aaf41a25abb5cd..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/tom/ServiceProxy$1.class and /dev/null differ diff --git a/bin/bftsmart/tom/ServiceProxy$2.class b/bin/bftsmart/tom/ServiceProxy$2.class deleted file mode 100644 index 9cc2e187be99f0c34bae71f81e8a3e3a544d5947..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/tom/ServiceProxy$2.class and /dev/null differ diff --git a/bin/bftsmart/tom/ServiceProxy$HashResponseController.class b/bin/bftsmart/tom/ServiceProxy$HashResponseController.class deleted file mode 100644 index b8ae2f03d21e25a868f8d80fb037a70156d42ea9..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/tom/ServiceProxy$HashResponseController.class and /dev/null differ diff --git a/bin/bftsmart/tom/ServiceProxy.class b/bin/bftsmart/tom/ServiceProxy.class deleted file mode 100644 index 9d0128971d119eb5deb6a25e596271eca0f290d3..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/tom/ServiceProxy.class and /dev/null differ diff --git a/bin/bftsmart/tom/ServiceReplica$1.class b/bin/bftsmart/tom/ServiceReplica$1.class deleted file mode 100644 index d883232a4b5d5664ecddb4b09598c7d9cdabcc01..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/tom/ServiceReplica$1.class and /dev/null differ diff --git a/bin/bftsmart/tom/ServiceReplica$2.class b/bin/bftsmart/tom/ServiceReplica$2.class deleted file mode 100644 index 15481e5acdfb19722e9c7319ece7994a2755cca6..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/tom/ServiceReplica$2.class and /dev/null differ diff --git a/bin/bftsmart/tom/ServiceReplica$3.class b/bin/bftsmart/tom/ServiceReplica$3.class deleted file mode 100644 index 280a54302e00f3feea0ee34445f0023fb2b956eb..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/tom/ServiceReplica$3.class and /dev/null differ diff --git a/bin/bftsmart/tom/ServiceReplica$MessageContextPair.class b/bin/bftsmart/tom/ServiceReplica$MessageContextPair.class deleted file mode 100644 index 0616aa1702b53576a3221fe5e66fb7489a9ca24a..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/tom/ServiceReplica$MessageContextPair.class and /dev/null differ diff --git a/bin/bftsmart/tom/ServiceReplica.class b/bin/bftsmart/tom/ServiceReplica.class deleted file mode 100644 index ffeb9d74cec3f1b26cdf4e050ada46d8d94ec365..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/tom/ServiceReplica.class and /dev/null differ diff --git a/bin/bftsmart/tom/TOMSender.class b/bin/bftsmart/tom/TOMSender.class deleted file mode 100644 index ba7ff975cea2c1199f93435a5d05c5baec3134c0..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/tom/TOMSender.class and /dev/null differ diff --git a/bin/bftsmart/tom/core/DeliveryThread.class b/bin/bftsmart/tom/core/DeliveryThread.class deleted file mode 100644 index 9e16af1baee8a2925ad2a2a0574c598a4803c082..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/tom/core/DeliveryThread.class and /dev/null differ diff --git a/bin/bftsmart/tom/core/ExecutionManager.class b/bin/bftsmart/tom/core/ExecutionManager.class deleted file mode 100644 index 012ac2ab47a94653f084d1f982c7a72d6e9dbb2b..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/tom/core/ExecutionManager.class and /dev/null differ diff --git a/bin/bftsmart/tom/core/ReplyManager.class b/bin/bftsmart/tom/core/ReplyManager.class deleted file mode 100644 index 6e70372e0f6150ed050e357845422b81dc2ddf7a..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/tom/core/ReplyManager.class and /dev/null differ diff --git a/bin/bftsmart/tom/core/ReplyThread.class b/bin/bftsmart/tom/core/ReplyThread.class deleted file mode 100644 index 7bcf87bca486560535393f3191e7914ccfe91e9a..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/tom/core/ReplyThread.class and /dev/null differ diff --git a/bin/bftsmart/tom/core/Synchronizer.class b/bin/bftsmart/tom/core/Synchronizer.class deleted file mode 100644 index 3d3d18f8536ef9c8d5d035f58f755936d1fc2cc9..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/tom/core/Synchronizer.class and /dev/null differ diff --git a/bin/bftsmart/tom/core/TOMLayer.class b/bin/bftsmart/tom/core/TOMLayer.class deleted file mode 100644 index a7486aeba620a66ce00b5ef4fc2c1db020528c79..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/tom/core/TOMLayer.class and /dev/null differ diff --git a/bin/bftsmart/tom/core/messages/ForwardedMessage.class b/bin/bftsmart/tom/core/messages/ForwardedMessage.class deleted file mode 100644 index 7a00738c97b74ee324393102d9a0d938f7387cb6..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/tom/core/messages/ForwardedMessage.class and /dev/null differ diff --git a/bin/bftsmart/tom/core/messages/TOMMessage.class b/bin/bftsmart/tom/core/messages/TOMMessage.class deleted file mode 100644 index 11cd3455ccc2f6a01082dea505b3041042f30c62..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/tom/core/messages/TOMMessage.class and /dev/null differ diff --git a/bin/bftsmart/tom/core/messages/TOMMessageType$1.class b/bin/bftsmart/tom/core/messages/TOMMessageType$1.class deleted file mode 100644 index cfb617c7ca56dadf17e67e05450545fee0d70120..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/tom/core/messages/TOMMessageType$1.class and /dev/null differ diff --git a/bin/bftsmart/tom/core/messages/TOMMessageType.class b/bin/bftsmart/tom/core/messages/TOMMessageType.class deleted file mode 100644 index cce1e009976ebbfbde6f2bc3312c1134291ada48..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/tom/core/messages/TOMMessageType.class and /dev/null differ diff --git a/bin/bftsmart/tom/leaderchange/CertifiedDecision.class b/bin/bftsmart/tom/leaderchange/CertifiedDecision.class deleted file mode 100644 index 674652f755f63117002f381c36f61db6cd8701ea..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/tom/leaderchange/CertifiedDecision.class and /dev/null differ diff --git a/bin/bftsmart/tom/leaderchange/CollectData.class b/bin/bftsmart/tom/leaderchange/CollectData.class deleted file mode 100644 index decd6e15545039759fe6d292b1f1cd6d8c0a8c19..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/tom/leaderchange/CollectData.class and /dev/null differ diff --git a/bin/bftsmart/tom/leaderchange/LCManager.class b/bin/bftsmart/tom/leaderchange/LCManager.class deleted file mode 100644 index dd4fc1d006529fc4cbfbed21c4ad87e6225a4bf6..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/tom/leaderchange/LCManager.class and /dev/null differ diff --git a/bin/bftsmart/tom/leaderchange/LCMessage.class b/bin/bftsmart/tom/leaderchange/LCMessage.class deleted file mode 100644 index 4ca5c3ee1c3d7c381b174a6be13135a5e9d04539..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/tom/leaderchange/LCMessage.class and /dev/null differ diff --git a/bin/bftsmart/tom/leaderchange/RequestsTimer$RequestTimerTask.class b/bin/bftsmart/tom/leaderchange/RequestsTimer$RequestTimerTask.class deleted file mode 100644 index ce68910b14981d0e31936f79e6642137fb2914f8..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/tom/leaderchange/RequestsTimer$RequestTimerTask.class and /dev/null differ diff --git a/bin/bftsmart/tom/leaderchange/RequestsTimer$SendStopTask.class b/bin/bftsmart/tom/leaderchange/RequestsTimer$SendStopTask.class deleted file mode 100644 index 37e121c7b0666c5fa627e831fe5e1cc1417d220e..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/tom/leaderchange/RequestsTimer$SendStopTask.class and /dev/null differ diff --git a/bin/bftsmart/tom/leaderchange/RequestsTimer.class b/bin/bftsmart/tom/leaderchange/RequestsTimer.class deleted file mode 100644 index 266db58433a13c66ea4a1b6b449fff0a0e40c0ea..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/tom/leaderchange/RequestsTimer.class and /dev/null differ diff --git a/bin/bftsmart/tom/server/BatchExecutable.class b/bin/bftsmart/tom/server/BatchExecutable.class deleted file mode 100644 index 52ab8890f3d061aff7755b117e058713f6e717a8..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/tom/server/BatchExecutable.class and /dev/null differ diff --git a/bin/bftsmart/tom/server/Executable.class b/bin/bftsmart/tom/server/Executable.class deleted file mode 100644 index f58ca95c6d4afb1c49a0ce9478e87568b1274fff..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/tom/server/Executable.class and /dev/null differ diff --git a/bin/bftsmart/tom/server/FIFOExecutable.class b/bin/bftsmart/tom/server/FIFOExecutable.class deleted file mode 100644 index ad86a387a556798989fc145642149940745cd179..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/tom/server/FIFOExecutable.class and /dev/null differ diff --git a/bin/bftsmart/tom/server/Recoverable.class b/bin/bftsmart/tom/server/Recoverable.class deleted file mode 100644 index d9df2d6960319a5b5e0150bd179c717f2d1df22c..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/tom/server/Recoverable.class and /dev/null differ diff --git a/bin/bftsmart/tom/server/Replier.class b/bin/bftsmart/tom/server/Replier.class deleted file mode 100644 index 7336000c99d7b394c7377f31da399a9ea64cbfc7..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/tom/server/Replier.class and /dev/null differ diff --git a/bin/bftsmart/tom/server/RequestVerifier.class b/bin/bftsmart/tom/server/RequestVerifier.class deleted file mode 100644 index 4c92e7135329016d9ee1aacc278b2475698dba9d..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/tom/server/RequestVerifier.class and /dev/null differ diff --git a/bin/bftsmart/tom/server/SingleExecutable.class b/bin/bftsmart/tom/server/SingleExecutable.class deleted file mode 100644 index 9ddb8458faca389a46c2a946d454f8225ca5390a..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/tom/server/SingleExecutable.class and /dev/null differ diff --git a/bin/bftsmart/tom/server/defaultservices/CommandsInfo.class b/bin/bftsmart/tom/server/defaultservices/CommandsInfo.class deleted file mode 100644 index 814198b50b9e9b3914090900591e3611fa1b4746..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/tom/server/defaultservices/CommandsInfo.class and /dev/null differ diff --git a/bin/bftsmart/tom/server/defaultservices/DefaultApplicationState.class b/bin/bftsmart/tom/server/defaultservices/DefaultApplicationState.class deleted file mode 100644 index 422bbceae2008bf986567fc618acfbda12567561..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/tom/server/defaultservices/DefaultApplicationState.class and /dev/null differ diff --git a/bin/bftsmart/tom/server/defaultservices/DefaultRecoverable.class b/bin/bftsmart/tom/server/defaultservices/DefaultRecoverable.class deleted file mode 100644 index 73fdf0135710d097a9a80af432c1e6df7c09bd2f..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/tom/server/defaultservices/DefaultRecoverable.class and /dev/null differ diff --git a/bin/bftsmart/tom/server/defaultservices/DefaultReplier.class b/bin/bftsmart/tom/server/defaultservices/DefaultReplier.class deleted file mode 100644 index 28f980b0cb3bec0c7014de8f88ecf9e5d6a48506..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/tom/server/defaultservices/DefaultReplier.class and /dev/null differ diff --git a/bin/bftsmart/tom/server/defaultservices/DefaultSingleRecoverable.class b/bin/bftsmart/tom/server/defaultservices/DefaultSingleRecoverable.class deleted file mode 100644 index 98aea12580a75e8231d3d7cb31017aa33fed7ea8..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/tom/server/defaultservices/DefaultSingleRecoverable.class and /dev/null differ diff --git a/bin/bftsmart/tom/server/defaultservices/DiskStateLog.class b/bin/bftsmart/tom/server/defaultservices/DiskStateLog.class deleted file mode 100644 index c13a050cf41667214a43501dee058356e4a93ff0..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/tom/server/defaultservices/DiskStateLog.class and /dev/null differ diff --git a/bin/bftsmart/tom/server/defaultservices/FileRecoverer$FileListFilter.class b/bin/bftsmart/tom/server/defaultservices/FileRecoverer$FileListFilter.class deleted file mode 100644 index 3d48f632b86a4139f1bfd9e659c6ba40136d8294..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/tom/server/defaultservices/FileRecoverer$FileListFilter.class and /dev/null differ diff --git a/bin/bftsmart/tom/server/defaultservices/FileRecoverer.class b/bin/bftsmart/tom/server/defaultservices/FileRecoverer.class deleted file mode 100644 index c910400a165fa8fdef3f96f84f75aecf03b7d3bf..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/tom/server/defaultservices/FileRecoverer.class and /dev/null differ diff --git a/bin/bftsmart/tom/server/defaultservices/StateLog.class b/bin/bftsmart/tom/server/defaultservices/StateLog.class deleted file mode 100644 index 55e48f3150f6ec56299094af928915902dd723e9..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/tom/server/defaultservices/StateLog.class and /dev/null differ diff --git a/bin/bftsmart/tom/server/defaultservices/durability/DurabilityCoordinator.class b/bin/bftsmart/tom/server/defaultservices/durability/DurabilityCoordinator.class deleted file mode 100644 index d4589fefb4c194a1fe07aa162428adc90cf00b04..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/tom/server/defaultservices/durability/DurabilityCoordinator.class and /dev/null differ diff --git a/bin/bftsmart/tom/server/defaultservices/durability/DurableStateLog.class b/bin/bftsmart/tom/server/defaultservices/durability/DurableStateLog.class deleted file mode 100644 index c65e8a8566a59b56ad36c36f1ab35af3ac6fb2af..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/tom/server/defaultservices/durability/DurableStateLog.class and /dev/null differ diff --git a/bin/bftsmart/tom/util/BatchBuilder.class b/bin/bftsmart/tom/util/BatchBuilder.class deleted file mode 100644 index 9367ed8845582fc0b076ec22378f569fcbc1ee98..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/tom/util/BatchBuilder.class and /dev/null differ diff --git a/bin/bftsmart/tom/util/BatchReader.class b/bin/bftsmart/tom/util/BatchReader.class deleted file mode 100644 index dae5a151bbf7a44a325b72ee9a550e0a2e3de25b..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/tom/util/BatchReader.class and /dev/null differ diff --git a/bin/bftsmart/tom/util/DebugInfo.class b/bin/bftsmart/tom/util/DebugInfo.class deleted file mode 100644 index db2754739eff60dad314aad0433c5687b2c7dbb5..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/tom/util/DebugInfo.class and /dev/null differ diff --git a/bin/bftsmart/tom/util/Extractor.class b/bin/bftsmart/tom/util/Extractor.class deleted file mode 100644 index 9daa95a10e2d1d975253e85e03f3f63230f253a9..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/tom/util/Extractor.class and /dev/null differ diff --git a/bin/bftsmart/tom/util/Logger.class b/bin/bftsmart/tom/util/Logger.class deleted file mode 100644 index 63ada374ddb8e7c938d987a341b1c6c425917683..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/tom/util/Logger.class and /dev/null differ diff --git a/bin/bftsmart/tom/util/RSAKeyPairGenerator.class b/bin/bftsmart/tom/util/RSAKeyPairGenerator.class deleted file mode 100644 index eb6f6e1339d74edefb74812e07a57d3008289a07..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/tom/util/RSAKeyPairGenerator.class and /dev/null differ diff --git a/bin/bftsmart/tom/util/ShutdownHookThread.class b/bin/bftsmart/tom/util/ShutdownHookThread.class deleted file mode 100644 index 4633b81221b21adc305d923c0ccab8b9a46740ba..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/tom/util/ShutdownHookThread.class and /dev/null differ diff --git a/bin/bftsmart/tom/util/SignatureTest.class b/bin/bftsmart/tom/util/SignatureTest.class deleted file mode 100644 index 96a269d2f6f09344de54d56ef4b1c3a74b2f8a0a..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/tom/util/SignatureTest.class and /dev/null differ diff --git a/bin/bftsmart/tom/util/Storage.class b/bin/bftsmart/tom/util/Storage.class deleted file mode 100644 index db6c51261fec95f36a9d299e27cb4417d913f8a5..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/tom/util/Storage.class and /dev/null differ diff --git a/bin/bftsmart/tom/util/TOMUtil.class b/bin/bftsmart/tom/util/TOMUtil.class deleted file mode 100644 index 0ef0220a4119a1b6aae59c0d39ae21824052bef6..0000000000000000000000000000000000000000 Binary files a/bin/bftsmart/tom/util/TOMUtil.class and /dev/null differ