Fix a problem in mine Rosetta Project
Budget: $30 – $250 USD
Hello,
I have create a implementation for rosetta-api (https://www.rosetta-api.org/) for a pivx forked coin.
Now i want to run the test of rosetta-cli then i'm getting the following error:
```go
root@vultr:~/rosetta-eunopay# rosetta-cli check:data --configuration-file rosetta-cli-conf/mainnet/config.json
loaded configuration file: rosetta-cli-conf/mainnet/config.json
2022/02/03 22:33:46 error {"code":2,"message":"Eunod is not ready","retriable":true} assertion failed: asserter not initialized
2022/02/03 22:33:46 {"code":2,"message":"Eunod is not ready","retriable":true}: retrying fetch for network status {"blockchain":"EUNO","network":"Mainnet"} after 0.609930s (prior attempts: 1)
2022/02/03 22:33:46 error {"code":2,"message":"Eunod is not ready","retriable":true} assertion failed: asserter not initialized
2022/02/03 22:33:46 {"code":2,"message":"Eunod is not ready","retriable":true}: retrying fetch for network status {"blockchain":"EUNO","network":"Mainnet"} after 0.487429s (prior attempts: 2)
2022/02/03 22:33:47 error {"code":2,"message":"Eunod is not ready","retriable":true} assertion failed: asserter not initialized
2022/02/03 22:33:47 {"code":2,"message":"Eunod is not ready","retriable":true}: retrying fetch for network status {"blockchain":"EUNO","network":"Mainnet"} after 0.838227s (prior attempts: 3)
2022/02/03 22:33:48 error {"code":2,"message":"Eunod is not ready","retriable":true} assertion failed: asserter not initialized
2022/02/03 22:33:48 {"code":2,"message":"Eunod is not ready","retriable":true}: retrying fetch for network status {"blockchain":"EUNO","network":"Mainnet"} after 2.105228s (prior attempts: 4)
2022/02/03 22:33:50 error {"code":2,"message":"Eunod is not ready","retriable":true} assertion failed: asserter not initialized
2022/02/03 22:33:50 {"code":2,"message":"Eunod is not ready","retriable":true}: retrying fetch for network status {"blockchain":"EUNO","network":"Mainnet"} after 3.609552s (prior attempts: 5)
2022/02/03 22:33:53 error {"code":2,"message":"Eunod is not ready","retriable":true} assertion failed: asserter not initialized
Error: retries exhausted: network status {"blockchain":"EUNO","network":"Mainnet"}: unable to initialize asserter
```
Rosetta has been forked from rosetta-bitcoin (https://github.com/coinbase/rosetta-bitcoin)
Mine source code is at: https://github.com/ScArFaCe2020/rosetta-eunopay
Can anyone help me to let rosetta comunicate with the deamon and fix the error..
I have create a implementation for rosetta-api (https://www.rosetta-api.org/) for a pivx forked coin.
Now i want to run the test of rosetta-cli then i'm getting the following error:
```go
root@vultr:~/rosetta-eunopay# rosetta-cli check:data --configuration-file rosetta-cli-conf/mainnet/config.json
loaded configuration file: rosetta-cli-conf/mainnet/config.json
2022/02/03 22:33:46 error {"code":2,"message":"Eunod is not ready","retriable":true} assertion failed: asserter not initialized
2022/02/03 22:33:46 {"code":2,"message":"Eunod is not ready","retriable":true}: retrying fetch for network status {"blockchain":"EUNO","network":"Mainnet"} after 0.609930s (prior attempts: 1)
2022/02/03 22:33:46 error {"code":2,"message":"Eunod is not ready","retriable":true} assertion failed: asserter not initialized
2022/02/03 22:33:46 {"code":2,"message":"Eunod is not ready","retriable":true}: retrying fetch for network status {"blockchain":"EUNO","network":"Mainnet"} after 0.487429s (prior attempts: 2)
2022/02/03 22:33:47 error {"code":2,"message":"Eunod is not ready","retriable":true} assertion failed: asserter not initialized
2022/02/03 22:33:47 {"code":2,"message":"Eunod is not ready","retriable":true}: retrying fetch for network status {"blockchain":"EUNO","network":"Mainnet"} after 0.838227s (prior attempts: 3)
2022/02/03 22:33:48 error {"code":2,"message":"Eunod is not ready","retriable":true} assertion failed: asserter not initialized
2022/02/03 22:33:48 {"code":2,"message":"Eunod is not ready","retriable":true}: retrying fetch for network status {"blockchain":"EUNO","network":"Mainnet"} after 2.105228s (prior attempts: 4)
2022/02/03 22:33:50 error {"code":2,"message":"Eunod is not ready","retriable":true} assertion failed: asserter not initialized
2022/02/03 22:33:50 {"code":2,"message":"Eunod is not ready","retriable":true}: retrying fetch for network status {"blockchain":"EUNO","network":"Mainnet"} after 3.609552s (prior attempts: 5)
2022/02/03 22:33:53 error {"code":2,"message":"Eunod is not ready","retriable":true} assertion failed: asserter not initialized
Error: retries exhausted: network status {"blockchain":"EUNO","network":"Mainnet"}: unable to initialize asserter
```
Rosetta has been forked from rosetta-bitcoin (https://github.com/coinbase/rosetta-bitcoin)
Mine source code is at: https://github.com/ScArFaCe2020/rosetta-eunopay
Can anyone help me to let rosetta comunicate with the deamon and fix the error..