{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":330600696,"defaultBranch":"main","name":"ethnum-rs","ownerLogin":"nlordell","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2021-01-18T08:26:11.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/4210206?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1702320392.0","currentOid":""},"activityList":{"items":[{"before":null,"after":"73bf323fb44bb7dadeb42bf5b8ac92baf861e688","ref":"refs/heads/dependabot/cargo/afl-0.15","pushedAt":"2023-12-11T18:46:32.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":"Update afl requirement from 0.14 to 0.15\n\nUpdates the requirements on [afl](https://github.com/rust-fuzz/afl.rs) to permit the latest version.\n- [Release notes](https://github.com/rust-fuzz/afl.rs/releases)\n- [Changelog](https://github.com/rust-fuzz/afl.rs/blob/master/CHANGES.md)\n- [Commits](https://github.com/rust-fuzz/afl.rs/commits)\n\n---\nupdated-dependencies:\n- dependency-name: afl\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Update afl requirement from 0.14 to 0.15"}},{"before":"1cd9388a0a6c4e8b7e7e0e5dc49bda6c68f2d44b","after":"b66678b45c9f935930a95aac8b0e379b9b7d3dea","ref":"refs/heads/main","pushedAt":"2023-11-16T19:35:13.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"nlordell","name":"Nicholas Rodrigues Lordello","path":"/nlordell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4210206?s=80&v=4"},"commit":{"message":"Fix LTO Detection in LLVM Intrinsic Build (#36)\n\nFixes #33 \r\n\r\nThis PR fixes LTO detection in the LLVM intrinsic build script. It turns\r\nout that around Rust 1.55, `cargo` stopped propagating `RUSTFLAGS`\r\nenvironment variable to the build script invocation (and even actively\r\nremoving it). It is replaced with `CARGO_ENCODED_RUSTFLAGS` which is\r\nmeant to more accurately set the actual `rustc` flags that are being\r\nused.\r\n\r\nTurning this on yields an immediate improvement in benchmarks:\r\n\r\n```\r\nU256::add time: [15.726 ns 15.764 ns 15.808 ns]\r\n change: [-34.507% -34.304% -34.099%] (p = 0.00 < 0.05)\r\n Performance has improved.\r\n```","shortMessageHtmlLink":"Fix LTO Detection in LLVM Intrinsic Build (#36)"}},{"before":null,"after":"cdec1b20a0fb2e25761a2fbd014d9ede167a65bb","ref":"refs/heads/llvm-instrinsic-build","pushedAt":"2023-11-16T19:32:31.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"nlordell","name":"Nicholas Rodrigues Lordello","path":"/nlordell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4210206?s=80&v=4"},"commit":{"message":"Fix LTO Detection in LLVM Intrinsic Build","shortMessageHtmlLink":"Fix LTO Detection in LLVM Intrinsic Build"}},{"before":"1256fbdd657681154ca877c6bdc459dce43a29c8","after":"1cd9388a0a6c4e8b7e7e0e5dc49bda6c68f2d44b","ref":"refs/heads/main","pushedAt":"2023-10-26T18:16:10.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"nlordell","name":"Nicholas Rodrigues Lordello","path":"/nlordell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4210206?s=80&v=4"},"commit":{"message":"Version bump","shortMessageHtmlLink":"Version bump"}},{"before":"811cec8360a8375a7b157e8d819313a2094072f1","after":"1256fbdd657681154ca877c6bdc459dce43a29c8","ref":"refs/heads/main","pushedAt":"2023-10-25T16:05:54.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"nlordell","name":"Nicholas Rodrigues Lordello","path":"/nlordell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4210206?s=80&v=4"},"commit":{"message":"Doc test hide use statements for ethnum types","shortMessageHtmlLink":"Doc test hide use statements for ethnum types"}},{"before":"c943fa709f6e88d0c1a1f81d187214c2699641d8","after":"811cec8360a8375a7b157e8d819313a2094072f1","ref":"refs/heads/main","pushedAt":"2023-10-25T15:50:20.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"nlordell","name":"Nicholas Rodrigues Lordello","path":"/nlordell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4210206?s=80&v=4"},"commit":{"message":"Adds Mixed Integer Ops (#29)\n\nThis branch implements methods analogous to those of the stable feature mixed_integer_ops.\r\n\r\nCloses #24.","shortMessageHtmlLink":"Adds Mixed Integer Ops (#29)"}},{"before":"e5d82edb2876051eeb3909571631a4a747c96d0c","after":"c943fa709f6e88d0c1a1f81d187214c2699641d8","ref":"refs/heads/main","pushedAt":"2023-10-25T13:24:49.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"nlordell","name":"Nicholas Rodrigues Lordello","path":"/nlordell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4210206?s=80&v=4"},"commit":{"message":"Inline always (#30)\n\n* Inlined Casts\r\n\r\n* inline(always) shallow methods in */api.rs","shortMessageHtmlLink":"Inline always (#30)"}},{"before":"004bcf3cbba9f3d69b6ca1ecb0df91490acf8d73","after":"e5d82edb2876051eeb3909571631a4a747c96d0c","ref":"refs/heads/main","pushedAt":"2023-09-14T19:40:18.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"nlordell","name":"Nicholas Rodrigues Lordello","path":"/nlordell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4210206?s=80&v=4"},"commit":{"message":"Const-fn Based Integer Macros","shortMessageHtmlLink":"Const-fn Based Integer Macros"}},{"before":"cd9f35db9cac3318cf70b91aca3c325c3e8a2558","after":"004bcf3cbba9f3d69b6ca1ecb0df91490acf8d73","ref":"refs/heads/main","pushedAt":"2023-09-14T19:32:16.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"nlordell","name":"Nicholas Rodrigues Lordello","path":"/nlordell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4210206?s=80&v=4"},"commit":{"message":"Const-fn Based Integer Macros","shortMessageHtmlLink":"Const-fn Based Integer Macros"}},{"before":"e8469ce7437eb717e4d38c60b6d5781d1b836087","after":"cd9f35db9cac3318cf70b91aca3c325c3e8a2558","ref":"refs/heads/main","pushedAt":"2023-08-29T11:11:21.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"nlordell","name":"Nicholas Rodrigues Lordello","path":"/nlordell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4210206?s=80&v=4"},"commit":{"message":"Prepare for release","shortMessageHtmlLink":"Prepare for release"}},{"before":"57ca8e446aef708b9ec7c8dabe5c5258d811db4e","after":"e8469ce7437eb717e4d38c60b6d5781d1b836087","ref":"refs/heads/main","pushedAt":"2023-08-29T11:07:45.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"nlordell","name":"Nicholas Rodrigues Lordello","path":"/nlordell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4210206?s=80&v=4"},"commit":{"message":"Refactor Serde Tests to not require JSON; fix edge cases","shortMessageHtmlLink":"Refactor Serde Tests to not require JSON; fix edge cases"}},{"before":"e072b41b86efa851a050435fef77aa1a4ed10441","after":"57ca8e446aef708b9ec7c8dabe5c5258d811db4e","ref":"refs/heads/main","pushedAt":"2023-08-29T11:03:48.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"nlordell","name":"Nicholas Rodrigues Lordello","path":"/nlordell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4210206?s=80&v=4"},"commit":{"message":"Refactor Serde Tests to not require JSON; fix edge cases","shortMessageHtmlLink":"Refactor Serde Tests to not require JSON; fix edge cases"}},{"before":"5bf8548f84018dd57f9c6ea846c3d4dea9ca45bf","after":"e072b41b86efa851a050435fef77aa1a4ed10441","ref":"refs/heads/main","pushedAt":"2023-08-29T10:59:57.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"nlordell","name":"Nicholas Rodrigues Lordello","path":"/nlordell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4210206?s=80&v=4"},"commit":{"message":"Fix the deserialization from JSON for I256 and U256 types with custom endianness (#28)","shortMessageHtmlLink":"Fix the deserialization from JSON for I256 and U256 types with custom…"}},{"before":"65b4f3941a72bbd5f2c5d729514a846c48272915","after":"5bf8548f84018dd57f9c6ea846c3d4dea9ca45bf","ref":"refs/heads/main","pushedAt":"2023-08-29T09:42:40.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"nlordell","name":"Nicholas Rodrigues Lordello","path":"/nlordell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4210206?s=80&v=4"},"commit":{"message":"Fix clang installation","shortMessageHtmlLink":"Fix clang installation"}},{"before":"d65fdcd9dbcabf4f8013f9f52caef8adddc1c403","after":"65b4f3941a72bbd5f2c5d729514a846c48272915","ref":"refs/heads/main","pushedAt":"2023-08-29T09:37:26.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"nlordell","name":"Nicholas Rodrigues Lordello","path":"/nlordell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4210206?s=80&v=4"},"commit":{"message":"Fix clang installation","shortMessageHtmlLink":"Fix clang installation"}},{"before":"10bbd4ced7324bf49023c23efb62dbdab44dae2f","after":"d65fdcd9dbcabf4f8013f9f52caef8adddc1c403","ref":"refs/heads/main","pushedAt":"2023-08-29T09:36:34.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"nlordell","name":"Nicholas Rodrigues Lordello","path":"/nlordell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4210206?s=80&v=4"},"commit":{"message":"Fix clang installation","shortMessageHtmlLink":"Fix clang installation"}},{"before":"211f35a70c12eb228a66368fa24b7fdd3a23c8ce","after":"10bbd4ced7324bf49023c23efb62dbdab44dae2f","ref":"refs/heads/main","pushedAt":"2023-08-29T09:22:13.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"nlordell","name":"Nicholas Rodrigues Lordello","path":"/nlordell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4210206?s=80&v=4"},"commit":{"message":"Update instructions for building LLVM intrinsics","shortMessageHtmlLink":"Update instructions for building LLVM intrinsics"}},{"before":"4d211f044672705978fc007c18d905703fe2d612","after":null,"ref":"refs/heads/dependabot/cargo/criterion-0.5","pushedAt":"2023-08-29T08:37:48.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":"25b1004efbe0c48626d3e7882b10e5110a1524b0","after":null,"ref":"refs/heads/dependabot/cargo/afl-0.13","pushedAt":"2023-08-29T08:36:59.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":"d8a2c42f7bd4c06d076a7bbcbaaaa948c67d2a22","after":"211f35a70c12eb228a66368fa24b7fdd3a23c8ce","ref":"refs/heads/main","pushedAt":"2023-08-29T08:35:27.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"nlordell","name":"Nicholas Rodrigues Lordello","path":"/nlordell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4210206?s=80&v=4"},"commit":{"message":"Update dependencies and bench against ruint","shortMessageHtmlLink":"Update dependencies and bench against ruint"}},{"before":null,"after":"4d211f044672705978fc007c18d905703fe2d612","ref":"refs/heads/dependabot/cargo/criterion-0.5","pushedAt":"2023-05-23T18:57:12.917Z","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":"Update criterion requirement from 0.4 to 0.5\n\nUpdates the requirements on [criterion](https://github.com/bheisler/criterion.rs) to permit the latest version.\n- [Changelog](https://github.com/bheisler/criterion.rs/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/bheisler/criterion.rs/compare/0.4.0...0.5.0)\n\n---\nupdated-dependencies:\n- dependency-name: criterion\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Update criterion requirement from 0.4 to 0.5"}},{"before":null,"after":"25b1004efbe0c48626d3e7882b10e5110a1524b0","ref":"refs/heads/dependabot/cargo/afl-0.13","pushedAt":"2023-05-15T18:57:08.624Z","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":"Update afl requirement from 0.12 to 0.13\n\nUpdates the requirements on [afl](https://github.com/rust-fuzz/afl.rs) to permit the latest version.\n- [Changelog](https://github.com/rust-fuzz/afl.rs/blob/master/CHANGES.md)\n- [Commits](https://github.com/rust-fuzz/afl.rs/commits)\n\n---\nupdated-dependencies:\n- dependency-name: afl\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Update afl requirement from 0.12 to 0.13"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAADx5aDNgA","startCursor":null,"endCursor":null}},"title":"Activity · nlordell/ethnum-rs"}