forked from neonevm/neon-tests
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #152 from neonlabsorg/NDEV-2257
Ndev 2257
- Loading branch information
Showing
15 changed files
with
1,488 additions
and
1,342 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
class Error32000: | ||
CODE = -32000 | ||
MISSING_ARGUMENT = "missing 1 required positional argument" | ||
|
||
|
||
class Error32600: | ||
CODE = -32600 | ||
INVALID_FILTER = "invalid filter" | ||
|
||
|
||
class Error32602: | ||
CODE = -32602 | ||
NOT_HEX = "is not hex" | ||
BAD_BLOCK_HASH = "bad block hash" | ||
BAD_ADDRESS = "bad address" | ||
BAD_TOPIC = "bad topic" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
Oops, something went wrong.