-
Notifications
You must be signed in to change notification settings - Fork 354
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change assetId type in SignerPayloadJSON to HexString #5967
Conversation
Hi! Just saw this. I think it could be a great idea to make |
Yea totally works, I was on the fence on what to do so this adds some clarity to the decision. So basically undoing the |
There is one annoying thing that I am remembering now, its that the |
I mean, if the type is |
I totally agree, I am more just babbling to myself before. Unfortunately, i have realized it's not as straightforward as I wished. |
@carlosala got a working solution, its a bit hacky, but IMO its the safest option, returns the assetId as it should be ( |
Sounds good 👍🏻 |
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
closes: #5965
The following is a BREAKING CHANGE
The assetId within the
SignerPayloadJSON
will now be transmitted as a HexString.