Ben Scherrey
Ben Scherrey
### Environment information * `brownie` Version: 1.17.2 * `ganache-cli` Version: 16.12.1 * `vyper` Version: 3.0.1+ * Python Version: 3.9.2 * OS: `Linux squire 5.14.0-4mx-amd64 #1 SMP Debian 5.14.16-1~mx21+1 (2021-11-05) x86_64...
Using Python 3.4, pytest-django 2.8.0, pytest 2.7.0, django 1.7.6, & Postgresql 9.3.9 When running my unit tests I have an intermittent error returning from my one and only Doctest. All...
Need a LICENSE file. Prefer a BSD or MIT style license. Also mention what the licenses of any dependencies are in the file.
Per discussion with Dynamo protocol & Mike B last week, we've been requested to create a PR that will allow an Asset Manager contract to be passed into the Composable...
Kth looks like an interesting project but I'm curious as to its genesis. Whenever a new project is offered up it seems to make sense to ask, "as compared to...
Vyper 0.3.10 and titanoboa @ git+https://github.com/vyperlang/titanoboa@a06e134b25c8206cb4d6d76521e6705111e92c68 In the unit test, test_allocate_balance_adapter_tx, the types that get returned back shift around unnaturally. Also mypy complains about titanoboa. ``` $ mypy tests_boa/test_yield_bearing_asset_funds_allocator.py tests_boa/test_yield_bearing_asset_funds_allocator.py:3:...
Vyper 0.3.10 and titanoboa @ git+https://github.com/vyperlang/titanoboa@a06e134b25c8206cb4d6d76521e6705111e92c68 In the unit test, test_allocate_balance_adapter_tx, passing the tuple representation of the Vyper struct to the @external method works fine but passing it to the...
Apparently newer versions of Elixir no longer come with the :http_util module. This is solved by adding :inets into the extra_applications as shown below: ``` # Configuration for the OTP...
I absolutely can't get this editor installed. There doesn't seem to be any support for setup or pip installations. I'm running MX-Linux (a Debian fork) with Python3.11. I am an...
### Version Information * vyper Version (output of `vyper --version`): 0.4.1 * titanoboa==v0.2.6 * OS: linux * Python 3.11.2 ### What's your issue about? ``` contract declaration: used_adapter_bips: transient(DynArray[address, MAX_POOLS])...