Skip to content

DistributeTransaction does not require gas

Compare
Choose a tag to compare
@autholykos autholykos released this 14 May 05:59
· 76 commits to master since this release
ff25aa3

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 the DistributeTransaction
  • Remove DistributeTransactionRequest