-
Notifications
You must be signed in to change notification settings - Fork 33
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
parameter interval in transaction_factory.broadcast function does not work #7
Comments
Hi @Jiali-Xing Thanks for your interest in my work. Yes, it is supposed to have less transactions inserted in blocks if we increase Can you send me the I will check this - it's been a long time since I don't touch on this :) |
Thanks for replying. I am using the
And the Thanks for looking into it, I have been trying to fix it for a long time but still didn't find any bugs. |
Is there any progress w.r.t. the transactions? 😃 |
Sorry for the delay on the response, I changed jobs and had some vacations. It's ok for blocks to be broadcasted without transactions, it is the "heartbeat" of most of PoW blockchain networks. That's simulation design that we choose. Let me know if it answer your question, or I misunderstood the issue
With regards this issue, have you figured out some bug or fix, the issue still persist? |
Yes, I think it is a bug in We fixed it by modifying the |
@Jiali-Xing I noticed the same issue, it seems like the |
Hi Carlos Faria,
I like this simulator a lot and is going to use/modify it for my research. I have a question about your implementation of transaction_factory.broadcast after run/read your code (I'm using the config.json in your current github repo):
It seems that the increase of
interval
parameter (interval in seconds between each batch) doesn't change the simulation results? Isn't it supposed to have less transactions done if I set theinterval
sufficiently large relative toduration
?Best,
The text was updated successfully, but these errors were encountered: