--- Day changed Sat Aug 04 2018 14:26 < andytoshi> dongcarl: can you clean up the history? 14:27 < andytoshi> for something like this where you're mostly adding piles of code, i like to copy the whole thing to an alternate directory and then redo the entire branch by copy/pasting code in piecemeal, committing whenever there's something self-contained and sensible that passes tests 14:28 < andytoshi> that way there aren't commits that do format fixes, commits that add code that has disappeared by the end of the PR, etc 14:31 < andytoshi> also, if you can do all the modifications to the existing codebase before the commits that add stuff, that's easier to review 14:33 < andytoshi> BlueMatt: when you get a moment can you clear out https://github.com/rust-bitcoin/bitcoin_hashes/pulls 14:33 < andytoshi> i should've put those in before i turned on "review required" .. though i guess if it's good that somebody has to look at it before the library gets to a "never changes again" point, which it's pretty close to..