We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4008859 commit 5add1f4Copy full SHA for 5add1f4
src/eth/state.yaml
@@ -33,9 +33,8 @@
33
- name: Storage slot
34
required: true
35
schema:
36
- # this used to require strict uint256, but usage of leading zero is commonplace,
37
- # so we can't disallow it.
38
- $ref: '#/components/schemas/bytesMax32'
+ # usage of leading zero is commonplace, so we allow it.
+ $ref: '#/components/schemas/uint256'
39
- name: Block
40
41
src/schemas/state.yaml
@@ -47,7 +47,7 @@ StorageProof:
47
properties:
48
key:
49
title: key
50
51
value:
52
title: value
53
$ref: '#/components/schemas/uint256'
0 commit comments