AElfProject / aelf-web3.js

aelf JavaScript SDK
MIT License
16 stars 24 forks source link

aelf-web3.js - Complete the unit test #198

Open AbigailDeng opened 1 month ago

AbigailDeng commented 1 month ago

Description

This unit test is designed to verify the functionality of processing multiple transactions within a single operation. The test will ensure that the system correctly handles, validates, and executes multiple transactions in sequence, and that any failure in one transaction will be appropriately managed without affecting the others.

Tasks