-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ndev 3382 #229
base: develop
Are you sure you want to change the base?
Ndev 3382 #229
Conversation
3c817de
to
2a43ea0
Compare
Solana Requests Statistics
|
@classmethod | ||
def from_raw(cls, code: int, data: bytearray, message: str): | ||
return cls( | ||
code = code, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There should be a conversion from int to ErrorCode type.
What will happen if the code isn't on the list?
@@ -45,18 +45,9 @@ class SolTxErrorParser: | |||
# fmt: on |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
already_finalized_msg, _out_of_memory_msg, _memory_alloc_fail_msg, _require_resize_iter_msg, _create_neon_acct_re - all these errors are from Neon?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sequence isn't imported
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
imported Sequence 6e1f0a5
5bd06d9
to
b511710
Compare
e1fb716
to
80cb08c
Compare
No description provided.