Paradise
Results
3
issues of
Paradise
Replace forgotten `EIPXXXX` placeholder with `EIP-8071` in the code comment.
c-update
t-core
a-review
s-draft
Fixed three Python syntax errors in the pseudocode examples: - `key=length` → `key=lambda c: c.length` (undefined variable) - `List(Chain)` → `List[Chain]` (wrong type annotation syntax) - `chains.add()` → `chains.append()` (lists...
c-update
t-core
a-review
s-draft
Changed `JSON RPC` to `JSON-RPC` on line 42 to match official specification and maintain consistency with line 41.
c-update
t-meta
a-review