Skip to content
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

ExtraData returned undecoded by api/v1/transaction-info on node.deso.org (ok on bitclout.com) #344

Open
starykolarz opened this issue May 8, 2022 · 1 comment

Comments

@starykolarz
Copy link

Maybe same case as previously in #291 ?

Input same for both nodes:

{
"TransactionIDBase58Check": "3JuETwis9NameGLeEDKhqmo1wu5TsJnhWWPCHr95upor1zHn75d9Xo",
"PublicKeyBase58Check":"",
"Limit": 10,
"LastPublicKeyTransactionIndex": 0,
"IsMempool": false,
"IDsOnly":false
}

Output on node.deso.org (just the ExtraData field):

  "ExtraData": {"BuyNowPriceNanos": "\u0000"}

on bitclout.com:

  "ExtraData": {"BuyNowPriceNanos": "00"}
@starykolarz
Copy link
Author

starykolarz commented May 12, 2022

Since around 15 minutes (so around 10:15 UTC, 12 May) - same thing on bitclout.com - since I submitted the issue 4 days ago until now bitclout.com was ok, so I guess some upgrades for upcoming hardfork were introduced to bitclout.com now....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@starykolarz and others