{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":404517524,"defaultBranch":"master","name":"flow-go","ownerLogin":"peterargue","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2021-09-08T22:52:13.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/89119817?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1681361477.0","currentOid":""},"activityList":{"items":[{"before":null,"after":"c706989db257e810fc0a98a9be612297640075b0","ref":"refs/heads/add-exec-streaming","pushedAt":"2023-04-13T04:51:17.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"peterargue","name":"Peter Argue","path":"/peterargue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/89119817?s=80&v=4"},"commit":{"message":"remove unused testing arguments","shortMessageHtmlLink":"remove unused testing arguments"}},{"before":"1306e525fe984d154f876ebcd2f6e4157effc9e8","after":"94832ec2af2d7359c187d300dc8f27fbddfff489","ref":"refs/heads/petera/fix-state-stream-cache","pushedAt":"2023-04-13T04:40:23.333Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"peterargue","name":"Peter Argue","path":"/peterargue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/89119817?s=80&v=4"},"commit":{"message":"remove unused testing arguments","shortMessageHtmlLink":"remove unused testing arguments"}},{"before":null,"after":"1306e525fe984d154f876ebcd2f6e4157effc9e8","ref":"refs/heads/petera/fix-state-stream-cache","pushedAt":"2023-04-13T04:40:10.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"peterargue","name":"Peter Argue","path":"/peterargue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/89119817?s=80&v=4"},"commit":{"message":"Merge #4190\n\n4190: Alex/use qc of uncertified block optimization r=AlexHentschel a=AlexHentschel\n\nImplements part 2 of https://github.com/onflow/flow-go/issues/4154\r\n> 2. Forks can ingest `Proposals` as well as `CertifiedBlock`s. The finality logic in Forks accounts for the certifying QC.\r\n\r\n## Approach taken in this PR\r\n\r\n* I added a revised implementation of Forks, which I called `Forks2`\r\n * `Forks2` is not yet used by any business logic (will be done in subsequent PR)\r\n * extended tests to cover logic for adding `CertifiedBlock`s\r\n* the old `Forks` and its unit tests remain in the code base, as they are still used\r\n * to avoid conflicts, I have moved the tests into the testing package `forks_test`\r\n * both `Forks` and its unit tests will be removed in subsequent PR\r\n\n\nCo-authored-by: Alexander Hentschel ","shortMessageHtmlLink":"Merge onflow#4190"}},{"before":"1306e525fe984d154f876ebcd2f6e4157effc9e8","after":"d55ca8f48167e9669bdb1dc3173253936863e31e","ref":"refs/heads/v0.30","pushedAt":"2023-04-13T04:05:12.191Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"peterargue","name":"Peter Argue","path":"/peterargue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/89119817?s=80&v=4"},"commit":{"message":"Merge #4202\n\n4202: [v0.30] Update to Cadence v0.38.1 r=turbolent a=turbolent\n\nPort of #4201\n\nCo-authored-by: Bastian Müller ","shortMessageHtmlLink":"Merge onflow#4202"}},{"before":null,"after":"1306e525fe984d154f876ebcd2f6e4157effc9e8","ref":"refs/heads/v0.30","pushedAt":"2023-04-13T04:05:08.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"peterargue","name":"Peter Argue","path":"/peterargue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/89119817?s=80&v=4"},"commit":{"message":"Merge #4190\n\n4190: Alex/use qc of uncertified block optimization r=AlexHentschel a=AlexHentschel\n\nImplements part 2 of https://github.com/onflow/flow-go/issues/4154\r\n> 2. Forks can ingest `Proposals` as well as `CertifiedBlock`s. The finality logic in Forks accounts for the certifying QC.\r\n\r\n## Approach taken in this PR\r\n\r\n* I added a revised implementation of Forks, which I called `Forks2`\r\n * `Forks2` is not yet used by any business logic (will be done in subsequent PR)\r\n * extended tests to cover logic for adding `CertifiedBlock`s\r\n* the old `Forks` and its unit tests remain in the code base, as they are still used\r\n * to avoid conflicts, I have moved the tests into the testing package `forks_test`\r\n * both `Forks` and its unit tests will be removed in subsequent PR\r\n\n\nCo-authored-by: Alexander Hentschel ","shortMessageHtmlLink":"Merge onflow#4190"}},{"before":"1306e525fe984d154f876ebcd2f6e4157effc9e8","after":"74c8c9314d78e36b2af73c4199283daeded616a5","ref":"refs/heads/v0.29","pushedAt":"2023-04-13T04:04:45.866Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"peterargue","name":"Peter Argue","path":"/peterargue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/89119817?s=80&v=4"},"commit":{"message":"Merge #4198\n\n4198: Update Cadence to v0.31.5-account-linking-improved-pragma-patch.2 r=turbolent a=turbolent\n\nReplaces #4162\n\nCo-authored-by: Bastian Müller ","shortMessageHtmlLink":"Merge onflow#4198"}},{"before":null,"after":"1306e525fe984d154f876ebcd2f6e4157effc9e8","ref":"refs/heads/v0.29","pushedAt":"2023-04-13T04:04:33.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"peterargue","name":"Peter Argue","path":"/peterargue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/89119817?s=80&v=4"},"commit":{"message":"Merge #4190\n\n4190: Alex/use qc of uncertified block optimization r=AlexHentschel a=AlexHentschel\n\nImplements part 2 of https://github.com/onflow/flow-go/issues/4154\r\n> 2. Forks can ingest `Proposals` as well as `CertifiedBlock`s. The finality logic in Forks accounts for the certifying QC.\r\n\r\n## Approach taken in this PR\r\n\r\n* I added a revised implementation of Forks, which I called `Forks2`\r\n * `Forks2` is not yet used by any business logic (will be done in subsequent PR)\r\n * extended tests to cover logic for adding `CertifiedBlock`s\r\n* the old `Forks` and its unit tests remain in the code base, as they are still used\r\n * to avoid conflicts, I have moved the tests into the testing package `forks_test`\r\n * both `Forks` and its unit tests will be removed in subsequent PR\r\n\n\nCo-authored-by: Alexander Hentschel ","shortMessageHtmlLink":"Merge onflow#4190"}},{"before":"06aa4643c34d5396190f350350ca6e70ea7ae17b","after":"1306e525fe984d154f876ebcd2f6e4157effc9e8","ref":"refs/heads/master","pushedAt":"2023-04-13T03:59:26.994Z","pushType":"push","commitsCount":10000,"pusher":{"login":"peterargue","name":"Peter Argue","path":"/peterargue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/89119817?s=80&v=4"},"commit":{"message":"Merge #4190\n\n4190: Alex/use qc of uncertified block optimization r=AlexHentschel a=AlexHentschel\n\nImplements part 2 of https://github.com/onflow/flow-go/issues/4154\r\n> 2. Forks can ingest `Proposals` as well as `CertifiedBlock`s. The finality logic in Forks accounts for the certifying QC.\r\n\r\n## Approach taken in this PR\r\n\r\n* I added a revised implementation of Forks, which I called `Forks2`\r\n * `Forks2` is not yet used by any business logic (will be done in subsequent PR)\r\n * extended tests to cover logic for adding `CertifiedBlock`s\r\n* the old `Forks` and its unit tests remain in the code base, as they are still used\r\n * to avoid conflicts, I have moved the tests into the testing package `forks_test`\r\n * both `Forks` and its unit tests will be removed in subsequent PR\r\n\n\nCo-authored-by: Alexander Hentschel ","shortMessageHtmlLink":"Merge onflow#4190"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAADF66RiAA","startCursor":null,"endCursor":null}},"title":"Activity · peterargue/flow-go"}