Results 7 issues of Robert Chen

We might want to move these into actual enum types at some point _Originally posted by @chen-robert in https://github.com/redpwn/rCTF/pull/305_

refactoring

An outdated of `docker-compose` can cause the install script to fail.

bug

Ideally this would redirect to `/registration` while passing the token through using history state, however preact-router does not support attaching state (in JS) to a history entry. We can still...

enhancement

We should add a config option to allow people to submit flags after the CTF ends, but with additional code to filter those solves out of the leaderboard and score...

enhancement

```python @external def f() -> bytes4: # all fail m: bytes4 = method_id("f_0f_42185()", output_type=bytes4) # 0x0fffce01 # m: bytes4 = method_id("f_00_68940()", output_type=bytes4) # 0x00ffeee5 # m: bytes4 = method_id("f_0000_144056()", output_type=bytes4)...

If the method identifier does not end with a zero, it indicates that the method identifier may have trailing zero bytes, and checking for a minimum `calldatasize` of four bytes...

When validating if a `@view`/`@pure` function writes to state in `_get_target`, it is only validated that the location isn't `STORAGE`. In cancun, it should also check if the location is...

sev - info