restake icon indicating copy to clipboard operation
restake copied to clipboard

Auto-compounder script for Cosmos Validators using REStake

Results 65 restake issues
Sort by recently updated
recently updated
newest added

Fixes #779. - adds Winston as a replacement to `timeStamp()` function - replaces all `timeStamp()` occurrences with Winston calls - Winston is set to pretty-print logs, assuming it doesn't have...

We use GitHub releases/git tags, but the app isn't aware of the current version. Introduce app versioning and reference this in the REStake user agent. Potentially use https://github.com/semantic-release/semantic-release

Would be nice if REStake would use the logging solution instead of `timestamp(...)`. My suggestion is [winston](https://github.com/winstonjs/winston). Benefits: 1) possibility to display logs in one format instead of needing to...

After a recent update, Realio Network fails when restaking. This seems to be caused by the way REStake handles autocompounding - we send a single Delegate message for the amount...

The current implementation of the REStake script was ripped out of the REStake UI code and moved into this repo. It's a few years old now, and was written very...