-
Notifications
You must be signed in to change notification settings - Fork 227
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
Trouble with broadcasting #114
Comments
Are you still experiencing this issue? |
Seems like this would not be a bug in this library? |
This sounds like the bug in steem itself where posts were showing up and then vanishing. I don't know if there is a bug number for it but reports of it were all over the place on steemit. |
I don't think that this is a bug: A custom json operation has 2 validations:
--> That means the operation is always acccepted. When the operation is now added into a block (which happens ~3 seconds) Steem is searching for something that can apply the block by using the id. E.g. if the ID is set to "follow", the follow plugin will say "Hay, I can process this shit" and will check and apply it. As you used "test" as the id and I wasn't able to find something that can process this id in the source code, I guess that the As this is an official steem repo you may have better connections to clarify this with a Steem Dev Team member, but from my point of view it is working as expected. |
Chrome. Windows.
I'm trying to broadcast custom_json. And sometimes the transaction not included in blockchain.
For example, sending custom JSON
{"test":"test0.9343139010386905"}
with command:
Getting response.
err
isnull
andresult
is:Immediately after sending I see the transaction in my history with
steem.api.getAccountHistory
, But it disappears in 3 seconds.And no transaction in blockchain included:
https://steemd.com/@xtar
Not every time. Sometimes.
Why it happening?
Try it many times. Do you have the same issue too?
The text was updated successfully, but these errors were encountered: