-
Notifications
You must be signed in to change notification settings - Fork 499
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
json: cannot unmarshal number into Go struct field RevokeSponsorship.offer_id of type string #3081
Comments
I do think it's the same bug but... could you test on testnet to be sure? |
The problem is here. We save the offer_id as string:
but then it's unmarshaled into int64: go/protocols/horizon/operations/main.go Line 259 in 47e9c16
|
@bartekn note the Also, you were testing it on the 1.9 RC and not on the the GA release. I do think it's the same bug but I will eat my hat if you reproduce it on testnet (with the 1.9 final release) |
PS: it's being tested at
|
@2opremio @bartekn I smoke test this in testnet and the problem is fixed - https://horizon-testnet.stellar.org/transactions/02a69bb0dc83d004ae918aab2d10c9dbc2cbf4451ab12927a691b87e5c6c5079/operations The |
@abuiles thanks for checking! |
What version are you using?
1.9.0
What did you do?
Found this transaction when checking the logs:
https://horizon-protocol14.stellar.org/transactions/36c0f3aaf915667f3a15ef2bba2df4496f17a78e82112e58d26deef6dc203957 it's
/operations
return 500:https://horizon-protocol14.stellar.org/transactions/36c0f3aaf915667f3a15ef2bba2df4496f17a78e82112e58d26deef6dc203957/operations
and the following error:
The text was updated successfully, but these errors were encountered: