You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

1st Quarter Progress Report

As the first step of the project, a literature review was conducted to identify the current interoperability solutions and possible improvements that can be done in this area. After careful consideration, we decided to come up with a blockchain interoperability solution that works based on the publish/subscribe architecture. In this solution, a blockchain acts as a messaging broker and keeps track of all the topics in the system. Publisher blockchains can send messages to the topics and all the subscriber blockchains will get notified of the changes in the topic as soon as a publish request is received. 

During the first quarter, the working environment for the project as well as a sample broker blockchain was implemented. The broker currently has some basic functionalities and features which we are going to complete during the next quarters. To sum up, the following has been done in the first quarter of the project:

  • A literature review on blockchain Interoperability was conducted.
  • The required tools and components for the project were investigated.
  • A working environment for multiple blockchain networks was implemented.
  • The first version of the messaging broker blockchain was implemented.

2nd Quarter Progress Report

In the second quarter, the focus was on the implementation of the proposed platform. The platform has three main components: broker blockchain, subscriber blockchains, and publisher blockchain. The broker blockchain is implemented using Hyperledger Fabric V2 and has two chaincodes called broker and pubsub. The broker chaincode holds the topics that are on the pub/sub network. When a publish request to a topic is received, the topic is updated using the broker chaincode. The pubsub chaincode holds the information about all the publisher and subscriber blockchains and their communication interface. As for the subscriber blockchains, currently, Hyperledger Fabric V1.4 and Hyperledger Besu are supported. Example networks, as well as connector smart contacts, have been implemented for each network. Finally, an example publisher network is implemented using Hyperledger Fabric V2. Currently, all the components work together to form a network with a broker, a publisher, and two subscribers. 

To sum up, the following has been done in the second quarter of the project: 

  • The broker blockchain keeps track of the topics and it also holds communication interfaces of the publisher and subscriber blockchains. 
  • Two example subscriber networks have been implemented using Hyperledger Fabric V1.4 and Hyperledger Besu. 
  • An example publisher network has been implemented using Hyperledger Fabric V2.

3rd Quarter Progress Report

In the third quarter, the main focus was on performance testing of the implemented solution. To test the performance of the network, Hyperledger Caliper was used as the benchmarking tool. Hyperledger Caliper allows the measurement of performance metrics such as send rate, latency, and throughput for a set of use cases. We connected Caliper to the existing broker network to monitor the performance. More information on the tests and the configuration of the benchmarking tool can be found on the project’s GitHub repository. Moreover, a study on relevant blockchain interoperability solutions was conducted so that they can be compared to our solution. 

To sum up, the following has been done in the third quarter of the project:

  • Performance testing of the implemented solution using the Hyperledger Caliper benchmarking tool.
  • A study on relevant blockchain interoperability solutions. 
  • No labels