mr-t | Ark Protocol
mr-t | Ark Protocol
Another comment on possible solution. I also like using while loop instead of using handles. It made me understand locking a bit better and that after each loop, status is...
In either case I would use counter for calculating thread sleep duration (as shown in above example). This makes output look better: > ... > for i in 0..10 {...
Can confirm, having the same issue. Hermes creates completely different Injective address - as compared to `injectived` or `rly`.
Any updates here? Bug can be reproduce and Injective addresses arent properly created - even with hd path `m/44'/60'/0'/0/0` (results to different address compared to using `injectived` cli).
> According to the Injective documentation: > > > By default, the keyring generates a eth_secp256k1 keypair. The keyring also supports ed25519 keys, which may be created by passing the...
> Thanks for the report! Can you please re-run the command that failed with the `--debug=rpc` flag and post the logs here? > > eg. > > ``` > hermes...
Seems like `hermes start` is doing to many requests. Can I change this?
I guess rate limiter gets into account. Depending in what state hermes is `ERROR link initialization failed during channel counterparty verification: failed during a query to chain 'pisco-1': RPC error...
Sometime I also get an `ERROR channel wasm.terra1luhy2ngj7y0lqy3vjek3xm777pywptzzea0sc5ymu4pmafjrn07s5rlmxt/channel-354 does not exist on chain pisco-1: RPC error to endpoint https://terra-testnet-rpc.polkachu.com/: serde parse error: expected value at line 1 column 1` Which...
> > Seems like `hermes start` is doing to many requests. Can I change this? > > Are you connecting to a public node? If so then there is not...