{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":605360659,"defaultBranch":"arith-dev","name":"linea-arithmetization","ownerLogin":"Consensys","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2023-02-23T01:46:46.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/10818037?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1716998622.0","currentOid":""},"activityList":{"items":[{"before":"9303377298b91e0a8f2aa822c6980e09c1d7d851","after":"79bd8b8eecb70bcd4c5324dcb3ba74b2748c71e5","ref":"refs/heads/fix/issue-729/few-fixes-in-modexp_data","pushedAt":"2024-05-29T19:35:16.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"letypequividelespoubelles","name":"François Bojarski","path":"/letypequividelespoubelles","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/54240434?s=80&v=4"},"commit":{"message":"feat(blalemodexp): fix and simplify","shortMessageHtmlLink":"feat(blalemodexp): fix and simplify"}},{"before":"fd1ce8ac053e1db02d40c5d95f165d6ac7c08b03","after":"9303377298b91e0a8f2aa822c6980e09c1d7d851","ref":"refs/heads/fix/issue-729/few-fixes-in-modexp_data","pushedAt":"2024-05-29T19:29:31.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"letypequividelespoubelles","name":"François Bojarski","path":"/letypequividelespoubelles","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/54240434?s=80&v=4"},"commit":{"message":"feat(blalemodexp): fix and simplify","shortMessageHtmlLink":"feat(blalemodexp): fix and simplify"}},{"before":"99fb91fe20c6d3e182839181a6e22690091e3226","after":"0f78c79199145ff3658865b26c0d61c17aaa0566","ref":"refs/heads/feat/issue-739/oob-update-opcodes","pushedAt":"2024-05-29T19:27:03.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"lorenzogentile404","name":"Lorenzo Gentile","path":"/lorenzogentile404","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13421690?s=80&v=4"},"commit":{"message":"fix(oob): updated jumpi","shortMessageHtmlLink":"fix(oob): updated jumpi"}},{"before":"0580b8d5d1edf421d25d91c4bb44bbc6586e8de2","after":"99fb91fe20c6d3e182839181a6e22690091e3226","ref":"refs/heads/feat/issue-739/oob-update-opcodes","pushedAt":"2024-05-29T18:40:05.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"lorenzogentile404","name":"Lorenzo Gentile","path":"/lorenzogentile404","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13421690?s=80&v=4"},"commit":{"message":"fix(oob): turned records to classes","shortMessageHtmlLink":"fix(oob): turned records to classes"}},{"before":"efeb71e4319aebbebda61fd171dd8fcce67f6fad","after":"0580b8d5d1edf421d25d91c4bb44bbc6586e8de2","ref":"refs/heads/feat/issue-739/oob-update-opcodes","pushedAt":"2024-05-29T17:32:35.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"lorenzogentile404","name":"Lorenzo Gentile","path":"/lorenzogentile404","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13421690?s=80&v=4"},"commit":{"message":"fix(oob): updated jump","shortMessageHtmlLink":"fix(oob): updated jump"}},{"before":"98788778b78c0a61aaf960a3a31b370f5419461a","after":"efeb71e4319aebbebda61fd171dd8fcce67f6fad","ref":"refs/heads/feat/issue-739/oob-update-opcodes","pushedAt":"2024-05-29T16:59:36.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"lorenzogentile404","name":"Lorenzo Gentile","path":"/lorenzogentile404","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13421690?s=80&v=4"},"commit":{"message":"feat(oob): implement OOB module (#371)\n\n* Implement OOB\r\n\r\n* OOB fixed slice usage\r\n\r\n* OOB fixed ToyExecutionEnvironment after rebase\r\n\r\n* OOB fixed ByteCodeRunner, OobTests and partially updated module after rebase\r\n\r\n* OOB updated trace class and classes dependent from it\r\n\r\n* OOB update wip\r\n\r\n* OOB renamed precompiles methods\r\n\r\n* OOB fixed common precompiles\r\n\r\n* OOB updated blake2f and fixed common precompiles\r\n\r\n* OOB updated modexp\r\n\r\n* OOB updated setModexpLead\r\n\r\n* OOB completed update of modexp, review is needed\r\n\r\n* OOB fixed comments\r\n\r\n* OOB fixed maxMbsBbs\r\n\r\n* OOB fixed comp\r\n\r\n* OOB updated spillings.toml file\r\n\r\n* OOB fixed module key\r\n\r\n* OOB fixed minor bugs relared to prc-modexp_cds and hub justification predictions\r\n\r\n* OOB reactivated random offset in the tests for precompiles\r\n\r\n* OOB used parametrized junit tests\r\n\r\n* OOB substituted assert with assertEquals\r\n\r\n* fix(oob): renaming and refinements\r\n\r\n* fix(oob): reverted some renaming and fixed issue with replicated constants\r\n\r\n* fix(oob): removed assert from tests and getOob from byteCodeRunner and toyExecutionEnvironment\r\n\r\n* fix(oob): fixed trace-files.gradle after merge\r\n\r\n* fix(oob): update according to new constants file\r\n\r\n* fix: wrong constants\r\n\r\n* fix: fixed bug related to gas limit in BytecodeRunner\r\n\r\n* fix(oob): fixed call number\r\n\r\n* fix(oob): filled DATA 7 and 8 for opcodes still wip with 0\r\n\r\n* fix(oob): fixed minor issues after review, major issue missing oob in modules to count\r\n\r\n* fix(oob): added EqualsAndHashCode\r\n\r\n* fix: removed unused class\r\n\r\n---------\r\n\r\nCo-authored-by: Lorenzo Gentile ","shortMessageHtmlLink":"feat(oob): implement OOB module (#371)"}},{"before":null,"after":"405b2a0a6db484d2cd511b91e40a9afe98388c6e","ref":"refs/heads/feat/replay-test-after-project-split","pushedAt":"2024-05-29T16:03:42.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"powerslider","name":"Tsvetan Dimitrov","path":"/powerslider","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4035842?s=80&v=4"},"commit":{"message":"feat: add replay test with an extracted block from the shadow node after arithmetization/sequencer project split","shortMessageHtmlLink":"feat: add replay test with an extracted block from the shadow node af…"}},{"before":null,"after":"98788778b78c0a61aaf960a3a31b370f5419461a","ref":"refs/heads/feat/issue-739/oob-update-opcodes","pushedAt":"2024-05-29T15:00:30.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"lorenzogentile404","name":"Lorenzo Gentile","path":"/lorenzogentile404","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13421690?s=80&v=4"},"commit":{"message":"fix: update besu to 24.4-develop-a5a3eb8 and disable OOB, BLAKE2f_MODEXP_DATA and EXP modules (#738)\n\nResolves: #715 \r\n\r\nSigned-off-by: Tsvetan Dimitrov ","shortMessageHtmlLink":"fix: update besu to 24.4-develop-a5a3eb8 and disable OOB, BLAKE2f_MOD…"}},{"before":"c83b65ce21f138b99bdbf6e482e86c7ee49b1250","after":"98788778b78c0a61aaf960a3a31b370f5419461a","ref":"refs/heads/arith-dev","pushedAt":"2024-05-29T11:44:25.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"powerslider","name":"Tsvetan Dimitrov","path":"/powerslider","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4035842?s=80&v=4"},"commit":{"message":"fix: update besu to 24.4-develop-a5a3eb8 and disable OOB, BLAKE2f_MODEXP_DATA and EXP modules (#738)\n\nResolves: #715 \r\n\r\nSigned-off-by: Tsvetan Dimitrov ","shortMessageHtmlLink":"fix: update besu to 24.4-develop-a5a3eb8 and disable OOB, BLAKE2f_MOD…"}},{"before":"5f8878b0e68f13032c4df0e848aa97ee86ae9f2e","after":null,"ref":"refs/heads/fix/issue-715/besu-version-sync","pushedAt":"2024-05-29T11:44:25.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"powerslider","name":"Tsvetan Dimitrov","path":"/powerslider","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4035842?s=80&v=4"}},{"before":"74238cf3d76cf82d590f1d249ad57079ecd38dd8","after":"5f8878b0e68f13032c4df0e848aa97ee86ae9f2e","ref":"refs/heads/fix/issue-715/besu-version-sync","pushedAt":"2024-05-29T11:30:04.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"powerslider","name":"Tsvetan Dimitrov","path":"/powerslider","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4035842?s=80&v=4"},"commit":{"message":"Merge branch 'arith-dev' into fix/issue-715/besu-version-sync","shortMessageHtmlLink":"Merge branch 'arith-dev' into fix/issue-715/besu-version-sync"}},{"before":null,"after":"74238cf3d76cf82d590f1d249ad57079ecd38dd8","ref":"refs/heads/fix/issue-715/besu-version-sync","pushedAt":"2024-05-29T11:28:55.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"powerslider","name":"Tsvetan Dimitrov","path":"/powerslider","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4035842?s=80&v=4"},"commit":{"message":"fix: update besu to 24.4-develop-a5a3eb8 and disable OOB, BLAKE2f_MODEXP_DATA and EXP modules","shortMessageHtmlLink":"fix: update besu to 24.4-develop-a5a3eb8 and disable OOB, BLAKE2f_MOD…"}},{"before":"9a982e9ea915595689bf921e38027c0e9b0a79e7","after":null,"ref":"refs/heads/resolve-sequencer-conflicts","pushedAt":"2024-05-29T10:15:06.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"powerslider","name":"Tsvetan Dimitrov","path":"/powerslider","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4035842?s=80&v=4"}},{"before":"efeb71e4319aebbebda61fd171dd8fcce67f6fad","after":"c83b65ce21f138b99bdbf6e482e86c7ee49b1250","ref":"refs/heads/arith-dev","pushedAt":"2024-05-29T10:15:06.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"powerslider","name":"Tsvetan Dimitrov","path":"/powerslider","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4035842?s=80&v=4"},"commit":{"message":"fix: resolve conflicts with sequencer classes (#737)\n\nSigned-off-by: Fabio Di Fabio ","shortMessageHtmlLink":"fix: resolve conflicts with sequencer classes (#737)"}},{"before":"cefdbe52be85653e173d9573ee77e861eff2fc51","after":"9a982e9ea915595689bf921e38027c0e9b0a79e7","ref":"refs/heads/resolve-sequencer-conflicts","pushedAt":"2024-05-29T09:52:40.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"fab-10","name":"Fabio Di Fabio","path":"/fab-10","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/91944855?s=80&v=4"},"commit":{"message":"Resolve conflicts with sequencer classes\n\nSigned-off-by: Fabio Di Fabio ","shortMessageHtmlLink":"Resolve conflicts with sequencer classes"}},{"before":null,"after":"cefdbe52be85653e173d9573ee77e861eff2fc51","ref":"refs/heads/resolve-sequencer-conflicts","pushedAt":"2024-05-29T09:38:36.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"fab-10","name":"Fabio Di Fabio","path":"/fab-10","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/91944855?s=80&v=4"},"commit":{"message":"Resolve conflicts with sequencer classes\n\nSigned-off-by: Fabio Di Fabio ","shortMessageHtmlLink":"Resolve conflicts with sequencer classes"}},{"before":"66b13c3b5be1001b34c7f153eb94c64ab8c7dbd8","after":"fd1ce8ac053e1db02d40c5d95f165d6ac7c08b03","ref":"refs/heads/fix/issue-729/few-fixes-in-modexp_data","pushedAt":"2024-05-28T16:50:11.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"letypequividelespoubelles","name":"François Bojarski","path":"/letypequividelespoubelles","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/54240434?s=80&v=4"},"commit":{"message":"build(constraints): update","shortMessageHtmlLink":"build(constraints): update"}},{"before":"28e5bab02419df460fdb54a59a3ae45ff03ab9b5","after":null,"ref":"refs/heads/oob","pushedAt":"2024-05-28T14:17:39.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"lorenzogentile404","name":"Lorenzo Gentile","path":"/lorenzogentile404","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13421690?s=80&v=4"}},{"before":"0759971617c621567e52701a7867be7b1696b166","after":"efeb71e4319aebbebda61fd171dd8fcce67f6fad","ref":"refs/heads/arith-dev","pushedAt":"2024-05-28T14:17:38.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lorenzogentile404","name":"Lorenzo Gentile","path":"/lorenzogentile404","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13421690?s=80&v=4"},"commit":{"message":"feat(oob): implement OOB module (#371)\n\n* Implement OOB\r\n\r\n* OOB fixed slice usage\r\n\r\n* OOB fixed ToyExecutionEnvironment after rebase\r\n\r\n* OOB fixed ByteCodeRunner, OobTests and partially updated module after rebase\r\n\r\n* OOB updated trace class and classes dependent from it\r\n\r\n* OOB update wip\r\n\r\n* OOB renamed precompiles methods\r\n\r\n* OOB fixed common precompiles\r\n\r\n* OOB updated blake2f and fixed common precompiles\r\n\r\n* OOB updated modexp\r\n\r\n* OOB updated setModexpLead\r\n\r\n* OOB completed update of modexp, review is needed\r\n\r\n* OOB fixed comments\r\n\r\n* OOB fixed maxMbsBbs\r\n\r\n* OOB fixed comp\r\n\r\n* OOB updated spillings.toml file\r\n\r\n* OOB fixed module key\r\n\r\n* OOB fixed minor bugs relared to prc-modexp_cds and hub justification predictions\r\n\r\n* OOB reactivated random offset in the tests for precompiles\r\n\r\n* OOB used parametrized junit tests\r\n\r\n* OOB substituted assert with assertEquals\r\n\r\n* fix(oob): renaming and refinements\r\n\r\n* fix(oob): reverted some renaming and fixed issue with replicated constants\r\n\r\n* fix(oob): removed assert from tests and getOob from byteCodeRunner and toyExecutionEnvironment\r\n\r\n* fix(oob): fixed trace-files.gradle after merge\r\n\r\n* fix(oob): update according to new constants file\r\n\r\n* fix: wrong constants\r\n\r\n* fix: fixed bug related to gas limit in BytecodeRunner\r\n\r\n* fix(oob): fixed call number\r\n\r\n* fix(oob): filled DATA 7 and 8 for opcodes still wip with 0\r\n\r\n* fix(oob): fixed minor issues after review, major issue missing oob in modules to count\r\n\r\n* fix(oob): added EqualsAndHashCode\r\n\r\n* fix: removed unused class\r\n\r\n---------\r\n\r\nCo-authored-by: Lorenzo Gentile ","shortMessageHtmlLink":"feat(oob): implement OOB module (#371)"}},{"before":"7cd11fa26149500dd38429338ca546ec3ffb1128","after":"28e5bab02419df460fdb54a59a3ae45ff03ab9b5","ref":"refs/heads/oob","pushedAt":"2024-05-28T13:40:49.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"lorenzogentile404","name":"Lorenzo Gentile","path":"/lorenzogentile404","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13421690?s=80&v=4"},"commit":{"message":"Merged arith-dev into oob and fixed conflicts","shortMessageHtmlLink":"Merged arith-dev into oob and fixed conflicts"}},{"before":"2523bcba226d1eed3701274a5c7743af6b2c5986","after":null,"ref":"refs/heads/feat/issue-692/ecdata-implementation","pushedAt":"2024-05-28T13:24:26.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"lorenzogentile404","name":"Lorenzo Gentile","path":"/lorenzogentile404","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13421690?s=80&v=4"}},{"before":"66b13c3b5be1001b34c7f153eb94c64ab8c7dbd8","after":"0759971617c621567e52701a7867be7b1696b166","ref":"refs/heads/arith-dev","pushedAt":"2024-05-28T13:24:25.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lorenzogentile404","name":"Lorenzo Gentile","path":"/lorenzogentile404","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13421690?s=80&v=4"},"commit":{"message":"feat(ecdata): implemented and tested ecrecover precompile (#732)\n\n* feat(ecdata): updated trace file and partially Operation\r\n\r\n* feat(ecdata): managed ecrecover case and common columns\r\n\r\n* fix(ecdata): fixed bugs related to assemble method and lookups\r\n\r\n* feat(ecdata): fixed BYTE_DELTA\r\n\r\n* feat(ecdata): computed recoveredAddress and made tests parametric\r\n\r\n* feat(ecdata): printed recovered address for debugging purposes\r\n\r\n* feat(ecdata): completed test of ecrecover\r\n\r\n* feat(ecdata): added code for id debugging\r\n\r\n* fix(ecdata): solved bug related to usage of Bytes.of\r\n\r\n* fix(ecdata): update constraints submodule reference\r\n\r\n* fix(shfreftable): turned MSHP into an UnsignedByte\r\n\r\n* fix(ecdata): previousId\r\n\r\n---------\r\n\r\nCo-authored-by: Francois Bojarski ","shortMessageHtmlLink":"feat(ecdata): implemented and tested ecrecover precompile (#732)"}},{"before":null,"after":"66b13c3b5be1001b34c7f153eb94c64ab8c7dbd8","ref":"refs/heads/fix/issue-729/few-fixes-in-modexp_data","pushedAt":"2024-05-28T11:49:08.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"letypequividelespoubelles","name":"François Bojarski","path":"/letypequividelespoubelles","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/54240434?s=80&v=4"},"commit":{"message":"fix(mxp): used constants (#735)","shortMessageHtmlLink":"fix(mxp): used constants (#735)"}},{"before":"3a24bbf4770c2a4afa37014acca6884335965b19","after":"2523bcba226d1eed3701274a5c7743af6b2c5986","ref":"refs/heads/feat/issue-692/ecdata-implementation","pushedAt":"2024-05-28T06:01:11.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"letypequividelespoubelles","name":"François Bojarski","path":"/letypequividelespoubelles","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/54240434?s=80&v=4"},"commit":{"message":"fix(ecdata): previousId","shortMessageHtmlLink":"fix(ecdata): previousId"}},{"before":"ee85836d6250063300435a4b2c017308fb4c804d","after":"7cd11fa26149500dd38429338ca546ec3ffb1128","ref":"refs/heads/oob","pushedAt":"2024-05-27T20:13:32.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"lorenzogentile404","name":"Lorenzo Gentile","path":"/lorenzogentile404","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13421690?s=80&v=4"},"commit":{"message":"fix: removed unused class","shortMessageHtmlLink":"fix: removed unused class"}},{"before":"abd2e0537ef763e43b6150152ee4ce2b9b3df87c","after":"ee85836d6250063300435a4b2c017308fb4c804d","ref":"refs/heads/oob","pushedAt":"2024-05-27T20:11:02.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"lorenzogentile404","name":"Lorenzo Gentile","path":"/lorenzogentile404","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13421690?s=80&v=4"},"commit":{"message":"fix(oob): added EqualsAndHashCode","shortMessageHtmlLink":"fix(oob): added EqualsAndHashCode"}},{"before":"8f3722bb3fe69663cf0c0974dff1cfd40fe53000","after":"3a24bbf4770c2a4afa37014acca6884335965b19","ref":"refs/heads/feat/issue-692/ecdata-implementation","pushedAt":"2024-05-27T17:29:59.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"lorenzogentile404","name":"Lorenzo Gentile","path":"/lorenzogentile404","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13421690?s=80&v=4"},"commit":{"message":"Merge branch 'arith-dev' into feat/issue-692/ecdata-implementation","shortMessageHtmlLink":"Merge branch 'arith-dev' into feat/issue-692/ecdata-implementation"}},{"before":"1feff6692726583df73df631dbea3a330d10b736","after":"abd2e0537ef763e43b6150152ee4ce2b9b3df87c","ref":"refs/heads/oob","pushedAt":"2024-05-27T15:49:32.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"lorenzogentile404","name":"Lorenzo Gentile","path":"/lorenzogentile404","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13421690?s=80&v=4"},"commit":{"message":"Merge branch 'arith-dev' into oob","shortMessageHtmlLink":"Merge branch 'arith-dev' into oob"}},{"before":"6f6a5b86c1cf929c8a7f4e645192698b3f9686dd","after":null,"ref":"refs/heads/fix/issue-734/mxp-used-constants","pushedAt":"2024-05-27T15:27:44.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"lorenzogentile404","name":"Lorenzo Gentile","path":"/lorenzogentile404","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13421690?s=80&v=4"}},{"before":"c10e0da8baa834a7f5046fe861a656bbc63e7196","after":"66b13c3b5be1001b34c7f153eb94c64ab8c7dbd8","ref":"refs/heads/arith-dev","pushedAt":"2024-05-27T15:27:43.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lorenzogentile404","name":"Lorenzo Gentile","path":"/lorenzogentile404","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13421690?s=80&v=4"},"commit":{"message":"fix(mxp): used constants (#735)","shortMessageHtmlLink":"fix(mxp): used constants (#735)"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEV1HoswA","startCursor":null,"endCursor":null}},"title":"Activity · Consensys/linea-arithmetization"}