Skip to content

wallet.signTransaction changes from v5.7 to v6.3 #4034

Answered by ricmoo
jk-vg asked this question in Q&A
Discussion options

You must be logged in to vote

What version of v5 were you using?

The above examples indicate with v5 you were using a legacy transaction while with v6 it detected the network supports type 1 (transaction envelope) transactions and so used that instead.

What chain are you using? Does it indeed support type 1 (but oddly not type 2 transactions)?

You can always force the transaction type to use legacy by including type: 0 in your tx, but it’d be preferable if it could detect that on its own.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@jk-vg
Comment options

Answer selected by jk-vg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants