AElfProject / AElf

An AI-enhanced cloud-native layer-1 blockchain network. 
https://aelf.com/
MIT License
1.61k stars 265 forks source link

Ability to process one transaction-related entity which contains multiple transaction information #3612

Open eanzhao opened 1 month ago

eanzhao commented 1 month ago

Expected Behavior

AElf node will have the ability to handle MultiTransaction message, extract transactions of own chain id, then process these transactions.

Features:

Development Tasks:

loning commented 1 month ago

sendMultiTransaction What is MultiTransaction,Why not TransactionCollection?

eanzhao commented 4 days ago

sendMultiTransaction What is MultiTransaction,Why not TransactionCollection?

Compared to a collection of transactions, this structure is more like aggregating multiple transactions of the same person into one transaction, which only requires one signature; If it is called a TransactionCollection, each transaction seems to have an independent signature.