--- Log opened Tue Feb 27 00:00:11 2024 00:42 -!- Netsplit *.net <-> *.split quits: bob_x3, ghost43_ 00:42 -!- Netsplit *.net <-> *.split quits: thirrty 01:02 -!- jonatack [~jonatack@user/jonatack] has joined #secp256k1 01:04 -!- jon_atack [~jonatack@user/jonatack] has quit [Ping timeout: 246 seconds] 02:24 < real_or_random> these are three PRs that won't take a lot of time to review and that could be merged with an additional ACK: 02:25 < real_or_random> https://github.com/bitcoin-core/secp256k1/pull/1489 tests: add missing fe comparison checks for inverse field test cases 02:25 < real_or_random> https://github.com/bitcoin-core/secp256k1/pull/1490 tests: improve fe_sqr test (issue #1472) 02:25 < real_or_random> https://github.com/bitcoin-core/secp256k1/pull/1496 msan: notate variable assignments from assembly code 02:47 -!- tromp [~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl] has quit [Quit: My iMac has gone to sleep. ZZZzzz…] 02:48 -!- tromp [~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl] has joined #secp256k1 03:00 -!- tromp [~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl] has quit [Quit: My iMac has gone to sleep. ZZZzzz…] 03:02 -!- tromp [~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl] has joined #secp256k1 03:58 -!- tromp [~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl] has quit [Quit: My iMac has gone to sleep. ZZZzzz…] 04:24 -!- tromp [~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl] has joined #secp256k1 05:43 -!- tromp [~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl] has quit [Quit: My iMac has gone to sleep. ZZZzzz…] 05:47 < bitcoin-git> [secp256k1] real-or-random pushed 3 commits to master: https://github.com/bitcoin-core/secp256k1/compare/0653a25d50f6...d926510cf76d 05:47 < bitcoin-git> secp256k1/master e7ea32e Cory Fields: msan: Add SECP256K1_CHECKMEM_MSAN_DEFINE which applies to memory sanitizer... 05:47 < bitcoin-git> secp256k1/master 31ba404 Cory Fields: msan: notate variable assignments from assembly code 05:47 < bitcoin-git> secp256k1/master d926510 Tim Ruffing: Merge bitcoin-core/secp256k1#1496: msan: notate variable assignments from ... 05:47 < bitcoin-git> [secp256k1] real-or-random merged pull request #1496: msan: notate variable assignments from assembly code (master...x86-asm-clean-msan) https://github.com/bitcoin-core/secp256k1/pull/1496 05:53 -!- tromp [~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl] has joined #secp256k1 06:49 -!- ghost43 [~ghost43@gateway/tor-sasl/ghost43] has joined #secp256k1 07:01 < fanquake> real_or_random: do you have a new rel date in mind for https://github.com/bitcoin-core/secp256k1/milestone/6 ? 07:01 -!- bob_x3 [~bob_x@user/bob-x1/x-8934932] has joined #secp256k1 07:06 -!- ghost43 [~ghost43@gateway/tor-sasl/ghost43] has quit [Remote host closed the connection] 07:07 -!- ghost43 [~ghost43@gateway/tor-sasl/ghost43] has joined #secp256k1 07:15 -!- ghost43 [~ghost43@gateway/tor-sasl/ghost43] has quit [Remote host closed the connection] 07:18 < bitcoin-git> [secp256k1] jonasnick pushed 3 commits to master: https://github.com/bitcoin-core/secp256k1/compare/d926510cf76d...cdc9a6258e99 07:18 < bitcoin-git> secp256k1/master 00111c9 Sebastian Falbesoner: tests: add missing fe comparison checks for inverse field test cases 07:18 < bitcoin-git> secp256k1/master e7bdddd Sebastian Falbesoner: refactor: rename `check_fe_equal` -> `fe_equal` 07:18 < bitcoin-git> secp256k1/master cdc9a62 Jonas Nick: Merge bitcoin-core/secp256k1#1489: tests: add missing fe comparison checks... 07:18 < bitcoin-git> [secp256k1] jonasnick merged pull request #1489: tests: add missing fe comparison checks for inverse field test cases (master...add_missing_inverse_field_equal_checks) https://github.com/bitcoin-core/secp256k1/pull/1489 07:36 -!- ghost43 [~ghost43@gateway/tor-sasl/ghost43] has joined #secp256k1 07:36 -!- ghost43 [~ghost43@gateway/tor-sasl/ghost43] has quit [Remote host closed the connection] 07:36 -!- ghost43 [~ghost43@gateway/tor-sasl/ghost43] has joined #secp256k1 07:36 -!- ghost43 [~ghost43@gateway/tor-sasl/ghost43] has quit [Remote host closed the connection] 07:59 -!- ghost43 [~ghost43@gateway/tor-sasl/ghost43] has joined #secp256k1 08:04 -!- thirrty [~thirrty@bm.ptr240.ptrcloud.net] has joined #secp256k1 08:15 -!- thirrty [~thirrty@bm.ptr240.ptrcloud.net] has quit [Quit: Client closed] 08:31 -!- preimage [~halosghos@user/halosghost] has joined #secp256k1 08:45 -!- jamesob [~jamesob@108.44.248.162] has quit [Ping timeout: 252 seconds] 08:45 -!- jamesob [~jamesob@108.44.248.162] has joined #secp256k1 09:17 < bitcoin-git> [secp256k1] jonasnick pushed 3 commits to master: https://github.com/bitcoin-core/secp256k1/compare/cdc9a6258e99...427e86b9edca 09:17 < bitcoin-git> secp256k1/master 11420a7 Sebastian Falbesoner: tests: improve fe_sqr test 09:17 < bitcoin-git> secp256k1/master 2028069 Sebastian Falbesoner: doc: clarify input requirements for secp256k1_fe_mul 09:17 < bitcoin-git> secp256k1/master 427e86b Jonas Nick: Merge bitcoin-core/secp256k1#1490: tests: improve fe_sqr test (issue #1472) 09:17 < bitcoin-git> [secp256k1] jonasnick merged pull request #1490: tests: improve fe_sqr test (issue #1472) (master...improve-fe_sqr-test) https://github.com/bitcoin-core/secp256k1/pull/1490 11:19 -!- bob_x3 [~bob_x@user/bob-x1/x-8934932] has quit [Remote host closed the connection] 11:20 -!- bob_x3 [~bob_x@user/bob-x1/x-8934932] has joined #secp256k1 11:30 -!- bob_x3 [~bob_x@user/bob-x1/x-8934932] has quit [Remote host closed the connection] 11:30 -!- bob_x3 [~bob_x@user/bob-x1/x-8934932] has joined #secp256k1 13:17 -!- lbia [~lbia@user/lbia] has quit [Ping timeout: 260 seconds] 13:50 -!- harding [quassel@newmail.dtrt.org] has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.] 14:03 -!- harding [quassel@newmail.dtrt.org] has joined #secp256k1 15:47 -!- preimage [~halosghos@user/halosghost] has quit [Quit: WeeChat 4.2.1] 15:57 -!- tromp [~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl] has quit [Quit: My iMac has gone to sleep. ZZZzzz…] --- Log closed Wed Feb 28 00:00:12 2024