Skip to content

v1.1.1 - Gas datum dupe fix

Compare
Choose a tag to compare
@Putnam3145 Putnam3145 released this 13 May 01:26
· 150 commits to master since this release

Turns out it would just happily accept taking the same gas twice and... now there would be two of the same gas, with only the second one actually being checked. This was unlikely to have actually caused problems in production code, but there's a small possibility it caused some rounds to go real slow due to tinyvec weirdness and late initialization of gas mixtures (I doubt it, though).