Issue:
When passing contract creation transactions, Tx explain returns 'error: 1 validation error for Transaction to_address none is not an allowed value (type=type_error.none.not_allowed)'.
Since contract creation transactions don't have to_address, Tx explain can't process them. Backend needs to be adjusted for this.
Examples:
- 0x0a4022e61c49c59b2538b78a6c7c9a0e4bb8c8fce2d1b4a725baef3c55fb7363
- 0x25657f496bedb705c9e922bfd4141b3af6ea85358fede0cabe0eb07871e58c17
Issue:
When passing contract creation transactions, Tx explain returns 'error: 1 validation error for Transaction to_address none is not an allowed value (type=type_error.none.not_allowed)'.
Since contract creation transactions don't have to_address, Tx explain can't process them. Backend needs to be adjusted for this.
Examples: