We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The args timestamp in create_cita_config not work.
NOW TIME: 2019/3/14 15:27:36
Future Time: PK TIME: 2019/3/14 15:40:00 UNIX TIMESTAMP: 1552549200000
Initial chain with future time
sudo ./env.sh ./scripts/create_cita_config.py create --super_admin "0x4b5ae4567ad5d9fb92bc9afd6a657e6fa13a2523" --nodes "127.0.0.1:4000" --timestamp 1552549200000
setup and start node immediately(Before Future Time)
Expected behavior:
No block created before Future Time.
Actual behavior:
Block created once node started.
Reproduce how often: everytime
develop
------------------Chinese-------------------
Create 配置:指定创世块时间戳,--timestamp 取未来时间时,未到达未来时间也一直出块
Create
--timestamp
The text was updated successfully, but these errors were encountered:
citahub/cita-bft#98
Sorry, something went wrong.
No branches or pull requests
Set timestamp of genesis at future time.
Description
The args timestamp in create_cita_config not work.
Steps to Reproduce
NOW TIME: 2019/3/14 15:27:36
Future Time:
PK TIME: 2019/3/14 15:40:00
UNIX TIMESTAMP: 1552549200000
Initial chain with future time
setup and start node immediately(Before Future Time)
Expected behavior:
No block created before Future Time.
Actual behavior:
Block created once node started.
Reproduce how often:
everytime
Versions
develop
Additional Information
------------------Chinese-------------------
Create
配置:指定创世块时间戳,--timestamp
取未来时间时,未到达未来时间也一直出块The text was updated successfully, but these errors were encountered: