-
Notifications
You must be signed in to change notification settings - Fork 649
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
testnet branch hardcoded settings and default config are not suitable for private testnet by default #1722
Comments
Last time I heard of similar issue, is due to producers running |
config.ini is attached, there are no checkpoints. I also tried to run a testnet with single witness, didn't help. |
Ok, thanks @abitmore, the issue was caused by hardcoded |
@cedar-book @ryanRfox @pmconrad what do you think? |
Documentation update needed:
Best add |
I am working on. --> I had done. |
Added some more comments for config.ini examples. |
Looks good. Thanks! |
@cedar-book in the future, please include a link to the related issue in your PR, that makes compiling the release notes much easier. |
@pmconrad, Yes, I will add that. :) |
Bug Description
I'm testing an application on the local testnet. Testsuite doing balance claim, create account, create assets, transfer, places 1 buy order + 1 sell order.
Expected behavior: all operations appeared in the blocks only once.
Actual result: multiple operations with identical signatures in the block history included into different blocks.
Attached blocks.txt - this is the blocks content of first 100 blocks of the testnet obtained via
get_block
To see the same operations included multiple times, here is a couple signatures:
Also attached the log of the bitshares-core docker container node.log
Config of the node config.ini.txt
Impacts
Describe which portion(s) of BitShares Core may be impacted by this bug. Please tick at least one box.
Steps To Reproduce
Testsuite will be published later.
Host Environment
CORE TEAM TASK LIST
The text was updated successfully, but these errors were encountered: