SirSevenG
SirSevenG
Actually... looks like it. ) Lemme retest. UPD: did previous test for logs with missing tx_history: true, my bad.
Request: ```bash curl --url "http://127.0.0.1:7783" --data "{ \"method\":\"enable_tendermint_with_assets\", \"mmrpc\":\"2.0\", \"params\":{ \"ticker\":\"IRIS\", \"tx_history\":true, \"tokens_params\": [ {\"ticker\":\"ATOM-IBC_IRIS\"}], \"rpc_urls\": [\"https://iris.komodo.live/\", \"https://rpc.irishub-1.irisnet.org\"] }, \"userpass\":\"$userpass\" }" ``` ```json {"mmrpc":"2.0","result":{"ticker":"IRIS","address":"iaa1r000ap9xfh50py5k38wn3hymf6r9h54a8ktusq","current_block":18023098,"balance":{"spendable":"81.631007","unspendable":"0"},"tokens_balances":{"ATOM-IBC_IRIS":{"spendable":"0","unspendable":"0"}}},"id":null} ``` Request: ```bash curl --url "http://127.0.0.1:7783"...
@artemii235 Haven't finished required changes on IRIS node to get porper logs yet But I think it's worth mentioning that currently testing an older version of mm2 on WebDEX I...
@artemii235 Logs are in `/var/log/iris.log` Service: `/etc/systemd/system/iris-node.service` `.iris/data/name.db/LOG` has `name` db logs for each service If you will need more logs, check `iris start --help` and add params to ExecStart...
With added storage to IRIS node, we've solved server-side issues. But it does not solve entirely the initial problem. We are missing old transactions, and likely at some point in...