--- Log opened Sun Jun 13 00:00:37 2021 02:10 -!- da39a3ee5e6b4b0d [~textual@2403:6200:8876:2955:1da4:ecb3:1c84:7a5a] has joined #bitcoin-rust 02:57 < dr-orlovsky> all: with Taproot epic the next step is to review & merge #617 (new WitnessVersion type), required for instance for taproot addresses and many other things 02:58 < dr-orlovsky> the code was reviewed multiple times several months ago as part of #562 and #563 and this is a newly rebased version with all reviews taken into account 02:59 < dr-orlovsky> sebx2a: pls also see above ^^^ 03:36 -!- da39a3ee5e6b4b0d [~textual@2403:6200:8876:2955:1da4:ecb3:1c84:7a5a] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 05:13 -!- da39a3ee5e6b4b0d [~textual@2403:6200:8876:2955:1da4:ecb3:1c84:7a5a] has joined #bitcoin-rust 07:28 -!- da39a3ee5e6b4b0d [~textual@2403:6200:8876:2955:1da4:ecb3:1c84:7a5a] has quit [Quit: Textual IRC Client: www.textualapp.com] 11:27 -!- plsm_ [~plsm@host86-186-0-141.range86-186.btcentralplus.com] has joined #bitcoin-rust 11:28 -!- plsm_ [~plsm@host86-186-0-141.range86-186.btcentralplus.com] has quit [Changing host] 11:28 -!- plsm_ [~plsm@user/plsm] has joined #bitcoin-rust 14:04 -!- thomaseizinger [~thomaseiz@2001:470:69fc:105::16b2] has quit [Remote host closed the connection] 14:04 -!- devrandom [~devrandom@2001:470:69fc:105::d4d] has quit [Remote host closed the connection] 14:04 -!- RCasatta[m] [~rcasattam@2001:470:69fc:105::c85] has quit [Remote host closed the connection] 14:04 -!- prusnak[m] [~stickmatr@2001:470:69fc:105::98c] has quit [Remote host closed the connection] 14:05 -!- rich- [rich@2600:3c00::f03c:92ff:fe8e:dce6] has joined #bitcoin-rust 14:05 -!- devrandom [~devrandom@2001:470:69fc:105::d4d] has joined #bitcoin-rust 14:05 -!- plsm_ [~plsm@user/plsm] has quit [Ping timeout: 245 seconds] 14:05 -!- rich [~rich@shindig.notmandatory.org] has quit [Ping timeout: 245 seconds] 14:07 -!- DeanGuss [~dean@user/deanguss] has quit [Ping timeout: 252 seconds] 14:07 -!- plsm [~plsm@user/plsm] has joined #bitcoin-rust 14:08 -!- DeanGuss [~dean@nonplayercharacter.me] has joined #bitcoin-rust 14:08 -!- DeanGuss [~dean@nonplayercharacter.me] has quit [Changing host] 14:08 -!- DeanGuss [~dean@user/deanguss] has joined #bitcoin-rust 14:09 -!- thomaseizinger [~thomaseiz@2001:470:69fc:105::16b2] has joined #bitcoin-rust 14:09 -!- prusnak[m] [~stickmatr@2001:470:69fc:105::98c] has joined #bitcoin-rust 14:10 -!- darosior0 [~darosior@194.36.189.246] has joined #bitcoin-rust 14:10 -!- RCasatta[m] [~rcasattam@2001:470:69fc:105::c85] has joined #bitcoin-rust 14:14 -!- darosior [~darosior@194.36.189.246] has quit [Ping timeout: 264 seconds] 14:14 -!- darosior0 is now known as darosior 14:18 -!- FelixWeis_ [sid154231@id-154231.stonehaven.irccloud.com] has joined #bitcoin-rust 14:18 -!- h4sh3d_ [~h4sh3d@109.202.212.237] has joined #bitcoin-rust 14:19 -!- plsm__ [~plsm@host86-186-0-141.range86-186.btcentralplus.com] has joined #bitcoin-rust 14:19 -!- FelixWeis [sid154231@id-154231.stonehaven.irccloud.com] has quit [Ping timeout: 264 seconds] 14:19 -!- h4sh3d [~h4sh3d@user/h4sh3d] has quit [Ping timeout: 264 seconds] 14:19 -!- FelixWeis_ is now known as FelixWeis 14:19 -!- h4sh3d_ is now known as h4sh3d 14:20 -!- h4sh3d is now known as Guest7353 14:21 -!- DeanWeen [~dean@nonplayercharacter.me] has joined #bitcoin-rust 14:21 -!- mycroft- [mycroft@abused.minithins.net] has joined #bitcoin-rust 14:22 -!- emzy [~quassel@user/emzy] has quit [Ping timeout: 265 seconds] 14:22 -!- mycroft [mycroft@abused.minithins.net] has quit [Ping timeout: 265 seconds] 14:23 -!- elichai2 [sid212594@id-212594.stonehaven.irccloud.com] has quit [Ping timeout: 265 seconds] 14:24 -!- emzy [~quassel@user/emzy] has joined #bitcoin-rust 14:24 -!- Netsplit *.net <-> *.split quits: DeanGuss, plsm 14:25 -!- elichai2 [sid212594@id-212594.stonehaven.irccloud.com] has joined #bitcoin-rust 15:13 -!- belcher_ is now known as belcher 16:06 -!- Guest7353 [~h4sh3d@109.202.212.237] has quit [Ping timeout: 272 seconds] 16:08 -!- h4sh3d [~h4sh3d@user/h4sh3d] has joined #bitcoin-rust 17:22 -!- tibo_ [~tibo@2400:4050:2a83:7000:b9a4:c996:46d5:7f39] has joined #bitcoin-rust 21:34 -!- belcher_ [~belcher@user/belcher] has joined #bitcoin-rust 21:37 -!- belcher [~belcher@user/belcher] has quit [Ping timeout: 272 seconds] 22:52 -!- mycroft- is now known as mycroft 23:32 < dr-orlovsky> I am planing to add support for secp256k1_xonly_pubkey_cmp and secp256k1_keypair_sec functions from more recent secp256k1 into rust-secp256k1, and thus plan to update the vendored revision. Is there anything I need to take into account before doing that? (will do for the first time) --- Log closed Mon Jun 14 00:00:37 2021