{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":328709047,"defaultBranch":"main","name":"provenance","ownerLogin":"provenance-io","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2021-01-11T15:31:56.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/75273111?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1716929953.0","currentOid":""},"activityList":{"items":[{"before":"4790753f06de62c4821994ff148441238016d581","after":"3f7bb684c57a257a5608dba7b5cc4d9018825a04","ref":"refs/heads/nullpointer0x00/add-update-params-to-ibchooks-module","pushedAt":"2024-05-28T21:02:24.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"nullpointer0x00","name":"Carlton Hanna","path":"/nullpointer0x00","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1847780?s=80&v=4"},"commit":{"message":"fix addresses","shortMessageHtmlLink":"fix addresses"}},{"before":null,"after":"17a4dc47f83aa119e5967b95c80517cdc4b5241e","ref":"refs/heads/dwedul/1760-gov-todos","pushedAt":"2024-05-28T20:59:13.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"SpicyLemon","name":"Daniel Wedul","path":"/SpicyLemon","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6164208?s=80&v=4"},"commit":{"message":"Remove a couple TODOs that are no longer a concern.","shortMessageHtmlLink":"Remove a couple TODOs that are no longer a concern."}},{"before":"17a4dc47f83aa119e5967b95c80517cdc4b5241e","after":"81cca66d6aa5f19ce44d2d40da4f627729a1481c","ref":"refs/heads/main","pushedAt":"2024-05-28T20:51:25.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"SpicyLemon","name":"Daniel Wedul","path":"/SpicyLemon","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6164208?s=80&v=4"},"commit":{"message":"Fix the rest of the tests (#1993)\n\n* [1760]: Switch the internal provwasm ProposalContents to ProposalMsgs and remove all other ProposalContents methods since we don't have any anymore, and it's no longer required.\r\n\r\n* [1760]: Get rid of a couple unused variables in the marker module.\r\n\r\n* [1760]: Complete TODO in marker simulation tests.\r\n\r\n* [1760]: Change the sanction simulation stuff to just use a WeightedProposalMsg. I'm keeping the others as is since they require more logic than is available with a WeightedProposalMsg, e.g. providing more deposit than is required.\r\n\r\n* [1760]: Add some module sim type assertions to the provwasm simulation.\r\n\r\n* [1760]: Refactor the sanction cli tests to look more like our other cli tests in the hope that it makes that test randomly fail less often. It still gets the 'panic: leveldb closed' error, though, and there's no way to catch it because it's happening in a separate process, outside anywhere we can put a defer. It's in the peer management stuff. The node starts shutting down, but doesn't kill that process properly before shutting down the db. That sometimes results in it trying to read the db and panicking. It's just a luck-of-the-draw thing. I think the only way to fully prevent it would be to drop down to one or two validators, but we need the 5 for tests in there, so I think we'll just have suffer.\r\n\r\n* [1760]: In the oracle module sims, switch MsgUpdateOracle to use a WeightedProposalMsg, and give it the correct authority.\r\n\r\n* [1760]: In the sanction ProposalMsgs simulation stuff, do the GetOrGenerate thing on the updateParams weight, just like we used to do when it was just a normal sim msg.\r\n\r\n* [1760]: Switch TestSimulateMsgSendQueryOracle to expect a no-op msg because a random channel doesn't exist. It didn't look like it was easy (and might even be impossible) to set up a channel for use in the unit tests. So I think this is the best I can do here.\r\n\r\n* [1760]: Switch the ibcratelimit sims to WeightedProposalMsg for the update params stuff.\r\n\r\n* [1760]: Create some testutils for unit tests on the simulation stuff. Use it for the oracle simulation tests.\r\n\r\n* [1760]: Switch the ibcratelimit sim tests to the new helpers.\r\n\r\n* [1760]: Create the RandIntBetween helper func and get rid of all the randIntBetween private funcs. Create SelectRandomEntries and use it to get random accounts instead of redefining that functionality in multiple modules.\r\n\r\n* [1760]: Switch to GenerateTestingAccounts wherever applicable.\r\n\r\n* [1760]: Add an entriesType arg to SelectRandomEntries for better error messages and create the SelectRandomAccounts wrapper for it.\r\n\r\n* [1760]: Fix a couple unit tests that broke because the randomizer is used a little differently when getting just one account.\r\n\r\n* [1760]: Update the test github action to split things up normally again.\r\n\r\n* [1760]: Split the right file for the github test action.\r\n\r\n* [1760]: Move the quarantine cli tests from part 3 to 0 to hopefully make the test workflow finish a minute faster.\r\n\r\n* [1760]: Fix the test workflow to remove the correct string from the pkgs and re-add the corrected string to the corrected part file. I got so much wrong there.\r\n\r\n* [1760]: Correctly put those tests in part 0 since I was trying to take the OUT of part 3. Ugh.\r\n\r\n* [1760]: Try moving sanction/simulation instead.\r\n\r\n* [1760]: Also try moving the marker cli tests to 00 (from 01).\r\n\r\n* [1760]: Move the marker keeper to 00 too.\r\n\r\n* [1760]: Take the marker keeper tests special movement out as it didn't have a positive effect.\r\n\r\n* [1760]: In DefaultTestNetworkConfig, use the tempapp just created to get the encoding config rather than making yet another tempapp for that.\r\n\r\n* [1760]: Create a helper for creating the test keyrings, and switch to that in all the unit tests that has keyring accounts.\r\n\r\n* [1760]: Remove the 100ms sleep from test network cleanup. The SDK already has one, and after some testing, it appears to actually make things more likely to accidentally fail.\r\n\r\n* [1760]: Move the GenerateTestingAccounts and GenerateTestingAccountsWithPower funcs up in the file so they aren't right in the middle of the SimTestHelper stuff.\r\n\r\n* [1760]: Delete some unused weight constants.\r\n\r\n* [1760]: In the oracle sims, OracleFn, correctly handle the case where there aren't any accounts to select from.\r\n\r\n* [1760]: Add changelog entry.","shortMessageHtmlLink":"Fix the rest of the tests (#1993)"}},{"before":"81cca66d6aa5f19ce44d2d40da4f627729a1481c","after":"17a4dc47f83aa119e5967b95c80517cdc4b5241e","ref":"refs/heads/main","pushedAt":"2024-05-28T20:49:16.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"SpicyLemon","name":"Daniel Wedul","path":"/SpicyLemon","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6164208?s=80&v=4"},"commit":{"message":"Remove a couple TODOs that are no longer a concern.","shortMessageHtmlLink":"Remove a couple TODOs that are no longer a concern."}},{"before":null,"after":"72e12e8fa1779aa0ea5137b26be2310d7cc9a0a7","ref":"refs/heads/dwedul/no-more-build-tests","pushedAt":"2024-05-28T20:23:47.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"SpicyLemon","name":"Daniel Wedul","path":"/SpicyLemon","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6164208?s=80&v=4"},"commit":{"message":"Remove the build-tests github actions.","shortMessageHtmlLink":"Remove the build-tests github actions."}},{"before":"1e1b27a0d99a67537e7b148fd59862d9ff08aaf8","after":"31dcef545ed602950e316d61d844d85bc0e52496","ref":"refs/heads/dwedul/fix-docs-sanct-brackets","pushedAt":"2024-05-28T20:18:04.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"SpicyLemon","name":"Daniel Wedul","path":"/SpicyLemon","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6164208?s=80&v=4"},"commit":{"message":"Merge branch 'main' into dwedul/fix-docs-sanct-brackets","shortMessageHtmlLink":"Merge branch 'main' into dwedul/fix-docs-sanct-brackets"}},{"before":"4fc9301928387146367718caa08c43142e5ecfef","after":"4790753f06de62c4821994ff148441238016d581","ref":"refs/heads/nullpointer0x00/add-update-params-to-ibchooks-module","pushedAt":"2024-05-28T20:18:04.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"nullpointer0x00","name":"Carlton Hanna","path":"/nullpointer0x00","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1847780?s=80&v=4"},"commit":{"message":"fix receiver name","shortMessageHtmlLink":"fix receiver name"}},{"before":"deb2da2f5bc7fd1d4b13942321a13563af2f5f53","after":"4fc9301928387146367718caa08c43142e5ecfef","ref":"refs/heads/nullpointer0x00/add-update-params-to-ibchooks-module","pushedAt":"2024-05-28T20:05:20.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"nullpointer0x00","name":"Carlton Hanna","path":"/nullpointer0x00","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1847780?s=80&v=4"},"commit":{"message":"merge main","shortMessageHtmlLink":"merge main"}},{"before":"48734928900ccc9a5bb40a27b99c0cd0e7560c22","after":"deb2da2f5bc7fd1d4b13942321a13563af2f5f53","ref":"refs/heads/nullpointer0x00/add-update-params-to-ibchooks-module","pushedAt":"2024-05-28T19:51:20.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"nullpointer0x00","name":"Carlton Hanna","path":"/nullpointer0x00","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1847780?s=80&v=4"},"commit":{"message":"add change log","shortMessageHtmlLink":"add change log"}},{"before":"775d1f439c9ea4bbdba63958377101970a50614e","after":null,"ref":"refs/heads/dwedul/1760-fix-sims","pushedAt":"2024-05-28T19:37:47.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"SpicyLemon","name":"Daniel Wedul","path":"/SpicyLemon","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6164208?s=80&v=4"}},{"before":"1d7d9dca4e63b10ffad88c4571387655e1abc233","after":"81cca66d6aa5f19ce44d2d40da4f627729a1481c","ref":"refs/heads/main","pushedAt":"2024-05-28T19:37:46.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"SpicyLemon","name":"Daniel Wedul","path":"/SpicyLemon","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6164208?s=80&v=4"},"commit":{"message":"Fix the rest of the tests (#1993)\n\n* [1760]: Switch the internal provwasm ProposalContents to ProposalMsgs and remove all other ProposalContents methods since we don't have any anymore, and it's no longer required.\r\n\r\n* [1760]: Get rid of a couple unused variables in the marker module.\r\n\r\n* [1760]: Complete TODO in marker simulation tests.\r\n\r\n* [1760]: Change the sanction simulation stuff to just use a WeightedProposalMsg. I'm keeping the others as is since they require more logic than is available with a WeightedProposalMsg, e.g. providing more deposit than is required.\r\n\r\n* [1760]: Add some module sim type assertions to the provwasm simulation.\r\n\r\n* [1760]: Refactor the sanction cli tests to look more like our other cli tests in the hope that it makes that test randomly fail less often. It still gets the 'panic: leveldb closed' error, though, and there's no way to catch it because it's happening in a separate process, outside anywhere we can put a defer. It's in the peer management stuff. The node starts shutting down, but doesn't kill that process properly before shutting down the db. That sometimes results in it trying to read the db and panicking. It's just a luck-of-the-draw thing. I think the only way to fully prevent it would be to drop down to one or two validators, but we need the 5 for tests in there, so I think we'll just have suffer.\r\n\r\n* [1760]: In the oracle module sims, switch MsgUpdateOracle to use a WeightedProposalMsg, and give it the correct authority.\r\n\r\n* [1760]: In the sanction ProposalMsgs simulation stuff, do the GetOrGenerate thing on the updateParams weight, just like we used to do when it was just a normal sim msg.\r\n\r\n* [1760]: Switch TestSimulateMsgSendQueryOracle to expect a no-op msg because a random channel doesn't exist. It didn't look like it was easy (and might even be impossible) to set up a channel for use in the unit tests. So I think this is the best I can do here.\r\n\r\n* [1760]: Switch the ibcratelimit sims to WeightedProposalMsg for the update params stuff.\r\n\r\n* [1760]: Create some testutils for unit tests on the simulation stuff. Use it for the oracle simulation tests.\r\n\r\n* [1760]: Switch the ibcratelimit sim tests to the new helpers.\r\n\r\n* [1760]: Create the RandIntBetween helper func and get rid of all the randIntBetween private funcs. Create SelectRandomEntries and use it to get random accounts instead of redefining that functionality in multiple modules.\r\n\r\n* [1760]: Switch to GenerateTestingAccounts wherever applicable.\r\n\r\n* [1760]: Add an entriesType arg to SelectRandomEntries for better error messages and create the SelectRandomAccounts wrapper for it.\r\n\r\n* [1760]: Fix a couple unit tests that broke because the randomizer is used a little differently when getting just one account.\r\n\r\n* [1760]: Update the test github action to split things up normally again.\r\n\r\n* [1760]: Split the right file for the github test action.\r\n\r\n* [1760]: Move the quarantine cli tests from part 3 to 0 to hopefully make the test workflow finish a minute faster.\r\n\r\n* [1760]: Fix the test workflow to remove the correct string from the pkgs and re-add the corrected string to the corrected part file. I got so much wrong there.\r\n\r\n* [1760]: Correctly put those tests in part 0 since I was trying to take the OUT of part 3. Ugh.\r\n\r\n* [1760]: Try moving sanction/simulation instead.\r\n\r\n* [1760]: Also try moving the marker cli tests to 00 (from 01).\r\n\r\n* [1760]: Move the marker keeper to 00 too.\r\n\r\n* [1760]: Take the marker keeper tests special movement out as it didn't have a positive effect.\r\n\r\n* [1760]: In DefaultTestNetworkConfig, use the tempapp just created to get the encoding config rather than making yet another tempapp for that.\r\n\r\n* [1760]: Create a helper for creating the test keyrings, and switch to that in all the unit tests that has keyring accounts.\r\n\r\n* [1760]: Remove the 100ms sleep from test network cleanup. The SDK already has one, and after some testing, it appears to actually make things more likely to accidentally fail.\r\n\r\n* [1760]: Move the GenerateTestingAccounts and GenerateTestingAccountsWithPower funcs up in the file so they aren't right in the middle of the SimTestHelper stuff.\r\n\r\n* [1760]: Delete some unused weight constants.\r\n\r\n* [1760]: In the oracle sims, OracleFn, correctly handle the case where there aren't any accounts to select from.\r\n\r\n* [1760]: Add changelog entry.","shortMessageHtmlLink":"Fix the rest of the tests (#1993)"}},{"before":null,"after":"1e1b27a0d99a67537e7b148fd59862d9ff08aaf8","ref":"refs/heads/dwedul/fix-docs-sanct-brackets","pushedAt":"2024-05-28T18:59:24.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"SpicyLemon","name":"Daniel Wedul","path":"/SpicyLemon","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6164208?s=80&v=4"},"commit":{"message":"Escape the brackets in sanction and quarantine docs.","shortMessageHtmlLink":"Escape the brackets in sanction and quarantine docs."}},{"before":"61ec5f6514094863488cff347fd29dc341e983d6","after":"775d1f439c9ea4bbdba63958377101970a50614e","ref":"refs/heads/dwedul/1760-fix-sims","pushedAt":"2024-05-28T18:48:41.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"SpicyLemon","name":"Daniel Wedul","path":"/SpicyLemon","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6164208?s=80&v=4"},"commit":{"message":"[1760]: Add changelog entry.","shortMessageHtmlLink":"[1760]: Add changelog entry."}},{"before":"cd571ee18aa14a5c7ab722171edbfaa34f014a23","after":"61ec5f6514094863488cff347fd29dc341e983d6","ref":"refs/heads/dwedul/1760-fix-sims","pushedAt":"2024-05-28T18:44:56.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"SpicyLemon","name":"Daniel Wedul","path":"/SpicyLemon","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6164208?s=80&v=4"},"commit":{"message":"Merge branch 'main' into dwedul/1760-fix-sims","shortMessageHtmlLink":"Merge branch 'main' into dwedul/1760-fix-sims"}},{"before":"8935a100bf21eb248cf8b12877ad1634d4cf4896","after":null,"ref":"refs/heads/nullpointer0x00/add-update-params-to-name-module","pushedAt":"2024-05-28T18:44:40.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"nullpointer0x00","name":"Carlton Hanna","path":"/nullpointer0x00","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1847780?s=80&v=4"}},{"before":"7cdb94fda73d59bcc7babdd65daedeeed8baff2c","after":"1d7d9dca4e63b10ffad88c4571387655e1abc233","ref":"refs/heads/main","pushedAt":"2024-05-28T18:44:38.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"nullpointer0x00","name":"Carlton Hanna","path":"/nullpointer0x00","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1847780?s=80&v=4"},"commit":{"message":"Add update params to `name` module (#2004)\n\n* add proto defs\r\n\r\n* add msg server endpoint\r\n\r\n* add msg interface impls\r\n\r\n* add event for param updated\r\n\r\n* add spec\r\n\r\n* add msg tests\r\n\r\n* add msg server tests\r\n\r\n* add command\r\n\r\n* add cli tests\r\n\r\n* add change log entry\r\n\r\n* fix lint","shortMessageHtmlLink":"Add update params to name module (#2004)"}},{"before":"b57bfb4d13cddeed3eb8777c366f22bad9804a89","after":"cd571ee18aa14a5c7ab722171edbfaa34f014a23","ref":"refs/heads/dwedul/1760-fix-sims","pushedAt":"2024-05-28T18:35:16.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"SpicyLemon","name":"Daniel Wedul","path":"/SpicyLemon","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6164208?s=80&v=4"},"commit":{"message":"[1760]: In the oracle sims, OracleFn, correctly handle the case where there aren't any accounts to select from.","shortMessageHtmlLink":"[1760]: In the oracle sims, OracleFn, correctly handle the case where…"}},{"before":"d0bf77e480474f9b537e3ef2ff1051ef22c9651a","after":"b57bfb4d13cddeed3eb8777c366f22bad9804a89","ref":"refs/heads/dwedul/1760-fix-sims","pushedAt":"2024-05-28T18:03:16.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"SpicyLemon","name":"Daniel Wedul","path":"/SpicyLemon","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6164208?s=80&v=4"},"commit":{"message":"[1760]: Delete some unused weight constants.","shortMessageHtmlLink":"[1760]: Delete some unused weight constants."}},{"before":"d6b32c52a6d6c40421abb27b897ea0a5138fbb67","after":"48734928900ccc9a5bb40a27b99c0cd0e7560c22","ref":"refs/heads/nullpointer0x00/add-update-params-to-ibchooks-module","pushedAt":"2024-05-28T17:31:25.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"nullpointer0x00","name":"Carlton Hanna","path":"/nullpointer0x00","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1847780?s=80&v=4"},"commit":{"message":"add commands and start test","shortMessageHtmlLink":"add commands and start test"}},{"before":"0a0ed47f504734d11fef116579021e741e6b3702","after":"d6b32c52a6d6c40421abb27b897ea0a5138fbb67","ref":"refs/heads/nullpointer0x00/add-update-params-to-ibchooks-module","pushedAt":"2024-05-28T16:38:49.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"nullpointer0x00","name":"Carlton Hanna","path":"/nullpointer0x00","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1847780?s=80&v=4"},"commit":{"message":"revert mistake","shortMessageHtmlLink":"revert mistake"}},{"before":"017652c3bb116eaa3edf176afd5684aaef7906ad","after":"0a0ed47f504734d11fef116579021e741e6b3702","ref":"refs/heads/nullpointer0x00/add-update-params-to-ibchooks-module","pushedAt":"2024-05-28T16:37:52.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"nullpointer0x00","name":"Carlton Hanna","path":"/nullpointer0x00","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1847780?s=80&v=4"},"commit":{"message":"add msg validate basic, add tests","shortMessageHtmlLink":"add msg validate basic, add tests"}},{"before":"72a6a283de2632c3b8d4100e7f910a8849ff8515","after":"d0bf77e480474f9b537e3ef2ff1051ef22c9651a","ref":"refs/heads/dwedul/1760-fix-sims","pushedAt":"2024-05-28T16:35:35.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"SpicyLemon","name":"Daniel Wedul","path":"/SpicyLemon","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6164208?s=80&v=4"},"commit":{"message":"[1760]: Remove the 100ms sleep from test network cleanup. The SDK already has one, and after some testing, it appears to actually make things more likely to accidentally fail.","shortMessageHtmlLink":"[1760]: Remove the 100ms sleep from test network cleanup. The SDK alr…"}},{"before":null,"after":"017652c3bb116eaa3edf176afd5684aaef7906ad","ref":"refs/heads/nullpointer0x00/add-update-params-to-ibchooks-module","pushedAt":"2024-05-28T15:51:14.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"nullpointer0x00","name":"Carlton Hanna","path":"/nullpointer0x00","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1847780?s=80&v=4"},"commit":{"message":"add typed event","shortMessageHtmlLink":"add typed event"}},{"before":"746afe1621743456868c5fc72ff491a71045d002","after":"8935a100bf21eb248cf8b12877ad1634d4cf4896","ref":"refs/heads/nullpointer0x00/add-update-params-to-name-module","pushedAt":"2024-05-24T19:18:51.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"nullpointer0x00","name":"Carlton Hanna","path":"/nullpointer0x00","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1847780?s=80&v=4"},"commit":{"message":"fix lint","shortMessageHtmlLink":"fix lint"}},{"before":"6b312a623d8c924ff1823fedddc7fbf9fb0d72ac","after":"72a6a283de2632c3b8d4100e7f910a8849ff8515","ref":"refs/heads/dwedul/1760-fix-sims","pushedAt":"2024-05-24T19:11:30.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"SpicyLemon","name":"Daniel Wedul","path":"/SpicyLemon","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6164208?s=80&v=4"},"commit":{"message":"Merge branch 'main' into dwedul/1760-fix-sims","shortMessageHtmlLink":"Merge branch 'main' into dwedul/1760-fix-sims"}},{"before":"140aeb15950b38f3f497abed28bc9380184bc36d","after":null,"ref":"refs/heads/dependabot/go_modules/github.com/rs/zerolog-1.33.0","pushedAt":"2024-05-24T19:11:06.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"SpicyLemon","name":"Daniel Wedul","path":"/SpicyLemon","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6164208?s=80&v=4"}},{"before":"2f8ff598d0981e041667f085c32e6cad59f564bf","after":"7cdb94fda73d59bcc7babdd65daedeeed8baff2c","ref":"refs/heads/main","pushedAt":"2024-05-24T19:11:05.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"SpicyLemon","name":"Daniel Wedul","path":"/SpicyLemon","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6164208?s=80&v=4"},"commit":{"message":"Bump github.com/rs/zerolog from 1.32.0 to 1.33.0 (#1994)\n\n* Bump github.com/rs/zerolog from 1.32.0 to 1.33.0\r\n\r\nBumps [github.com/rs/zerolog](https://github.com/rs/zerolog) from 1.32.0 to 1.33.0.\r\n- [Commits](https://github.com/rs/zerolog/compare/v1.32.0...v1.33.0)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: github.com/rs/zerolog\r\n dependency-type: direct:production\r\n update-type: version-update:semver-minor\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\n\r\n* Updated Changelog\r\n\r\n---------\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\r\nCo-authored-by: dependabot[bot] \r\nCo-authored-by: Daniel Wedul ","shortMessageHtmlLink":"Bump github.com/rs/zerolog from 1.32.0 to 1.33.0 (#1994)"}},{"before":"1caa42d340863201bbaa38bbd7b75139267a54c9","after":"aa8faaab3b3eddca7fcd6db5416eb19419e39239","ref":"refs/heads/aj/docs-escape-brackets","pushedAt":"2024-05-24T19:03:20.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"iramiller","name":"Ira Miller","path":"/iramiller","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/72319?s=80&v=4"},"commit":{"message":"Merge branch 'main' into aj/docs-escape-brackets","shortMessageHtmlLink":"Merge branch 'main' into aj/docs-escape-brackets"}},{"before":"e9d313f557af7adddc4a8320041042571f05d932","after":"140aeb15950b38f3f497abed28bc9380184bc36d","ref":"refs/heads/dependabot/go_modules/github.com/rs/zerolog-1.33.0","pushedAt":"2024-05-24T19:03:06.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"SpicyLemon","name":"Daniel Wedul","path":"/SpicyLemon","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6164208?s=80&v=4"},"commit":{"message":"Merge branch 'main' into dependabot/go_modules/github.com/rs/zerolog-1.33.0","shortMessageHtmlLink":"Merge branch 'main' into dependabot/go_modules/github.com/rs/zerolog-…"}},{"before":"7460b1e026d35f2a173704b21220e09c5436ab7c","after":null,"ref":"refs/heads/provenanceio-bot/patch-buf-lock","pushedAt":"2024-05-24T19:03:00.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"SpicyLemon","name":"Daniel Wedul","path":"/SpicyLemon","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6164208?s=80&v=4"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEVkioOAA","startCursor":null,"endCursor":null}},"title":"Activity · provenance-io/provenance"}