0x transaction developer experience improvements #34
Labels
status: implemented
Proposed changes have been implemented (and deployed, if smart contract)
type: core
Preamble
Discussion: #34
Summary
This is a catch-all for smaller developer experience improvements to 0x transactions. Improvements include:
executeTransaction
to take aZeroExTransaction
struct as an inputbytes
return value toexecuteTransaction
that is equal to the return data of the underlying function callMotivation
All of these features should make it easier to work with 0x transactions, both off-chain and at the smart contract level.
Specification
TransactionExecuted event
Upon successful execution,
executeTransaction
will log aTransactionExecution
event.New executeTransaction function signature
The inputs and outputs of
executeTransaction
will be modified as follows:The text was updated successfully, but these errors were encountered: