{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":229038283,"defaultBranch":"master","name":"network-contracts","ownerLogin":"streamr-dev","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2019-12-19T11:14:27.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/8115255?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1721282154.0","currentOid":""},"activityList":{"items":[{"before":"5ba896cf225c042a56b6b7533a448a5e4f8837d0","after":null,"ref":"refs/heads/dependabot/github_actions/docker/build-push-action-6.4.0","pushedAt":"2024-07-18T05:55:54.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":null,"after":"0f763fc03a642bd8cae31c40775c4b9c9fe4c7e3","ref":"refs/heads/dependabot/github_actions/docker/build-push-action-6.4.1","pushedAt":"2024-07-18T05:55:49.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"ci: bump docker/build-push-action from 5.3.0 to 6.4.1\n\nBumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.3.0 to 6.4.1.\n- [Release notes](https://github.com/docker/build-push-action/releases)\n- [Commits](https://github.com/docker/build-push-action/compare/v5.3.0...v6.4.1)\n\n---\nupdated-dependencies:\n- dependency-name: docker/build-push-action\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"ci: bump docker/build-push-action from 5.3.0 to 6.4.1"}},{"before":"defa2651b466133f669eb1b6d21c8bf0b678ef50","after":null,"ref":"refs/heads/dependabot/github_actions/docker/build-push-action-6.3.0","pushedAt":"2024-07-16T05:51:01.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":null,"after":"5ba896cf225c042a56b6b7533a448a5e4f8837d0","ref":"refs/heads/dependabot/github_actions/docker/build-push-action-6.4.0","pushedAt":"2024-07-16T05:50:56.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"ci: bump docker/build-push-action from 5.3.0 to 6.4.0\n\nBumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.3.0 to 6.4.0.\n- [Release notes](https://github.com/docker/build-push-action/releases)\n- [Commits](https://github.com/docker/build-push-action/compare/v5.3.0...v6.4.0)\n\n---\nupdated-dependencies:\n- dependency-name: docker/build-push-action\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"ci: bump docker/build-push-action from 5.3.0 to 6.4.0"}},{"before":"4db8afd39717889e37dc2bc06fb046b7d33d2224","after":"d3afbd73bfeefc13a7157148fc5084721c53c950","ref":"refs/heads/master","pushedAt":"2024-07-12T16:21:21.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jtakalai","name":null,"path":"/jtakalai","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16594664?s=80&v=4"},"commit":{"message":"doc: add mention about *ForUserId functions to README","shortMessageHtmlLink":"doc: add mention about *ForUserId functions to README"}},{"before":"f9f53723ff1f4702a0548f710e46b4a1e9fc4d00","after":null,"ref":"refs/heads/eth-777-userid-functions-with-addresses","pushedAt":"2024-07-12T15:48:19.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"jtakalai","name":null,"path":"/jtakalai","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16594664?s=80&v=4"}},{"before":"705ed9c17770a770284c0d6e104978b43a9f0ae9","after":"4db8afd39717889e37dc2bc06fb046b7d33d2224","ref":"refs/heads/master","pushedAt":"2024-07-12T15:48:17.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jtakalai","name":null,"path":"/jtakalai","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16594664?s=80&v=4"},"commit":{"message":"ETH-777: *ForUserId functions can be used with addresses (#879)\n\n* fix: ETH-777 *ForUserId functions can be used with addresses\r\n\r\nswitched abi.encode to abi.encodePacked. Normal encode would add offset+length to the bytes in the ABI encoding form. Packed form just outputs the bytes directly, allowing emulating normal packing of an address by simply padding the address to 32 bytes. This was the intention all along.\r\n\r\n* test: improve\r\n\r\nalways use UserId-function with address-function\r\n\r\n* build: attempt to fix CI problem by separate build script file\r\n\r\nI'm seeing as if when executing `rm -rf artifacts && hardhat compile && rm -rf dist && tsc -p tsconfig.build.json && ./generateSelectorsTxt.sh`, it starts doing `tsc -p tsconfig.build.json` in the middle of `hardhat compile` when of course the resulting files aren't available yet.\r\n\r\nHere's the CI log from https://github.com/streamr-dev/network-contracts/actions/runs/9895022757/job/27333944424:\r\n```\r\n> @streamr/network-contracts@7.1.1 build\r\n> rm -rf artifacts && hardhat compile && rm -rf dist && tsc -p tsconfig.build.json && ./generateSelectorsTxt.sh\r\n\r\nYou have both ethereum-waffle and @nomicfoundation/hardhat-chai-matchers installed. They don't work correctly together, so please make sure you only use one.\r\n\r\nWe recommend you migrate to @nomicfoundation/hardhat-chai-matchers. Learn how to do it here: https://hardhat.org/migrate-from-waffle\r\nDownloading compiler 0.8.13\r\nDownloading compiler 0.4.24\r\nDownloading compiler 0.8.9\r\nError: src/exports.ts(1,66): error TS2307: Cannot find module '../artifacts/contracts/OperatorTokenomics/Operator.sol/Operator.json' or its corresponding type declarations.\r\nError: src/exports.ts(2,31): error TS2307: Cannot find module '../typechain/contracts/OperatorTokenomics/Operator' or its corresponding type declarations.\r\n```\r\n\r\n* build: fix flags for CI\r\n\r\nit's Linux and I guess bash has different flags there?\r\n\r\n* fix: remove script flags","shortMessageHtmlLink":"ETH-777: *ForUserId functions can be used with addresses (#879)"}},{"before":"05ba8454c48905e74bbb10771d3542c88a279e0a","after":"f9f53723ff1f4702a0548f710e46b4a1e9fc4d00","ref":"refs/heads/eth-777-userid-functions-with-addresses","pushedAt":"2024-07-12T15:17:07.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jtakalai","name":null,"path":"/jtakalai","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16594664?s=80&v=4"},"commit":{"message":"fix: remove script flags","shortMessageHtmlLink":"fix: remove script flags"}},{"before":"5337a84039389ed70c2ff0e16a9695e51a273a45","after":"05ba8454c48905e74bbb10771d3542c88a279e0a","ref":"refs/heads/eth-777-userid-functions-with-addresses","pushedAt":"2024-07-12T15:12:16.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jtakalai","name":null,"path":"/jtakalai","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16594664?s=80&v=4"},"commit":{"message":"build: fix flags for CI\n\nit's Linux and I guess bash has different flags there?","shortMessageHtmlLink":"build: fix flags for CI"}},{"before":"594dd24035c93dd6c101ef3053e9fc776b4c40b7","after":"5337a84039389ed70c2ff0e16a9695e51a273a45","ref":"refs/heads/eth-777-userid-functions-with-addresses","pushedAt":"2024-07-12T11:56:16.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jtakalai","name":null,"path":"/jtakalai","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16594664?s=80&v=4"},"commit":{"message":"build: attempt to fix CI problem by separate build script file\n\nI'm seeing as if when executing `rm -rf artifacts && hardhat compile && rm -rf dist && tsc -p tsconfig.build.json && ./generateSelectorsTxt.sh`, it starts doing `tsc -p tsconfig.build.json` in the middle of `hardhat compile` when of course the resulting files aren't available yet.\n\nHere's the CI log from https://github.com/streamr-dev/network-contracts/actions/runs/9895022757/job/27333944424:\n```\n> @streamr/network-contracts@7.1.1 build\n> rm -rf artifacts && hardhat compile && rm -rf dist && tsc -p tsconfig.build.json && ./generateSelectorsTxt.sh\n\nYou have both ethereum-waffle and @nomicfoundation/hardhat-chai-matchers installed. They don't work correctly together, so please make sure you only use one.\n\nWe recommend you migrate to @nomicfoundation/hardhat-chai-matchers. Learn how to do it here: https://hardhat.org/migrate-from-waffle\nDownloading compiler 0.8.13\nDownloading compiler 0.4.24\nDownloading compiler 0.8.9\nError: src/exports.ts(1,66): error TS2307: Cannot find module '../artifacts/contracts/OperatorTokenomics/Operator.sol/Operator.json' or its corresponding type declarations.\nError: src/exports.ts(2,31): error TS2307: Cannot find module '../typechain/contracts/OperatorTokenomics/Operator' or its corresponding type declarations.\n```","shortMessageHtmlLink":"build: attempt to fix CI problem by separate build script file"}},{"before":"aeb0dbc1ee5add1ec95079326acd9c2db9446368","after":"594dd24035c93dd6c101ef3053e9fc776b4c40b7","ref":"refs/heads/eth-777-userid-functions-with-addresses","pushedAt":"2024-07-11T16:21:08.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jtakalai","name":null,"path":"/jtakalai","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16594664?s=80&v=4"},"commit":{"message":"test: improve\n\nalways use UserId-function with address-function","shortMessageHtmlLink":"test: improve"}},{"before":null,"after":"aeb0dbc1ee5add1ec95079326acd9c2db9446368","ref":"refs/heads/eth-777-userid-functions-with-addresses","pushedAt":"2024-07-11T15:56:27.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"jtakalai","name":null,"path":"/jtakalai","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16594664?s=80&v=4"},"commit":{"message":"fix: ETH-777 *ForUserId functions can be used with addresses\n\nswitched abi.encode to abi.encodePacked. Normal encode would add offset+length to the bytes in the ABI encoding form. Packed form just outputs the bytes directly, allowing emulating normal packing of an address by simply padding the address to 32 bytes. This was the intention all along.","shortMessageHtmlLink":"fix: ETH-777 *ForUserId functions can be used with addresses"}},{"before":"cf55896571d6b3ca313678aa30b8bdca2edc0aa0","after":"705ed9c17770a770284c0d6e104978b43a9f0ae9","ref":"refs/heads/master","pushedAt":"2024-07-10T10:29:59.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jtakalai","name":null,"path":"/jtakalai","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16594664?s=80&v=4"},"commit":{"message":"doc: add logging","shortMessageHtmlLink":"doc: add logging"}},{"before":"3081661bb5a2971025440e8bee9422c5b4f60065","after":null,"ref":"refs/heads/eth-780-ens-sync-gas-pricing-bug","pushedAt":"2024-07-10T09:40:30.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"jtakalai","name":null,"path":"/jtakalai","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16594664?s=80&v=4"}},{"before":"5c0ecfdf95a095ac0a61d527a4379bf56cf0256b","after":"cf55896571d6b3ca313678aa30b8bdca2edc0aa0","ref":"refs/heads/master","pushedAt":"2024-07-10T09:40:28.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jtakalai","name":null,"path":"/jtakalai","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16594664?s=80&v=4"},"commit":{"message":"fix: don't let maxPriorityFeePerGas be more than maxFeePerGas (#878)\n\nthis may result on RPC giving error \"tip higher than fee cap\"","shortMessageHtmlLink":"fix: don't let maxPriorityFeePerGas be more than maxFeePerGas (#878)"}},{"before":null,"after":"3081661bb5a2971025440e8bee9422c5b4f60065","ref":"refs/heads/eth-780-ens-sync-gas-pricing-bug","pushedAt":"2024-07-10T09:20:03.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"jtakalai","name":null,"path":"/jtakalai","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16594664?s=80&v=4"},"commit":{"message":"fix: don't let maxPriorityFeePerGas be more than maxFeePerGas\n\nthis may result on RPC giving error \"tip higher than fee cap\"","shortMessageHtmlLink":"fix: don't let maxPriorityFeePerGas be more than maxFeePerGas"}},{"before":null,"after":"4b3beaa6d1c124030ed0e19bb2d94292cdc115c2","ref":"refs/heads/dependabot/npm_and_yarn/packages/network-contracts/streamr/utils-101.0.1","pushedAt":"2024-07-10T06:04:59.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"build(deps-dev): bump @streamr/utils in /packages/network-contracts\n\nBumps [@streamr/utils](https://github.com/streamr-dev/network/tree/HEAD/packages/utils) from 8.5.5 to 101.0.1.\n- [Release notes](https://github.com/streamr-dev/network/releases)\n- [Changelog](https://github.com/streamr-dev/network/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/streamr-dev/network/commits/v101.0.1/packages/utils)\n\n---\nupdated-dependencies:\n- dependency-name: \"@streamr/utils\"\n dependency-type: direct:development\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps-dev): bump @streamr/utils in /packages/network-contracts"}},{"before":"728683840ccb19485963aee8cd5fc8ee1936392c","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/packages/network-subgraphs/graphprotocol/graph-ts-0.35.1","pushedAt":"2024-07-10T00:16:15.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":null,"after":"bae1b0b2b26a68b403fd40ae8c18eae3ab824c43","ref":"refs/heads/dependabot/npm_and_yarn/packages/network-contracts/streamr/utils-101.0.0","pushedAt":"2024-07-09T05:19:17.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"build(deps-dev): bump @streamr/utils in /packages/network-contracts\n\nBumps [@streamr/utils](https://github.com/streamr-dev/network/tree/HEAD/packages/utils) from 8.5.5 to 101.0.0.\n- [Changelog](https://github.com/streamr-dev/network/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/streamr-dev/network/commits/v101.0.0/packages/utils)\n\n---\nupdated-dependencies:\n- dependency-name: \"@streamr/utils\"\n dependency-type: direct:development\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps-dev): bump @streamr/utils in /packages/network-contracts"}},{"before":"6ba58d691449dbd14a827cf46c7dd4347a2fa055","after":"5c0ecfdf95a095ac0a61d527a4379bf56cf0256b","ref":"refs/heads/master","pushedAt":"2024-07-08T12:46:34.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jtakalai","name":null,"path":"/jtakalai","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16594664?s=80&v=4"},"commit":{"message":"test: enable unit tests","shortMessageHtmlLink":"test: enable unit tests"}},{"before":"9276ae18d3105e0b18775842b6dc4ff9f59faac8","after":null,"ref":"refs/heads/dependabot/docker/packages/dev-chain-fast/node-22-slim","pushedAt":"2024-07-07T00:17:38.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":null,"after":"8ec2b183b85e6989acec9079cb7982fba15a74d8","ref":"refs/heads/dependabot/github_actions/docker/setup-buildx-action-3.4.0","pushedAt":"2024-07-05T05:24:33.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"ci: bump docker/setup-buildx-action from 3.3.0 to 3.4.0\n\nBumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.3.0 to 3.4.0.\n- [Release notes](https://github.com/docker/setup-buildx-action/releases)\n- [Commits](https://github.com/docker/setup-buildx-action/compare/v3.3.0...v3.4.0)\n\n---\nupdated-dependencies:\n- dependency-name: docker/setup-buildx-action\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"ci: bump docker/setup-buildx-action from 3.3.0 to 3.4.0"}},{"before":"8c1eb2611099070016bb74e1772f38ec0f4f26b6","after":null,"ref":"refs/heads/dependabot/github_actions/docker/build-push-action-6.2.0","pushedAt":"2024-07-04T05:35:10.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":null,"after":"22207346d79b13d14d01c2fdb33b58c118f87b5a","ref":"refs/heads/dependabot/github_actions/docker/setup-qemu-action-3.1.0","pushedAt":"2024-07-04T05:35:09.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"ci: bump docker/setup-qemu-action from 2.2.0 to 3.1.0\n\nBumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 2.2.0 to 3.1.0.\n- [Release notes](https://github.com/docker/setup-qemu-action/releases)\n- [Commits](https://github.com/docker/setup-qemu-action/compare/v2.2.0...v3.1.0)\n\n---\nupdated-dependencies:\n- dependency-name: docker/setup-qemu-action\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"ci: bump docker/setup-qemu-action from 2.2.0 to 3.1.0"}},{"before":null,"after":"defa2651b466133f669eb1b6d21c8bf0b678ef50","ref":"refs/heads/dependabot/github_actions/docker/build-push-action-6.3.0","pushedAt":"2024-07-04T05:35:06.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"ci: bump docker/build-push-action from 5.3.0 to 6.3.0\n\nBumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.3.0 to 6.3.0.\n- [Release notes](https://github.com/docker/build-push-action/releases)\n- [Commits](https://github.com/docker/build-push-action/compare/v5.3.0...v6.3.0)\n\n---\nupdated-dependencies:\n- dependency-name: docker/build-push-action\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"ci: bump docker/build-push-action from 5.3.0 to 6.3.0"}},{"before":"b8c0ccd6bc6c150a5e53190761e7ef7e67ee102e","after":"6ba58d691449dbd14a827cf46c7dd4347a2fa055","ref":"refs/heads/master","pushedAt":"2024-07-03T11:32:35.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"harbu","name":"Eric Andrews","path":"/harbu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/149682?s=80&v=4"},"commit":{"message":"release(config): @streamr/config 5.3.13","shortMessageHtmlLink":"release(config): @streamr/config 5.3.13"}},{"before":"c7f79641f32ea91f907d3a042c1508682811f5c1","after":"b8c0ccd6bc6c150a5e53190761e7ef7e67ee102e","ref":"refs/heads/master","pushedAt":"2024-07-03T08:43:02.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jtakalai","name":null,"path":"/jtakalai","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16594664?s=80&v=4"},"commit":{"message":"fix: ETH-776 amoy StreamrConfig upgrade","shortMessageHtmlLink":"fix: ETH-776 amoy StreamrConfig upgrade"}},{"before":"27a76ba7489b52019f8823ecc1e0b516e8d59f9a","after":"c7f79641f32ea91f907d3a042c1508682811f5c1","ref":"refs/heads/master","pushedAt":"2024-07-03T08:05:31.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jtakalai","name":null,"path":"/jtakalai","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16594664?s=80&v=4"},"commit":{"message":"fix: deploy newest StreamrConfig\n\n...next time we deploy","shortMessageHtmlLink":"fix: deploy newest StreamrConfig"}},{"before":"5e5b7195fd0e03c1bc856b0de5df33e4eda37c38","after":null,"ref":"refs/heads/dependabot/docker/packages/network-subgraphs/ubuntu-24.04","pushedAt":"2024-07-03T00:16:00.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":null,"after":"bae3babc6abe3efc3a4aec8fc4270c661b594e5d","ref":"refs/heads/dependabot/npm_and_yarn/packages/network-subgraphs/graphprotocol/graph-cli-0.78.0","pushedAt":"2024-07-02T05:42:08.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"build(deps-dev): bump @graphprotocol/graph-cli\n\nBumps @graphprotocol/graph-cli from 0.71.0 to 0.78.0.\n\n---\nupdated-dependencies:\n- dependency-name: \"@graphprotocol/graph-cli\"\n dependency-type: direct:development\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps-dev): bump @graphprotocol/graph-cli"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEgooKegA","startCursor":null,"endCursor":null}},"title":"Activity ยท streamr-dev/network-contracts"}