dp-labs / dora

The Ultimate Layer for on-chain Computing and Verification
Apache License 2.0
8 stars 3 forks source link

feat: initial runtime transaction trait and impl #22

Closed timi-y closed 3 weeks ago

timi-y commented 3 weeks ago

re #20

This PR implementation can initiate transactions again at runtime during the transaction process, possessing two features

  1. Allow the caller to dynamically pass in the specific implementation of the transaction
  2. Considering both EVM and WASM methods or a hybrid implementation, this PR implements EVM transactions.