-
Notifications
You must be signed in to change notification settings - Fork 458
Move TOP=true param. to config.json #285
Comments
Can you provide some detail about this flag and what it does? On Sep 30, 2016 17:11, "Gr33nDrag0n" notifications@github.com wrote:
|
In order for this page of lisk-explorer to work as expected, I need to do the following modification in lisk.sh each upgrade. I don't wan't to use a sed replace for it since I feel that this particulatr line starting lisk app.js can be modified anytime. Using a jq command would make it simpler and cleaner.
|
@Gr33nDrag0n69: Thanks for your suggestion. Yes we will implement. I agree it would better to enable / disable this option within |
@karmacoma thanxs greatly appreciated. It's the only option I know that can only be enabled from env. var. I don't know if there is others options but maybe check for that too while being at it. Moving all of them at once would probably save some time later. |
Duplicated. I have already reported that one before But there is flag - Won't fix. |
@karek314 Okay this issue was closed, and should not have been. We will fix here now. Thanks 👍 |
I will resolve this shortly. |
- Do not apply or undo transaction when syncing (before processing). - Fixed #293. Expected type string but found type null @Isabello. - Closed #285. Moved TOP=true param. to config.json @Isabello. - Fixed state filter on GET /api/peers/ endpoint. - Using extend consistently for all object extension. - Handling NaN port in Peers.prototype.inspect. - Revised and improved schema validations.
In order to activate this functionality on the lisk client. The parameter must be pass to nodejs from command line. It would be great if this parameter could be moved to the config.json file with a false value by default. It would prevent having to modify lisk.sh every time I update to enable this functionality for lisk-explorer. (Or any other 3rd party apps wanting to access this functionality.)
The text was updated successfully, but these errors were encountered: