iamdefinitelyahuman

Results 21 comments of iamdefinitelyahuman

```python blake2b_f( rounds: uint256, h: bytes32[2], m: bytes32[4], t0: Bytes[8], t1: Bytes[8], f: bool ) -> bytes32[2] ```

Note to self: use `mypy` to find all occurrences of `pos`, and this should be a fairly straightforward conversion. Should try to get this in before the next release when...

OSX has issues building `0.4.x` versions of Solidity, the problem isn't specific to `py-solc`. You can use `brew` to install some of the more recent 0.4 versions, see [ethereum/homebrew-ethereum](https://github.com/ethereum/homebrew-ethereum) for...

Per https://github.com/ethereum/py-solc/pull/65#issuecomment-448729689, this library has been deprecated. I am maintaining a fork, [py-solc-x](https://github.com/iamdefinitelyahuman/py-solc-x), that supports newer versions of the solc compiler.

This should be done using [`click`](https://github.com/pallets/click). A good opportunity to learn it.

The deposit contracts are used for wrapping and unwrapped the underlying assets in pools that involve lending - busd, comp, y, and various metapools. A generalized deposit contract is in...

Can you provide any additional sources? I don't trust Wikipedia, anyone can modify an article.

I'm unfamiliar with Urbit but will definitely take a look :+1: changing the public interface shouldn't be difficult.

Which version of solidity are you using?

Seems the new test in `tests/pools/common/unitary/test_remove_liquidity_one_coin.py` is timing out when running against certain pools. Does anything weird happen when it runs locally against these pools?