--- Log opened Sat Dec 19 00:00:51 2020 14:36 -!- roconnor [~roconnor@host-45-58-208-179.dyn.295.ca] has quit [Ping timeout: 268 seconds] 16:25 < andytoshi> o.O today i learned that bitcoin used to have a taproot-like "one sig per 34 bytes" standardness rule https://github.com/bitcoin/bitcoin/pull/106/files 16:25 < andytoshi> i wonder when that went away 16:26 < sipa> there is 16:27 < andytoshi> it's still there? 16:27 < sipa> transactions' size is counted as max(actualsize, 50*sigops) 16:27 < sipa> for purposes of fee counting/standardness/relay 16:27 < andytoshi> oh i had no idea 16:28 < sipa> because 80000 vsigops consensus limit, it makes sense 16:29 < sipa> the alternative is multidimensional optimization 16:29 < sipa> sorry, 20000 vsigops / 80000 sigopsweight :) 16:30 < andytoshi> yeah, that makes sense. i guess i just assumed that this limit was never hit so the code for it probably did somethnig simple/dumb. like just running into the sigop limit then refusing to put more txes in the block 16:30 < andytoshi> but i guess that'd be a clear DoS vector that somebody would've taken advantage of 16:30 < sipa> taproot does it as a consensus rule, and per txin instead of per tx 16:31 < andytoshi> right 17:09 -!- jb55 [~jb55@gateway/tor-sasl/jb55] has quit [Ping timeout: 240 seconds] 17:16 -!- jb55 [~jb55@gateway/tor-sasl/jb55] has joined ##miniscript 22:22 -!- roconnor [~roconnor@host-45-78-199-13.dyn.295.ca] has joined ##miniscript 23:17 -!- shesek [~shesek@unaffiliated/shesek] has quit [Remote host closed the connection] --- Log closed Sun Dec 20 00:00:52 2020