Replies: 1 comment 2 replies
-
Hi @bigman212, thank you for creating the issue! |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
I am trying to replace Web3J method to sign transactions with the one from wallet-core. Signature from wallet-core is declined with the message from Web3 when calling sendRawTransaction:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Signatures are valid, Web3j can send signed transaction from trust-core
Additional context
I have created a simple test that allows to check behaviour:
example.txt
Where:
The first assert fails like this:

Also Web3J doens't require to pass in the tx type: transfer or erc20 transfer, but trust-core does. Maybe I don't correctly configure builders?
Beta Was this translation helpful? Give feedback.
All reactions