17 research outputs found

    Performance Improvement by Using Pipelined Execution on Hyperledger Fabric

    Get PDF
    The rapid growth of proofs of concept blockchain applications leads to increasing interest in understanding and improving blockchain performance at scale. However, the lower performance of blockchain restricts its application in some fields. Our work is focused on evaluating and improving the performance of Hyperledger Fabric, which is the most popular blockchain platform for enterprises. In previous works, the major bottleneck incurred in the validation & commit (V&C) module was studied, and many performance issues arising with it were alleviated to some context. The throughput is still only 900 transactions/second in our experiment. In this paper, a comprehensive latency evaluation for the V&C module was first performed. Then, according to the analysis of the evaluation results, a pipelined execution technology was proposed to process multiple blocks in parallel. Additionally, some pipeline acceleration schemes were also proposed to further improve the performance. Our experiments indicated performance improvements of 4.38× for LevelDB and at least 2× for CouchDB. Notably, our optimizations are transparent to blockchain applications and are suitable for integrating into a future version of Fabric

    Apply blockchain technology to electric vehicle battery refueling

    Get PDF
    Battery swapping is a solution of electric vehicle (EV) battery refueling. For EV owners, the battery information and transaction’s correctness, openness, traceability and immutability is difficult to get guarantee in traditional centralized system. The trust lacking between EV owners and swapping station is caused, and becomes a big challenge to EV’s rapid development. An objective mechanism based on decentralized blockchain system is proposed to manage battery swapping and solve the trust lacking issue. With this solution, both battery’s life-cycle information and all operations histories are permanently saved in blockchain network. All key logics are driven by smart contracts, the battery price calculation and the digital currency exchange between EV owners and station are realized by smart contracts automatically and accurately. A primary prototype based on Ethereum is analyzed and implemented to illustrate the feasibility of managing battery swapping and refueling based on blockchain system to solve the trust lacking issue

    Peer-to-peer energy transaction matching mechanism balancing privacy-preserving ard result verifiability

    Get PDF
    Under the impetus of multi-bilateral economic dispatch, the peer-to-peer energy trading mode has gained significant attention. However, data privacy breaches and transaction regulatory challenges have emerged as critical barriers to its growth. A new peer-to-peer energy transaction matching mechanism named PV-RCI was proposed, which ensured the effectiveness of privacy-preserving mechanism and the validity of transaction matching mechanism. By incorporating a trusted auditing party and leveraging homomorphic encryption in conjunction with zero-knowledge proof, the proposed mechanism not only safeguarded data privacy but also ensured the verifiability of transaction matching outcomes. On the basis of promoting transaction matching between supply and demand parties, the proposed mechanism significantly reduced the overall social cost of transaction, offering a new approach to addressing privacy- preserving and regulatory issues in the energy trading sector

    Mobile Functional Test on TaaS Environment

    Full text link

    SASLedger: A Secured, Accelerated Scalable Storage Solution for Distributed Ledger Systems

    No full text
    Blockchain technology provides a “tamper-proof distributed ledger” for its users. Typically, to ensure the integrity and immutability of the transaction data, each node in a blockchain network retains a full copy of the ledger; however, this characteristic imposes an increasing storage burden upon each node with the accumulation of data. In this paper, an off-chain solution is introduced to relieve the storage burden of blockchain nodes while ensuring the integrity of the off-chain data. In our solution, an off-chain remote DB server stores the fully replicated data while the nodes only store the commitments of the data to verify whether the off-chain data are tampered with. To minimize the influence on performance, the nodes will store data locally at first and transfer it to the remote DB server when otherwise idle. Our solution also supports accessing all historical data for newly joined nodes through a snapshot mechanism. The solution is implemented based on the Hyperledger Fabric (HLF). Experiments show that our solution reduces the block data for blockchain nodes by 93.3% compared to the original HLF and that our advanced solution enhances the TPS by 9.6% compared to our primary solution.</jats:p

    SASLedger: A Secured, Accelerated Scalable Storage Solution for Distributed Ledger Systems

    No full text
    Blockchain technology provides a &ldquo;tamper-proof distributed ledger&rdquo; for its users. Typically, to ensure the integrity and immutability of the transaction data, each node in a blockchain network retains a full copy of the ledger; however, this characteristic imposes an increasing storage burden upon each node with the accumulation of data. In this paper, an off-chain solution is introduced to relieve the storage burden of blockchain nodes while ensuring the integrity of the off-chain data. In our solution, an off-chain remote DB server stores the fully replicated data while the nodes only store the commitments of the data to verify whether the off-chain data are tampered with. To minimize the influence on performance, the nodes will store data locally at first and transfer it to the remote DB server when otherwise idle. Our solution also supports accessing all historical data for newly joined nodes through a snapshot mechanism. The solution is implemented based on the Hyperledger Fabric (HLF). Experiments show that our solution reduces the block data for blockchain nodes by 93.3% compared to the original HLF and that our advanced solution enhances the TPS by 9.6% compared to our primary solution

    SASLedger: A Secured, Accelerated Scalable Storage Solution for Distributed Ledger Systems

    No full text
    Blockchain technology provides a “tamper-proof distributed ledger” for its users. Typically, to ensure the integrity and immutability of the transaction data, each node in a blockchain network retains a full copy of the ledger; however, this characteristic imposes an increasing storage burden upon each node with the accumulation of data. In this paper, an off-chain solution is introduced to relieve the storage burden of blockchain nodes while ensuring the integrity of the off-chain data. In our solution, an off-chain remote DB server stores the fully replicated data while the nodes only store the commitments of the data to verify whether the off-chain data are tampered with. To minimize the influence on performance, the nodes will store data locally at first and transfer it to the remote DB server when otherwise idle. Our solution also supports accessing all historical data for newly joined nodes through a snapshot mechanism. The solution is implemented based on the Hyperledger Fabric (HLF). Experiments show that our solution reduces the block data for blockchain nodes by 93.3% compared to the original HLF and that our advanced solution enhances the TPS by 9.6% compared to our primary solution
    corecore