Keep Core v2.2.0
Built from commit: f85846f
Downloads
- Linux AMD64:
keep-client-mainnet-v2.2.0-linux-amd64.tar.gz
- macOS AMD64:
keep-client-mainnet-v2.2.0-darwin-amd64.tar.gz
Verification
All binaries include MD5 and SHA256 checksums for verification.
Changes since v2.1.0
fc9e0f6 Trigger contract CI checks
9faf25b Fix nested quote issue in release workflow
807d467 ci: trigger run on squashed commit
6ab2585 fix: eliminate Docker dependency anti-pattern and implement proper Go module management
289f797 fix: restore accidentally deleted generated TokenStaking files
73488a4 docs: add comments explaining _address placeholder files
1fb8eb1 fix: restore missing _address/TokenStaking placeholder file
733d657 Fix YAML formatting in release workflow
3b9cac5 Add automated GitHub releases workflow
a9c6435 fix: revert CI to use existing generated files instead of regenerating
b9cbd02 fix: add code generation to vet and lint CI jobs
ba7a578 fix: add -checklinkname=0 flag to resolve Go 1.24 build failures
9a800a8 chore: bump go version to 1.24
c2f03c1 chore(ci): use consistent go version on ci
06611f3 feat: remove bootstrap nodes from embedded peer lists
b71642b extend test module timeout to 15m
4918528 ci: exclude SA1019 deprecation warnings from staticcheck with -checks=
d43d456 ci: exclude SA1019 deprecation warnings from staticcheck
59b012e explicit go version on staticcheck for client-lint
53f0f89 ci: exclude G115 integer overflow warnings from gosec scan