DistributeTransaction does not require gas
Changelog:
According to the specs, the DistributeTransaction
does not require gas to be executed. Therefore the gas related part of the transaction (i.e. the embedded tx
field) is unnecessary and shall be removed. Similarly, the DistributeTransactionRequest
becomes unnecessary since the client can create a transaction without involving Rusk.
- Remove the
tx
embedded field from theDistributeTransaction
- Remove
DistributeTransactionRequest