Jason Carver

Results 98 comments of Jason Carver

@ryepdx did you ever get an out-of-band answer on the license, or end up writing your own heap implementation? I landed here in the same position as you.

Thanks In case anyone else stumbles here: the best answer in my case, and probably for many other scenarios, is to sort off-chain. Then we only have to spend gas...

Sure, someone should be able to do a quick review on a PR. Any feature like this would need an "unaudited flag" like the hdwallet implementation. No one on our...

It's been a while since I've looked at this. Based on my fuzzy memory, there were some security issues preventing this from going live. The code above (untested at the...

Ah, right I remember now. It's not that that PR has anything to do with blake2b-py, just that it is blocking the next release of py-evm. 👍🏻

I'm no longer an active maintainer on this project, paging @kclowes

> Note that I did not do a thorough search for all methods that should be updated, so part of the task is to identify all functions that should be...

Also note that because some projects (especially some of ours) use type checking as part of CI, we typically treat type signature changes as *breaking* changes.

Ah yeah, that implies that eth-utils is due for a merge from the latest template