"publicAddress"
config in the config file, instead we get public addresses from the "ETH_PRIVATE_KEYS"
environment variable."ETH_PRIVATE_KEY"
environment variable to a list of private keys (separated by ,
) and now it will be defined using "ETH_PRIVATE_KEYS"
environment variable../telliot --config="config.json" stake deposit
, it becomes:./telliot stake deposit --config="config.json"
Removed the RemoteMining
-r
flag. Remote is active when specifying a RemoteDBHost
for the Mine
command. See the configs/config.json
for an example.configs/config.json
.configs/config.json
for an example of the new format.index.json
parsing to be more flexible and allow using different parsers. With the notion of parser
and param
can allow combining different parsers and parsers parameters. The default is still jsonPath
, but current users need to rename jsonPath
to param
in their index.json
file.interval
field in the indexes.json
file. This sets a custom trackerCycle for a specific (e.g. an interval: 600
would lead to the API being updated every hour)minSubmitPeriod
field in the config.json
file. This sets a limit on how often telliot can send submits. The default is 15min which is what the current oracle contract allows.index.json
to be able to submit..env
file location. The default is now configs/.env
so users should either specify a custom location in the config.json
or move it inside the default config folder.ProfitThreshold
(in percents) settings in the config,