Paul Lange
Paul Lange
@quickchase That's a system transaction, see https://github.com/celo-org/celo-blockchain/discussions/2231#discussioncomment-8229849 for an explanation.
@pipermerriam This is a good idea. The only problem I can see that the `deleted` flags (see ethereum/web3.py#684) of events might not be set correctly as the client doesn't know...
other options - allow to open concurrent channels (n closed, not settled, channels can coexist with one open channel), see https://github.com/raiden-network/raiden-contracts/issues/916 - allow for a default settlement (back to initial...
`UserDeposit.planWithdraw` should allow to withdraw to a different account. This would make it possible to avoid some confusion in the light client, where the deposit is handled by the subkey...
@0xalpharush That works fine: ``` ➜ contracts git:(brownie-update) ✗ crytic-compile . INFO:CryticCompile:Brownie v1.18.1 - Python development framework for Ethereum Project has been compiled. Build artifacts saved at /Users/paul/Projects/contracts/build/contracts ➜ contracts...
@elopez It's already installed: ``` $ contracts ✗ crytic-compile --version 0.2.2 $ contracts ✗ pip3 install --upgrade crytic-compile Requirement already satisfied: crytic-compile in /Users/paul/Library/Caches/pypoetry/virtualenvs/test/lib/python3.9/site-packages (0.2.2) Requirement already satisfied: pysha3>=1.0.2 in...
> Can you provide an example of a codebase that causes this error? (Duplicate of crytic/slither#1066) Not currently, but next week I'll be able to share to code.
@0xalpharush Here's the way to reproduce the following problem: ``` Error in . Traceback (most recent call last): File "/Users/paul/Library/Caches/pypoetry/virtualenvs/beamer-1vah2Hfk-py3.9/lib/python3.9/site-packages/slither/__main__.py", line 743, in main_impl ) = process_all(filename, args, detector_classes, printer_classes)...