Skip to content

Tags: keep-network/keep-common

Tags

v1.7.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #82 from keep-network/balance-monitoring-retries

Balance monitoring retries

We want to use a retry mechanism for single executions of the balance check.
The retries will be performed during the period of retryTimeout, logging 
a warning on each error. When the timeout is hit an error will be logged and 
retries stopped. The next balance check will be triggered at the next tick.

v1.6.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #81 from keep-network/go-ethereum-1.10.8

Update go-ethereum version to v1.10.8

v1.5.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #78 from keep-network/log-msg-fix

Added missing space in the transaction submission message

v1.2.0

v1.2.0

- Continue when block number could not be parsed (#39)
- Metrics package (#40)
- Immediate first metric observation kick (#41)
- Diagnostics package (#43)
- Removed ethereum account address from config (#44)
- Implementation of Ethereum rate limiter (#46)
- Add GoSec workflow (#48)

v1.1.0

v1.1.0

- Automatic pending transaction resubmissions with higher gas price (#36)

v1.0.0

v1.0.0

v1.0.0 release of keep-common.

v0.3.2

v0.3.2

- Max file length of 128 characters, moveAll error handling improvements (#34)