Joseph Delong

Results 16 issues of Joseph Delong

The mapping definition was changed in [VIP 564](https://github.com/ethereum/vyper/issues/564). Vyper output: `exec: /Users/dangerousfood/vyper-venv/lib/python3.7/site-packages/vyper-0.1.0b5-py3.7.egg/vyper/types/types.py:328: DeprecationWarning: Mapping definitions using subscript have deprecated (see VIP564). Use map(type1, type2) instead. vyper.exceptions.InvalidTypeException: line 36: Unknown list...

Greeter.sol has been updated to remove compiler errors in 0.5.0.

I attempted to install Unisocks using the steps in the `README.md`. I failed at the last step `pytest -v test/` ```========================================================================================================= ERRORS ========================================================================================================= ______________________________________________________________________________________ ERROR collecting test/unitests/test_socks.py ______________________________________________________________________________________ ImportError while...

ConcentratedLiquidity pools need additional checks to validate balances In the existing tests that add liquidity to a CL pool should have and additional requirement to remove all liquidity and then...

1. WithdrawProxy Blacklisting - Craft a test of an NFT - commitToLien - Configure a liquidation to happen to a withdrawProxy - Bid on auction and settlement fails - Wait...

Create scenario where the collateral is liquidated - scenario 1: overbid and validate that all parties received the correct amounts - scenario 2: underbid and validate that all parties received...

The purpose of this test is to ensure that the all parties are properly repaid in the event of a lien buyout - New PrivateVault 14 day - New LP...

If `account` is a `PrivateVault` txn will revert https://github.com/AstariaXYZ/astaria-core/blob/ea5d5bd41b802d80c7eaad731024a3c1299d60d5/src/LienToken.sol#L800 ``` s.ASTARIA_ROUTER.isValidVault(account) && IPublicVault(account).supportsInterface(type(IPublicVault).interfaceId); ```

bug

- new PublicVault - new LP - commitToLien() - attempt flash action as borrower - assert that collateraltoken is the owner of the underlying asset