You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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:
The text was updated successfully, but these errors were encountered: