-
To guarantee a funding to not revert, we need to use the transaction count at the time we do the check for if we should do the funding transaction as the nonce. The current implementation in https://g…
-
Das Setzen des PARTY_MODE (bzw. Urlaubs-Modus) ist nicht wirklich intuitiv. Ein eigener Node, der hier abstrahiert, wäre (zumindest für mich) eine große Hilfe.
-
**Is your feature request related to a problem? Please describe.**
After users confirm a transaction on wallet page, the wallet re-directs back to multicall website and passes some URL parameters, li…
-
# Lines of code
https://github.com/code-423n4/2023-12-initcapital/blob/main/contracts/hook/MoneyMarketHook.sol#L168-L196
https://github.com/code-423n4/2023-12-initcapital/blob/main/contracts/hook/Mon…
-
Fun fun fun... I see this when running pytest 3.0.4 on something else. I was not even using pandokia but somehow pytest has a hook to it in my "stsci" environment.
```
WI1 .../python2.7/site-packa…
pllim updated
5 years ago
-
I'm getting pytest internal error on
```
E File ".../python-3.10.4/lib/python3.10/site-packages/pytest_excel/pytest_excel.py", line 125, in append_failure
E message = …
-
I am packaging this for Archlinux and running the tests with `python setup.py pytest`.
```
============================= test session starts ==============================
platform linux -- Pytho…
FFY00 updated
4 years ago
-
When creating V3 liquidity
-
Sure, is not related to this at all.
I have the following code to display the screenshots I'm taking during my tests in the report:
```python
@pytest.hookimpl(hookwrapper=True)
de…
-
**Is your feature request related to a problem? Please describe.**
I'm integrating `Cython.Coverage` in the @aio-libs projects. It works fine for CPython but crashes on PyPy. This is because `Cover…