Jump to conversation
Unresolved conversations (0)
Nice work!

Nice work!

All of your conversations have been resolved.

Resolved conversations (4)
@TheDZhon TheDZhon Apr 14, 2023
I would rather remove line number (subject to change)
Outdated
tests/test_gate_seal.py
@TheDZhon TheDZhon Apr 14, 2023
`memory[0]`
Outdated
tests/test_gate_seal.py
@TheDZhon TheDZhon Apr 14, 2023
may check that `response` has zero length in the end (but I would leave as is)
contracts/GateSeal.vy
@TheDZhon TheDZhon Apr 14, 2023
not `storage[0]`, should be `memory[0]` (it's `MLOAD`, not `SLOAD` that the compiler generates extra)
Outdated
tests/test_gate_seal.py