Open marwyn-the-developer opened 3 years ago
I tried to submit transactions with the Sawtooth NodeJs SDK and the result was the same. Then I tried the Python SDK and it somehow seemed to work (The exception was not thrown). This seems to be a major bug and I think that immediate action is required in solving this issue.
getting same issue
[2022-10-25 08:04:42.339 ERROR threadpool] (Client) Unhandled exception during execution of task _HandlerManager.execute.
I tried submitting a batch with a single transaction of the intkey transaction family to a standard development Sawtooth setup. But I get the following exception from the Validator:
I am using the Sawtooth Signing SDK for creating the key pair and for signing the transaction and the batch. I found out while debugging, that the public key consists of 66 hex digits while the validator expects 33 or 65.
Here is the relevant code;
and the ioc configuration (I am using spring)
I think this might be a bug from the Sawtooth Signing SDK.