1k-validators-be
1k-validators-be copied to clipboard
Thousand Validators Program backend.
Bumps [react-icons](https://github.com/react-icons/react-icons) from 5.0.1 to 5.1.0. Release notes Sourced from react-icons's releases. v5.1.0 What's Changed Icon sets update https://github.com/react-icons/react-icons/commit/454170000eb241cf78a23609fb6e47f86de079f4 Fix Grammatical Error by @daggy1234 in react-icons/react-icons#904 Bump follow-redirects from 1.15.4...
Bumps [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) from 1.3.1 to 1.5.0. Release notes Sourced from @vitest/coverage-v8's releases. v1.5.0 🚀 Features Add configuration for diff truncation - by @willieho in vitest-dev/vitest#5073 and vitest-dev/vitest#5333 (6797b) Remove unrelated...
Validity state seems to be incorrect: "active": false, "bonded": 6900.153437695, "valid": false, "validity": [ { "valid": true, "type": "ONLINE", "details": "", "updated": 1712920474522, "_id": "6619179ab1e51a272ffa87f8" }, { "valid": true, "type":...
- The entire chain doesn't need to be queried, this queries only the past 84 eras of era points. - fixes https://github.com/w3f/1k-validators-be-PRIVATE/issues/71
- Adds indexes to LatestValidatorSet, should help with mongo slow queries, as before resulted from COLSCAN instead of IXSCAN https://github.com/w3f/1k-validators-be-PRIVATE/issues/7
- Adds config flag `enableKYC` - when this is set to true, only candidates with the kyc flag will be considered valid https://github.com/w3f/1k-validators-be-PRIVATE/issues/16
Increases time between endpoint queries should resolve timeouts mentioned in https://github.com/w3f/1k-validators-be-PRIVATE/issues/50
Updates release checking to not include `parachain` releases https://github.com/w3f/1k-validators-be-PRIVATE/issues/73
- fixes `/docs` endpoint, which was broken with the v3.1.7 release closes https://github.com/w3f/1k-validators-be-PRIVATE/issues/72