croncat-rs icon indicating copy to clipboard operation
croncat-rs copied to clipboard

A Rust version of the CronCat agent.

Results 18 croncat-rs issues
Sort by recently updated
recently updated
newest added

This doesn't make sense: Ticket is to address tech debt

Originally posted in this issue: https://github.com/CronCats/cosmos-chain-registry/issues/4 If the config file contains any chain ID that no longer exists in chain-registry, the entire agent breaks Chain IDs change frequently, so this...

I'm on an Ubuntu 20 server running the `main` branch. As shown here: This is a situation after running the `setup-service` command. I compared this to the system service file...

# Issue Right now if you attempt to connect to local node or chain that's not in [chain-registry](https://github.com/cosmos/chain-registry), our config setup explodes. # Tasks - [ ] Don't error on...

enhancement

My agent registered, and was instantly nominated mode. When the agent booted, it waited 10 blocks before doing the nominate flow. would be nice if it nominated upon initial check

enhancement

## Problem: Right now the logging setup to `~/.croncat/logs` will make a new file daily but never cleans up after itself. ## Solution: Truncate logs after `n` days, maybe make...

bug

### GOAL: Setup a way to have "E2E" testing to ensure new code doesnt break previous functionality. Add unit tests to cover basics, add mocks for helping aid replicable flows....

enhancement
help wanted

Needs discussion: Creating releases, including deployed contracts for factories on-chain.

question