{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":329002320,"defaultBranch":"main","name":"coverage-pools","ownerLogin":"keep-network","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2021-01-12T13:53:10.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/30537626?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1709288907.0","currentOid":""},"activityList":{"items":[{"before":"9759f8f62ede0eae04789cbf31d7c74250b21723","after":null,"ref":"refs/heads/node16","pushedAt":"2024-03-01T10:28:27.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"michalinacienciala","name":"Michalina Cienciała","path":"/michalinacienciala","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/78352137?s=80&v=4"}},{"before":null,"after":"4be4a1990cd4c9b1bbb5cb2f90256c496bc582f8","ref":"refs/heads/remove-goerli","pushedAt":"2024-02-22T15:49:14.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"michalinacienciala","name":"Michalina Cienciała","path":"/michalinacienciala","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/78352137?s=80&v=4"},"commit":{"message":"Remove support for Goerli testnet\n\nAs the Goerli testnet became deprecated with end of year 2023 and we've already\nmigrated to Sepolia testnet where we could, we no longer need the Goerli-related\ncode.","shortMessageHtmlLink":"Remove support for Goerli testnet"}},{"before":null,"after":"03a4a337390ae6756d21ee340861286ef5e87d38","ref":"refs/heads/migrate-ci-to-node-20","pushedAt":"2024-02-21T13:00:47.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"michalinacienciala","name":"Michalina Cienciała","path":"/michalinacienciala","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/78352137?s=80&v=4"},"commit":{"message":"Update actions to versions running on Node20\n\nAs per\nhttps://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/,\nGitHub has started a deprecation process for the GitHub Actions that run on\nNode16. We're updating Actions that use this version of Node to newer versions,\nrunning on Node20.","shortMessageHtmlLink":"Update actions to versions running on Node20"}},{"before":"2412024bf6a9767bb36af008fe932876eb2ba5fa","after":null,"ref":"refs/heads/support-sepolia","pushedAt":"2023-10-24T13:00:50.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"lukasz-zimnoch","name":"Łukasz Zimnoch","path":"/lukasz-zimnoch","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11180469?s=80&v=4"}},{"before":"3ee7a56a9a2930519999f5fee7ed817bc2fe5ce6","after":"a9580884764a0617aa85dcc3945a040a1ea0ac1d","ref":"refs/heads/main","pushedAt":"2023-10-24T13:00:48.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"lukasz-zimnoch","name":"Łukasz Zimnoch","path":"/lukasz-zimnoch","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11180469?s=80&v=4"},"commit":{"message":"Merge pull request #235 from keep-network/support-sepolia\n\nSupport deployment on Sepolia","shortMessageHtmlLink":"Merge pull request #235 from keep-network/support-sepolia"}},{"before":"c8244141f76f80950b8f9065653b61b7d06c8df3","after":"2412024bf6a9767bb36af008fe932876eb2ba5fa","ref":"refs/heads/support-sepolia","pushedAt":"2023-10-18T21:34:34.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"michalinacienciala","name":"Michalina Cienciała","path":"/michalinacienciala","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/78352137?s=80&v=4"},"commit":{"message":"Support deployment on Sepolia\n\nThe Görli testnet currently used by Threshold/Keep for development purposes is\nplanned to become deprecated with the end of year 2023. The testnet that was\ncreated to replace it is called\n[Holešky](https://github.com/eth-clients/holesky), however it will take some\ntime until it gets integrated with by some of the projects we rely on.\nAs a solution, we decided to switch first to another testnet that is currently\nlive - Sepolia. This testnet's EOL is planned for 2026, which gives us plenty of\ntime to move to Holešky before Sepolia gets deprecated.\nUntil Görli is not dead we want to support both testnets, which is what we did\nin some of the projects already. In `coverage-pools` however we were missing\nsome Görli configuration. So for now, for consistency between projects, we've\nadded the missing part for Görli support and also added full support of Sepolia\ntestnet.\nSome other changes:\n- we've removed the `contracts-etherscan-verification` job from CI (it was\n needed when `hardhat-deploy` was used to verify contracts, but in\n https://github.com/threshold-network/solidity-contracts/pull/125 we switched\n to using `@nomiclabs/hardhat-etherscan` plugin\n- we've updated the versions of some of the actions used in our CI, as the\n previously set versions were running on `node14` which will be no longer\n supported by GH at some point in the future","shortMessageHtmlLink":"Support deployment on Sepolia"}},{"before":null,"after":"c8244141f76f80950b8f9065653b61b7d06c8df3","ref":"refs/heads/support-sepolia","pushedAt":"2023-10-18T21:26:49.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"michalinacienciala","name":"Michalina Cienciała","path":"/michalinacienciala","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/78352137?s=80&v=4"},"commit":{"message":"Support deployment on Sepolia\n\nThe Görli testnet currently used by Threshold/Keep for development purposes is\nplanned to become deprecated with the end of year 2023. The testnet that was\ncreated to replace it is called\n[Holešky](https://github.com/eth-clients/holesky), however it will take some\ntime until it gets integrated with by some of the projects we rely on.\nAs a solution, we decided to switch first to another testnet that is currently\nlive - Sepolia. This testnet's EOL is planned for 2026, which gives us plenty of\ntime to move to Holešky before Sepolia gets deprecated.\nUntil Görli is not dead we want to support both testnets, which is what we did\nin some of the projects already. In `coverage-pools` however we were missing\nsome Görli configuration. So for now, for consistency between projects, we've\nadded the missing part for Görli support and also added full support of Sepolia\ntestnet.\nSome other changes:\n- we've removed the `contracts-etherscan-verification` job from CI (it was\n needed when `hardhat-deploy` was used to verify contracts, but in\n https://github.com/threshold-network/solidity-contracts/pull/125 we switched\n to using `@nomiclabs/hardhat-etherscan` plugin\n- we've updated the versions of some of the actions used in our CI, as the\n previously set versions were running on `node14` which will be no longer\n supported by GH at some point in the future","shortMessageHtmlLink":"Support deployment on Sepolia"}},{"before":"96d7110a3c29a9063197417fd9bdec282715d646","after":null,"ref":"refs/heads/update-dependencies","pushedAt":"2023-06-14T10:15:27.340Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dimpar","name":"Dymitr (Dmitry) Paremski","path":"/dimpar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3156420?s=80&v=4"}},{"before":"71047ca0afab86884821b8f9b42e96d7634bd5ae","after":"3ee7a56a9a2930519999f5fee7ed817bc2fe5ce6","ref":"refs/heads/main","pushedAt":"2023-06-14T10:15:26.094Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"dimpar","name":"Dymitr (Dmitry) Paremski","path":"/dimpar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3156420?s=80&v=4"},"commit":{"message":"Merge pull request #233 from keep-network/update-dependencies\n\nUpdate dependencies to `solidity-contracts`","shortMessageHtmlLink":"Merge pull request #233 from keep-network/update-dependencies"}},{"before":null,"after":"96d7110a3c29a9063197417fd9bdec282715d646","ref":"refs/heads/update-dependencies","pushedAt":"2023-06-07T18:25:42.131Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"michalinacienciala","name":"Michalina Cienciała","path":"/michalinacienciala","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/78352137?s=80&v=4"},"commit":{"message":"Update dependencies to `solidity-contracts`\n\nWe have published new `@threshold-network/solidity-contract` package. This\npackage no longer includes the `prepare-dependencies.sh` script which was\ncausing random failures during `yarn install`. As in some CI jobs we install the\ndependencies based on the lockfile (with the `--frozen-lockfile` flag), we need\nto update the dependencies in the lockfile so that the new, improved packages\nwould be used.","shortMessageHtmlLink":"Update dependencies to solidity-contracts"}},{"before":"fc60cd553e90631175fc74cc741003d7a833aa99","after":"9759f8f62ede0eae04789cbf31d7c74250b21723","ref":"refs/heads/node16","pushedAt":"2023-06-06T15:27:32.819Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"michalinacienciala","name":"Michalina Cienciała","path":"/michalinacienciala","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/78352137?s=80&v=4"},"commit":{"message":"Merge branch 'main' into node16","shortMessageHtmlLink":"Merge branch 'main' into node16"}},{"before":"7288c57d14f546e8f6231279885ed4e2a0cc3db2","after":"fc60cd553e90631175fc74cc741003d7a833aa99","ref":"refs/heads/node16","pushedAt":"2023-04-18T09:58:29.000Z","pushType":"push","commitsCount":64,"pusher":{"login":"pdyraga","name":"Piotr Dyraga","path":"/pdyraga","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4712360?s=80&v=4"},"commit":{"message":"Merge branch 'main' into node16","shortMessageHtmlLink":"Merge branch 'main' into node16"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAECaP0LAA","startCursor":null,"endCursor":null}},"title":"Activity · keep-network/coverage-pools"}