Skip to content

AELF V1.12.0

Latest
Compare
Choose a tag to compare
@chopin-fan chopin-fan released this 14 Jan 03:00
1c65ebd
  1. Add a new type, MultiTransaction, to enable simultaneous transfers to multiple target chains on aelf, simplifying cross-chain transfers and similar business scenarios for users and dApps. #3613

  2. Introduce a new API, /api/blockChain/transactionResultWithBVP. For transactions that have not been included in a block and have expired, the StatusWithBVP field will indicate "EXPIRED", signalling that the transaction can no longer be successfully processed. #3625 #3628

  3. Add Func and Tuple APIs with multiple parameters to the whitelist to improve development efficiency, and introduce cryptographic curve functions to support ZK contract development. #3614