openethereum / parity-deploy

Parity deployment script.
Apache License 2.0
81 stars 52 forks source link

millisecondTimestamp ? #59

Closed drandreaskrueger closed 6 years ago

drandreaskrueger commented 6 years ago

How to configure this?

I have tried to turn https://github.com/paritytech/parity-deploy/blob/master/config/spec/engine/instantseal into

        "engine": {
                "instantSeal": {
                        "params": {
                                "millisecondTimestamp": true
                        }
                  }
        },

and then do

./parity-deploy.sh --config dev --name instantseal --geth
docker-compose up

but the time resolution is still whole seconds.

drandreaskrueger commented 6 years ago

Parity/v1.11.10-stable-31720e6-20180830

ordian commented 6 years ago

@drandreaskrueger this feature was merged only 5 days ago, hence it's not in stable yet. Usually we backport only fixes, so you have to you use master branch if you want this feature enabled now.

drandreaskrueger commented 6 years ago

ah, gotcha - thanks.